Aleos Posted August 31, 2015 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
Azeroth Posted August 31, 2015 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
Nova Posted August 31, 2015 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
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.