Aleos Posted August 31, 2015 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share Posted August 31, 2015 Script Engine UpgradeAs of 6295c77, rAthena's script engine has been significantly improved!Thanks to Hercules for the release of it!Character and Account (and Global Account) Variable Changes: They're no longer limited to #define ACCOUNT/GLOBAL_REG_NUM, they're now limitless. Storage and speed processing have been improved with less traffic being sent between the servers. Character and Account variables now support arrays! Variables stored in global_reg_value are now split up into account, character, and global tables (each having their own string and integer table). Array Changes: Increased array limit from 127 to 2 billion! Overall speed has been improved through new array handling methods. Script command 'getarraysize' overall processing has also been increased. Temporary Variable Changes: Variables are now stored in DBMaps which helps with read/write speed. Trying to write to an instance variable outside of an actual instance will now print a warning. Please report all bugs to the Issue Tracker! 14 Quote Link to comment Share on other sites More sharing options...
Azeroth Posted August 31, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 383 Reputation: 121 Joined: 03/31/12 Last Seen: January 29, 2023 Share Posted August 31, 2015 two billion? @Aleos, thank you for the great great update i was waiting for this array, since the old one was only limits into 127. Quote Link to comment Share on other sites More sharing options...
Nova Posted August 31, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted August 31, 2015 Awesome! Can't wait to merge this into NovaRO. Thanks for all the work as usual Aleos! No more needing to split big arrays into two separate ones. :] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.