Search found 2 matches

by MonkeyShinobi
Fri Jul 25, 2008 8:45 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 139098

Re: Shaiya Fighter Bot

I kindda figured it out

Try using a packet sniffer but normally in such cases u need to use some sort of a filter(e.g server emulator) to detect what the client is sending to the server and what the server is sending back to the client. example would be the cabalrider bot.

hope it helps

Im better ...
by MonkeyShinobi
Fri Jul 25, 2008 12:28 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 139098

Re: Shaiya Fighter Bot

not sure whats going on.. this is the new script wont attack just stands around
go to function status()

find this code --debug_message(sprintf("er: %d, eg: %d, eb: %d", er, eg, eb));
change it to this
debug_message(sprintf("er: %d, eg: %d, eb: %d", er, eg, eb));
run it again and tell me what ...