Saturday, January 12, 2019
Bitmask
This was a good discussion topic while I was still rAthena scripting moderator
Basically, script_commands.txt already explained quite well
I also had a template script to play around with it
one example that explained not so well in script_commands.txt about getnameditem
basically, what he is trying to tell, is just like this
both Hercules and rAthena script engine has every script variable as int signed, which is 31 bits
but with this template provided by Keyworld, the upper limit becomes 2040 bits (255*8=2040)
I remember Keyworld said that might be useful for saving a player's skill tree into SQL table, but he never complete it
Subscribe to:
Post Comments (Atom)
Linux compiler error that never shown on Visual Studio
let's just admit Visual Studio sux ... ok ? right now, if you want to host a Private Ragnarok Online server, its just better to choose...
-
Ever since Hercules forked from rAthena since Jan 2013, Hercules has driven further away from its rAthena parent, many systems and feature...
-
conf\grf-files.txt //----------------------------------------- // GRF Files // Add as many as needed. //------------------------------------...
-
Useful Scripting Guides Shuffle Algorithm Sorting Algorithm What is the difference between .@i++ and ++.@i ? A simple walking npc scri...
No comments:
Post a Comment