Server Help

Bot Questions - Rabbit Bot

50% Packetloss - Sat Feb 07, 2004 6:49 pm
Post subject: Rabbit Bot
I love Rabbit. Need someone to test out this rabbit bot i made. I dont usually put too much testing into my bots because im usually fairly confident that the bot doesnt have any problems. This one is semi experimental though. Please, if you find any problems, post here and ill fix them. Once everything looks ok, ill submit it to catid.
WarFan - Wed Feb 18, 2004 6:22 pm
Post subject:
Having a problem with it displaying the correct coordinates, like ->
%name% last seen at 118
CypherJF - Wed Feb 18, 2004 6:51 pm
Post subject:
if you'd like the coord system:

int x = ((p->tile.x * 20) / 1024) + 65;
int y = ((p->tile.y * 20) / 1024) + 1;

char az[2]={x,'\0'};

If you put the vars: x and az into a string, will print (A-T)(1-20) {ie: A10, T20, J12}... icon_smile.gif adios.
50% Packetloss - Fri Feb 20, 2004 2:37 am
Post subject:
should just be %coord% , I use the function that catid has in map.h . Ill check it out, I havent tested that out yet

Edit: Oh, nm. You mean you want the exact coords printed. Thats useless to players, only useful if you are staff
Donkano - Mon Feb 23, 2004 5:15 pm
Post subject:
50% Packetloss, if you get that bot done, I'd like to get a hold of it... biggrin.gif
D1st0rt - Mon Feb 23, 2004 7:01 pm
Post subject:
download is above in his post
50% Packetloss - Mon Feb 23, 2004 11:19 pm
Post subject:
its on catid's site with some extra features. Its marked experimental, only becuase i didnt test with it too much. But I had another zone test it and it worked out nice for them
catid.ssihosting.com
WarFan - Tue Feb 24, 2004 7:28 pm
Post subject:
50% Packetloss wrote:
should just be %coord% , I use the function that catid has in map.h . Ill check it out, I havent tested that out yet

Edit: Oh, nm. You mean you want the exact coords printed. Thats useless to players, only useful if you are staff


No, I mean it was giving worthless coordinates period. maybe it was conflicting with something. If others say it worked fine, its surely a problem on my end. thanks
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group