Hello,
Yes, Magic DMG, Magic Accuracy and % All attributes are broken and will be fixed with tomorrow's patch.
Greetings
Hello,
Yes, Magic DMG, Magic Accuracy and % All attributes are broken and will be fixed with tomorrow's patch.
Greetings
Display MoreWould it be possible to suggest some new API functions?
A function which returns specific Attributes of an Object
in cpp:
CodeDisplay Morevoid LUA_GetObjectInfo( lua_State *L ) { int id = luaL_checkint( L, 1 ); const char* field = luaL_checkstring(L, 2); GameObjDbStructEx* obj = g_ObjectData->GetObj( id ); if (obj==NULL || strcmp(field, "")==0) { lua_pushnil( L ); return; } if (strcmp(field, "name")==0) { lua_pushstring( L, obj->GetName() ); return; } if (strcmp(field, "note")==0) { lua_pushstring( L, obj->Note ); return; } lua_pushnil( L ); return; }
Working with metatables would probably be better but i currently don't know how to implement something like that.
=> Less accesses to GetObj(id) -> better performance (GetObj is O(log(n)) )
=> strcmp not necessarily needed.
=> cleaner API due to Inheritance.
Pro:
- database Addons (charplan, dailynotes, dungeonloots, itempreview, ...) don't need an own database anymore (except maybe an ID-List) -> less memory usage
- faster than using own databases
- no database updates needed
- combined fields possible (e.g. HP/MP/etc.): Addon devs don't have to know the formula
Contra:
- lots of programming work
- current addons obviously don't use that function
Hello Pyrrhus,
After consulation with team we agreed to create such function, since addon developers indeed can access this information already in files, so that would just improve their workflow.
I am not able to give you estimated time of creation, depends how hard will be with array values, returning errors (like ID of such type of object doesn't contain such field to help addon developers) and our general time. I can not promise it would be done this year yet, but we will try do it as soon as possible.
Greetings
Patch Notes 10.1.1.6000
Localization
New items
Gorge of the Ice Giants
Titles
Whispers
Pets
VIP status
Other improvements
Other bugfixes
Snowflake Festival
62 custom cards from festival mobs.
9 hidden custom titles from festival events.
The following NPCs will grant players Pyro Draconaris: Snowland Supply Officer - when exchanging 10 Frost Reward Tickets for a reward, players will also additionally receive 10 Pyro Draconaris. Jack Shackleton - when exchanging 10 Goody-Goody Certificates for a reward, players will also additionally receive 10 Pyro Draconaris.
During the Snowflake Festival players can exchange their Sagittarius Pets and Pyro Draconaris for a Draco Pet: Phoebe Draco.
1. Bad Jingle Brothers
Location: Taborea
NPC: Jingle Brothers
2. Collecting Gifts
Location: Logar, Varanas, Silverfall, Harf Trading Post, Obsidian Stronghold and Dalanis
NPC: None
3. Jingle Brothers Stuck in Chimneys
Location: Logar, Varanas Central Plaza, Silverfall
NPC: Donichuka
4. Exchange fireworks
Location: Varanas
NPC: Nina Berlusco
5. Snowflake Tree Decoration
Location: South of Dalanis
NPC: Koli Max
6. Wishing Snowflake Tree Decoration
Location: Varanas Central Plaza
NPC: Wishing Snowflake Tree Decoration
7. Goody-Goody Certificates
Location: Varanas Central Plaza
NPC: Jack Shackleton
8. New Year's Eve event
Location: Varanas Central Plaza
NPC: Jingle Brother - Mark
9. Goblin Bank Robbery
Location: Bank of Varanas
NPC: Goblin Robbers
10. Save the Snowflake Gifts
Location: Varanas Gates
NPC: Andrew Dell
11. Adopting a Deer
Location: South of Dalanis
NPC: Pak Dicca
12. Gift from the Snow
Location: Ystra Highlands
NPC: Mahar
13. Snowman King
Location: Ystra Highlands
NPC: Frost Snowman King
14. A Mob of Snowmen
Location: Howling Mountains, Aslan Valley, Ystra Highlands
NPC: Snowmen
15. Snowland
Location: Varanas Central Plaza
NPC: Snowland Explorer Transporter
Hello Foxy,
Unfortunately gift for 4th day was not checked, and it was failed to be given due to too high amount in stack.
We will be seeking to give missing gift for every player.
Greetings
Hello,
Issue was fixed. December 3 had missing entry in rewards set.
Greetings
Hello,
Time addons usually works by getting time by time-limited ItemShop promotions, which are not always present, that is why error is being thrown. In some addons like d303Fix you can instead use option "Make screenshot on entering game" - screenshot file names contain timestamp, so can be also used to get time.
However, about half year we introduced build-in chat timestamp, for which mostly these addons were used, you can enable it in Interface settings, and then you do not need any addon chat timestamp anymore.
Greetings
Hello,
Apologize for finding outdated link. You can enter Thor's profile and choose User -> Create conversation.
Greetings
Patch Notes 10.1.1.5000
Translations
Autumn Banquet Festival
The following NPCs will grant players Hydro Draconaris:
NPC Fez William - when exchanging 15 Autumn Banquet Vouchers for rewards, players will also additionally receive 10 Hydro Draconaris.
During the Autumn Banquet players can exchange their Scorpio Pet and Hydro Draconaris for a Draco Pet: Themis Draco.
Provision Collection
Location: Varanas Gates
NPC: Provisions Supervisor
Event Target: Collect food bags from the farms and deliver to the Bridge at Varanas
The Roast Ostrich Feast
Location: Logar, Varanas, Silverfall, Obsidian Stronghold, Valley of Preparation
NPC: None
Event Target: Eat and enjoy festival food served on event tables, get buff and title.
Cinnamon Leaf
Location: Whole Taborea
NPC: Fez William
Event Target: Trade collected items for rewards from NPC.
Colorful Feather Prayer
Location: Dalanis City Gate
NPC: Lavanda Vitt
Event Target: Feed the Ostriches & pluck their feathers!
Ostrich Caravan
Location: Silverspring
NPC: Lorence Hollow
Known Issue: Ostrichs sometimes don’t spawn or despawn after event start
Lost Eggs
Location: Varanas Gates
NPC: George Makov
Event Target: Trace and brought back lost ostrich eggs.
Errand (chain quests)
Location: Varanas Central Plaza
NPC: Anoraf Laiken
Egg Thief
Location: Varanas Gates/Silverspring (Southwest Farm)
NPC: Chamo/Kardly Auck
Event Target: Collect and exchange items in order to earn a reward.
Ostrich Code
Location: Varanas Gates
NPC: Ostrich Caretaker
Event Target: Find the correct order of emotes to communicate with Ostriches.
Duck Out
Location: Outside The Kingdom of Lechif
NPC: Florent
Hello Adventurer,
Are you beginning addons developer?
Know well about macros, but don't know how to start with addons?
Are you willing to contribute into Paradise with professional help and rewards?
Good news for you! We are preparing to launch addons developers rewards program!
Our developer's team will be happy to help you with you beginnings in programming addons. You will gain unique opportunity to contribute for community, being rewarded for your involvement.
For more information please write Private Message / Whisper in-game to Grox or directly answer to this thread.
Greetings,
.PlayerNet Games Team
Hello Bleed,
Most possible reasons are Halloween Festival (it has many decorations) or restarted "Hide effects" graphics options, please make sure you set them same like you had before patch.
Greetings
Hello Gargoyle,
We are currently working on faster launcher.
There is option that allow you bypass launcher for now, but is not recommended.
If you skip patch which implement new items, not having them in your client may cause that they disappear.
Greetings
Patch Notes 10.1.1.4051
Hello,
This activity was designed as extra event you can do once per every Pumpkin Festival, which lasts usually for 3-5 weeks. As soon you understand its basics you can estimate and plan schedule for performing that activity, so you do not need spend all your time on it.
General idea is not virtual increasing online players statistics, as mentioned, it is though to be addition to game play time you earn daily when playing. Resulting in no extra time put into it when you have plan it with your observations.
However, as we discussed your feedback, we will make a few adjustements and clarifications in NPC dialogs.
Greetings
Patch Notes 10.1.1.4000
Localization system
Settings
Improvements
Bugfixes
Pumpkin Festival
The following NPCs will grand players Aero Draconaris:
NPCs Pumpkin Festival Reward Managers - when exchanging 20 Pumpkin Coins for rewards, players will also additionally receive 10 Aero Draconaris.
During the Pumpkin Festival players can exchange their Libra Pet and Aero Draconaris for a Draco Pet: Theia Draco.
New activity:
Lost Portal of Death
Location: Entrance of Necropolis of Mirrors (Aslan Valley)
NPC: Jason Warrens
Time: Entire Festival, can be completed only once per festival.
Pumpkinhead Says
Location: Abandoned District of Dalanis (Thunderhoof Hills)
NPC: Pumpkinhead - Between west and south gates
Time: On the hour, every 2 hours
Pumpkin Pranksters
Location: Middle city gate of Dalanis (Thunderhoof Hills)
NPC: Belle Rossly
Pumpkinhead Challenge
Location: Abandoned District of Dalanis (Thunderhoof Hills)
NPC: Pumpkinhead
Pumpkin Warrant
Location: City gates of Varanas
NPC: Ms. Pumpkin
Mr. Pumpkin
Requires completion of event quest "Pumpkin Warrant"
Location: Forsaken Abbey
NPC: Mr. Pumpkin
Ghost Hunter
Location: Central Plaza – Event Area (Varanas)
NPC: Herska
Ghost Farm
Location: Central Plaza – Event Area (Varanas)
NPC: Kathy Poole
Let’s Scream a Little
Location: Lower City West of Varanas
NPC: Mr. Ghost
Halloween Malatina
Location: Atlas (Lost Island of Atlantis)
NPC: Yolius
Trick or Treat – Part 1 (Celt Family)
Location: Central Plaza – Event Area (Varanas)
NPC: Suspicious-looking Ghost
Trick or Treat – Part 2
Location: Lower City West of Varanas
NPC: Little Anna
Colored Ribbons Exchange
Location: Dorian’s Farm (Silverspring)
NPC: Shalson
Monster Parade
Location: City gates of Varanas
NPC: Monster Parade Organizer
Kaz Madness
Location: Oblivion Shrine (Silverspring)
NPC: Kaz Bamandis and Kaz Listod
Hello,
This issue is connected directly with no cap for attack speed. When having too much of attack speed increase bonuses, server attempts to use 2 times main weapon per second, blocking possibility to offhand being used properly.
The only solution is putting cap for attack speed, which means no any form of nerf, but possibility to offhand being used properly, so in fact you can get even better on it, if your offhand weapon is good. However we are still discussing that change, as it needs a lot of tests and researches to make sure it is changed properly, without creating any other issues.
Greetings
Patch Notes 10.1.1.3001
Patch Notes 10.1.1.3000
Gorge of the Ice Giants
Other
Juice Festival
The following NPCs will grand players Geo Draconaris:
NPC Ayven Kate - when exchanging 15 Juice Festival Attendance Certificates for rewards, players will also additionally receive 10 Geo Draconaris.
During the Juice Festival players can exchange their Virgo Pet and Geo Draconaris for a Draco Pet: Iapetus Draco.
Ninety-Second Open Bar
Location: Tergothen Bay
NPC: Lejan Doblin
Juice Promoter
Location: Tergothen Bay
NPC: “Juice Barrel” Hank
New Product Tasting
Location: Tergothen Bay
NPC: “Iron Cup” Kenden
Don’t be so serious
Location: Tergothen Bay
NPC: Lindemannen
Juice Delivery
Location: Tergothen Bay
NPC: Pechores
Catch the Kobolds
Location: Varanas Gates
NPC: Lobt Kayen
Crazy Bartender
Location: Varanas – Central Plaza
NPC: Shela Berit
The Job of Creating Happiness
Location: Varanas – Lower City West East
NPC: Aytin Lor
Server for a Day
Location: Howling Mountains
NPC: Ryan Saisheeth
or
Location: Varanas - Central Plaza
NPC: Shobot Glan
Juice Tasting
Location: Thunderhoof Hills
NPC: Bill Blake
Juice Olympics
Location: Howling Mountains
NPC: Julia Glun
or
Location: Varanas - Central Plaza
NPC: Katharine Fulei
Juice Courier
Location: Varanas Gates
NPC: Meryl Blake
Hello Krys,
Ranged weapon hit rate was always based on Bow/Crossbow weapon skill level.
Difference is that ranged weapon hit rate is calculated completelly different than other weapons. Physical and magical weapons are respecting difference of levels, defence, weapon skill level and a few different aspects, while range weapons are respecting only difference of levels and weapon skill level.
Greetings
Hello espar91,
Buffs and Transport book changes will be available with next patch.
Already known texture issue was forwarded to our graphic designers.
Thank you for the suggestions.
Greeetings
Patch Notes 10.1.1.2000
Changes
Fairy Tale Festival
The following NPCs will grand players Pyro Draconaris:
NPCs Fairy Tale Event Committee Member - when exchanging 15 Fairy Tale Point Cards for rewards, players will also additionally receive 10 Pyro Draconaris.
During the Fairy Tale Event players can exchange their Leo Pet and Pyro Draconaris for a Draco Pet: Hyperion Draco.
Little Angel Love
Event type: use spell on players
Start location: Varanas Lower City East
Event Target: use spell on players
Little Demon Mischief
Event type: use spell on players
Start location: Varanas Lower City West
Event Target: use spell on players
Magical Nautilus Shell
Event type: collect monsters via magical shell
Start location: Varanas Bridge
Event Target: find and collect squirrels
Story Ceremony
Event type: use items on other players to get a reward
Start location: Varanas Bridge and Varanas Central Plaza
Event location: Taborea
Event Target: collect story elements by group with other players
Support Storytelling Troupes
Event type: Quest (Daily Reset)
Start location: Varanas Central Plaza
Event location: Silverspring
Event Target: finish quest
Players receive randomly 1 of 5 quests every day:
Quest 1: Pumpkin Shortage: Collect 10 Giant Pumpkins
Quest 2: Three Playful Brothers: Search for the 3 brothers
Quest 3: Apples and Boars: Capture 1 Wild Boar and purchase 5 Apples
Quest 4: Delicious Home-Baked Cookies: Answer questions and bring Reginald 10 Home-Baked Cookies
Quest 5: Wolf Costume Materials: Collect 10 fine manes from Grassland Hyenas and 5 sharp wolf fangs from Mutated Wolves
Cowboy
Event type: herd cows
Event Information: Varanas Central Plaza and Silverspring
Start location: Varanas Central Plaza
Event Target: use spell on NPCs
Theatrical Performance
Event type: be part of a theatrical performance
Start location: Varanas Central Plaza
Event Target: players need to speak “their lines” in a performance
Dragon Story
Event type: fight
Start location: Varanas Central Plaza
Event location: Varanas Administration District
Event Target: defeat giant dragon
Little Red Riding Hood
Event type: click on the signs to guide Little Red Hood
Start location: Varanas Bridge
Event location: Varanas Bridge
Event Target: help Little Red Hood to pick flowers and evade the wild wolf
Hi Dendrobatus,
Sadly we can not fix it any way at the moment.
It is associated along with another bug where buffs on duration below 0.5 second does not work anymore. As of relation with another known bug, I close this thread.
Greetings
Patch Notes 10.1.1.1050
Patch Notes 10.1.1.1000
Anniversary
Enoch
Mirrorworlds
In-game Rankings
Bugfixes
Other
Anniversary Festival
Treasure Riot
Event type: find and collect items
Start NPC: Kekonee
Start location: Varanas Bridge
Event Target: Find a collect the set of cards to trade them with Kekonee.
A Magical Method of Disaster Aversion
Event type: transform into a frog, find and collect monsters
Start NPC: Sebastian
Start location: in front of Dalanis City
Event location: Thunderhoof Hills
Event Target: find and collect frogs
Frog Killer
Event type: find and kill monsters, collect items
Start NPC: Witch Daila
Start location: Logar and Heffner Camp
Event location: Howling Mountains, Coast of Opportunities
Event Target: find and kill magic frogs to collect items
Sea of the Frogs
Event type: collect items, defeat monsters
Start NPC: Misian
Start location: Heffner Camp
Event location: Coast of Opportunities
Event Target: collect ingredients, transform to a frog, find items and defeat guards
Candara Frog Contest
Event type: like a battue
Start NPC: Ivan Asla
Start Location: Varanas City
Event location: Varanas City
Event Target: drive frogs through race course
Flogg's Fortune Cookie
Event type: find and collect
Start NPC: Flogg Shuiss
Start Location: Varanas Bridge
Event location: Varanas Bridge
Event Target: use transformation potion and speak to frogs to obtain items
Space Supremacy
Event type: collect within the time
Start NPC: Gredd Starchaser
Start Location: Varanas Bridge
Event Target: capture the colored space balls within a limited time
Clear the Playground
Event type: capture monsters
Start NPC: Fell Cage
Start location: Varanas Bridge
Event Target: Use the net to capture the Light Crows flying above the ground
Research Materials
Event type: capture monsters
Start NPC: Dennis Jones
Start location: Varanas Bridge
Event Target: Use the scent to capture a Greedy Ball floating in space
Retrieve the Space Balls
Event type: capture items
Start NPC: Abu Brokenlamp
Start location: Varanas Bridge
Event Target: Retrieve the Faulty Space Balls to be repaired
Frog Transformation
Event type: transform into a frog, find and catch monsters
Start NPC: Standler Luya
Start location: Varanas Bridge
Event location: Silverspring
Event Target: find the fairies and touch them in right order
Alalis Trial
Event type: Find the NPC
Start NPC: Peacher
Start Location: Varanas Central Plaza
Event Target: Follow Alalis closely and find her.
Buzzkill – Help the Cook
Event type: find, collect and deliver items
Start NPC: Convokenz Rushman
Start Location: Varanas City Entrance
Event location: Lake of Magic Mist
Event Target: find items and bring them to Convokenz Rushman