maybe you need Global Switches and Variables for RMX-OS http://forum.chaos-project.com/index.php?topic=5328.0
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: Blizzard
Author's Notes
If you have problems opening the .chm manual file, please read this article: http://blogs.technet.com/seanearp/archive/2007/05/28/can-t-read-chm-compiled-help-on-vista-xp-2003.aspx
The solution is at the bottom, you don't need to read the whole article.
Quote$BlizzABS.actor_force_action(0, ENEMIES, 002, ATTACK,0)
Quote from: Aqua on August 07, 2009, 04:36:06 pm
def try_register(user, pass)
self.send("REG#{username}\t#{encrypt_password(password)}")
end
That's line 965-967
Just make user/pass the same as username/password
Doesn't matter which one really...
def try_register(username, password)
self.send("REG#{username}\t#{encrypt_password(password)}")
end


