Jump to content
SubSpace Forum Network

ExplodyThingy

Member
  • Posts

    308
  • Joined

  • Last visited

Everything posted by ExplodyThingy

  1. This is why you shouldnt cheat or use IE/Netscape. Not saying Netscape is bad, just highly targeted.
  2. Id modify the core, but its catids creation, and as soon as you update, itll be gone. Pester catid to add the event.
  3. If you change the password in the profile, you also have to change it on the server. Gotta get the old one, login, do "?password NewP!@#$%^&*", and the server password wil be changed. Now you can change the password in the profile. Since you forgot your password, you need to make a new name, login, type "?lostp!@#$%^&*word ", and a 24-hour temporary password will be sent to your email. The email used is the email you used when creating a new name on the biller.
  4. Just for you. T3 the Guantley? Was that purposely? Just a zone. LM wrote it. Its in one of the commands, like ?binfo or ?version or sme crap.
  5. Killer Gerbil: You said that there is a router somewhere not responding to pings. Try calling your ISP's techsupport, there is obviously a problem somewhere. Everyone else: Post more details. "It just doesnt work" is not enough. Remember that "Bad password" and "Lost server" are very diferent errors. If you lose the server every now and then, dont worry about it. If it happens only when you connect to certain zones, theres a problem, but not much you have any control of. If it happens to them all, run traces, see that everything works. If you have an alternate ISP, (such as an old dialup) use it and see if it works.
  6. Kinda like it would be a biller command. SO more like: UnSerious: Akai - Not17th, Trained - T3 The Gauntley, Someguy2 - Not online.
  7. What Im saying is this: THe core only needs to download the map once. Simply load the core there and let it download. From then on, each time, all the files will already be downloaded, you wont need to worry about waiting for them to transfer. Otherwise, if theres ever a map change and the plugin flips out that it cant read the data, let dl finish, send !go where ever, and itll work fine.
  8. Why not just simply have the bot download the file before the module is loaded? This will only be a problem for you once for every map update. Seems much much simpler to me.
  9. ExplodyThingy

    maps

    When coping sections of maps onto other maps, the clipboard stores the location of the tile on the tileset, not the image of the tiles. So you have to move the sections of the maps onto maps with the same tileset, or you must retile the map one tile at a time.
  10. Your fine.
  11. As i said, parse->item IS whatever class you are itirating through. Therefore, you do sendPrivate(parse>item,"");
  12. ball->carrier is probably a Player class. This means you can do ball->carrier->etc to the the p-> stuff your used to having. If its just a char or a String, then iterate the player list and find the play with a matching name. Quite simple, think about it.
  13. (ie: Use F5 to run them in debug mode from within VS)
  14. Thats just plain -*BAD WORD*-ed up.
  15. Are you sure you dont mean 1024 bit? And mouse generated is just as redundant as time when your seeding the numbers. Dont even get me started with you.
  16. Explorer had -*BAD WORD*- well better be running.
  17. I wish i had the time.
  18. I already told you, EVENT_ArenaEnter = We are in the arena. All files dled. Ekted: Thanks, slight oversight.
  19. EVENT_ArenaEnter is what you want. Ekted thinks Im refering to EVENT_PlayerEnter.
  20. Are you sure you are changing the User Name and not the Profile Name? Thats a very common mistake.
  21. case EVENT_ArenaEnter: { arena = (char*)event.p[0]; me = (Player*)event.p[1]; // if(me) {/*we are in the arena*/} bool biller_online = *(bool*)&event.p[2]; } break;
  22. Then utilize EVENT_PlayerMove, make a CFG or hardcode in the coords of the wormholes. Dont read the map. Or else, just make it download the map the first time. From then on, just make it read the map on EVENT_Init.
  23. Uhm, the bot can still toggle information before the dl. Otherwise, just load the bot, let it dl everything, then load the dll. Youll never need to wait again, since the files are already dled and saved. EVENT_ArenaSettings is not what you want, you would want EVENT_File or EVENT_GotFile or whatever its called. !sex is part of the core (icky catid). You can edit it really easily from there. What exactly are you trying to do anyway, that needs the files to be dled before use? The bot doesnt care if theyre dled or not, usually they just control them for other players.
  24. Hear Hear! http://www.acronymfinder.com/af-query.asp?...ng=exact&page=7 Game listed (twice, sorta), physics/science fiction things not listed at all.
  25. Or, no. CTRL, ALT +,- to iterate levels.
×
×
  • Create New...