Jump to content
SSForum.net is back!

DeadlySoldier!!

Member
  • Posts

    149
  • Joined

  • Last visited

Everything posted by DeadlySoldier!!

  1. Except for me im a dumb!@#$%^&* but atleast i can code a bit
  2. div why dont you just make a DLL for merv that does brackets?
  3. ?? wahh?
  4. Well im going into EG on DeadlySoldier!!, it works normal, but, i made up a new name and when i go into the zone it just says "Connection to Server Lost" So why cant my new name get in? Oh yeah and i would like to note this is not only on SSC, but SSA and all zones.
  5. Like div said in a diff topic, he doesnt want us to see his feminine side in which he has in his code with flowers and stuff.
  6. Doesnt say what to do, other then try playerlist->head, which is what i had before and it didnt work.. ClassBleh and BlehList; wow, thanks.. Pfft great explanation. Foo
  7. Well what should i do?? to fix it, and can you help me out with checking player on freq thingy too that i posted above
  8. Taz is doing the wave..
  9. Compiling... command.cpp C:Do-*BAD WORD*-ents and Settings~!~RoBBiE~!~DesktopBotsMy Pluginsriotcommand.cpp(175) : error C2440: 'initializing' : cannot convert from 'struct Player *' to 'class _listnode<struct Player> *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast Error executing cl.exe. riot.dll - 1 error(s), 0 warning(s) on line _listnode <Player> *parse = parse->item; gay lol
  10. Jin, div's bot is for PowerBot not MERVBot, srry
  11. lol, but prolly on the second date right? And i meant you give out ur code, open.
  12. Pfft i was close.
  13. AND ALSO:.. How can i make it check if theres only one person on a team and if there is it uses *specall?
  14. Ekted is some 40 year old man (something like that, im guessing? no offence ekted lol)
  15. Wow your really open, divine.. And polix i dont pay attention to this ASSS Crap, and i dont really care thats why i asked what a ASSS Moduel is
  16. ... if (c->check("choose")) { int InShip=0; int InSpec=0; [b]_listnode <Player> *parse = parse->item[/b] while(parse); { if(p->ship != SHIP_Spectator) InShip++; else InSpec++; parse=parse->next; } int randnum=rand()%InShip; int temp=0; parse=playerlist->head; while(parse) { if(p->ship != SHIP_Spectator) temp++; if(temp==randnum) { sendPrivate(p, "Your the chosen one.."); sendPublic("*arena " +(String)p->name +" is the randomly chosen Levi."); } parse=parse->next; } } Do i change the bold text to that??
  17. Whats a ASSS moduel lol
  18. Alrighty now.. That compiles fine, then i do !choose and it does this: sendPrivate(p, "Your the chosen one.."); sendPublic("*arena " +(String)p->name +" is the randomly chosen Levi!"); Thats good, there, but, its just showing the name of whoever types !choose, how can i make it choose someone Random.
  19. All i can do is a little bit of bots, iw ouldnt be albe to make any program at all lol shame
  20. I dunno man, pointman will prolly -*BAD WORD*- at the maker of it if someone makes it for mervbot.. He just finished -*BAD WORD*-ing at me for making a riot plugin and a riot map, saying i was cloneing eg..
  21. I was thinking you could just do a if (p->tile.x == blablabla) stuff and then make it warp them, but yeah man thats -*BAD WORD*-a confusing after i thought about it you have to make it check wich squares are open and which arent, what duel boxes are being used andwat arent.. blah
  22. How do people do it.. Ive seen (Public 31337) and (Public 1337)... Weird stuff, is it a bug? ?go (Public 1337) doesnt work, and ive seen it in the last 2 days..
  23. Okay, fixed it up a bit to fix my settings, now it has some *wierd* error.. first off, heres the code.. void botInfo::GetLevi() { if (getIngame() < 2) return; int t = GetTickCount() % getIngame(); _listnode <Player> *parse = playerlist->head; while (parse) { Player *p = parse->item; if ((p->ship != SHIP_Spectator)) if (!(--t)) { sendPrivate(p, "Blah"); break; } parse = parse->next; } } Now heres the error.. Compiling... command.cpp Linking... Creating library Debug/riot.lib and object Debug/riot.exp spawn.obj : error LNK2001: unresolved external symbol "public: int __thiscall botInfo::getIngame(void)" (?getIngame@botInfo@@QAEHXZ) Debug/riot.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
  24. Someones gotta make a Brackets bot like that one thats in EG and ASWZ.. for merv.. $$
×
×
  • Create New...