not that i need all(not even playing int anymore), i got some old source of some messy bot but i want to see some more(newer) examples how to do start and so on (i'm tottally out of ideas)
int SearchMob(){ while(true) { printf("Search mob...\n"); int nearest=1000; int id=-1; for (i=0;i<500;i++) if ((Mob[i].X+2000 > Player[0].X)&&(Mob[i].X-2000 < Player[0].X)&&(Mob[i].MID > 0))//&&(Mob[i].X < 240644)) { difx=Mob[i].X-Player[0].X; dify=Mob[i].Y-Player[0].Y;
MobRange=((difx*difx)+(dify*dify)); range=sqrt(MobRange); if (nearest>range) { id=i; nearest=range; } } if (id!=-1) { target=id; printf("Walk to MOB..\n"); return 1;//MOB FOUND RETURN 1 } } }
May I ask if anyone made some simple bot like that:
Healing bot, that use mage skill Cure3 and make non stop healing some person from party.
So all what that bot would do is just right clicking on some point. That's the budget idea of simple healing bot that I would need.
And a bit more complicated would be with included rage of that skill, so if char witch need to be healed, would be that much away that mage should move, it wouldn't heal.
So the point is that mage wouldn't ever moved (stayed in safe zone at wood spot).
perhaps, if monster attacks your target (name of your target) and if damage is lower or equal to your value, then it would heal him...
well something like that yeah
the problem is that I never programmed in java or something.
Just had C++ programming in school one year, so I don't rly have idea how to write down program like that ^^
[Release]Best Guide ever! 01/13/2009 - CO2 PServer Guides & Releases - 9 Replies Greatest Guide Ever
What you need:
A Brain
A Finger
Steps:
[GUIDE] Item Filter Guide | Cabal Crafting & Dungeon Guide by Dewa Gempak. 06/15/2008 - Cabal Guides & Templates - 5 Replies Since its his work, just SHARING it here, i just gonna link his URL from his work. because i dont like copy and pasting other ppl's guides:
http://119.110.98.150:90/ipb/index.php?showtopic= 1145
Q#1: Does it work with CabalRider (PH)?
A#1: Yes, it works, i tried it personally myself.
Q#2: I'm too dumb to understand it, how to make it work.
A#2: Try reading it again and again, if u still don't know how, don't use it then sleep.gif