Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. Courtesy of Judas: http://supportmii.com/ro1/Clients/Bypass_Clients/Waeyan/WDGSkipPacketHeaderObfuscation.dll
  2. Tar-tar whispered it to me. *pat pat*
  3. No, it's right here, actually! :3 http://rathena.org/tools/diff_patcher.php?client=2010-07-28aRagexeRE
  4. All results from SQL queries are stored in a variable array, starting at the 0th element (as you would expect). There's nothing fancy about it. O:
  5. Clientinfo.xml > yellow or aid Edit: Beaten D:
  6. query_sql("SELECT account_id FROM `char` WHERE online = 1 LIMIT 128;",.@accounts); Then to get player names, do a loop: rid2name(.@accounts[var])
  7. Agreed with Mysterious, it's way too much work for something you can do via script. I'd take PokemonRO's suggestion unless you can figure it out yourself, because I doubt anyone will write this for you... (I may be wrong)
  8. query_sql("SELECT `last_ip` FROM `login` WHERE `account_id` = "+getcharid(3)+";",.@IP$); dispbottom .@IP$;
  9. Euphy

    RCharles

    So, synthesizing what others are saying, If you need help, do a search and/or post in a support section. Ask around in IRC or through PMs if you don't get a response in ample time. Check the "Paid Services" section for help on large projects. There's really nothing else to be said here - if you have issues with an individual, contact him individually. This isn't rAthena's problem because, as DevilEvil posted, RCharles does not have an approved Paid Service. *closes topic*
  10. @auraset: http://eathena.nopaste.dk/p3447 Or you could attach a while() loop that uses specialeffect2 every few seconds.
  11. http://rathena.org/tools/login_background/
  12. Euphy

    NPC Redeemer

    No... It's as Emistry posted.
  13. Add in extra <connection> sections, as you'd expect.
  14. You should be using the updated script: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/events/bossnia.txt Whenever an NPC is missing, there's going to be a mapserver error. Always post those (or read them and fix the problem yourself).
  15. if(Upper!=1){ Don't add code if you don't know what it means. This says "Kick out all non-Trans classes", including Trans 3rd but not including non-Trans 3rd. If you want to disable all Third jobs, you'll also need to include: if (Upper !=1 || eaclass()&EAJL_THIRD) {
  16. Not sure, is it because of the cart? If so, if (checkcart()) setcart 0;
  17. http://www.youtube.com/watch?v=T3Y24SNfH2Q
  18. OnPCLoginEvent: if (Upper == 2) atcommand "@size 2"; I don't think that will work when changing equips, gears, etc., so editing the actual sprite files is the only permanent way to allow this.
  19. The search button, please. Emistry and I both have scripts for this in our collections.
  20. Oh, I completely forgot to check that, sorry. x.x Glad you got it fixed though. I'll be sure to add this into the documentation for my next commit.
  21. To fix infinity loop errors, all you need to add is: freeloop(1); // Script freeloop(0);
  22. The client issue isn't related with the source code.
  23. No, there isn't. I just checked if there was any sc_ for it, but there isn't. @Emistry: Wargs aren't mounts~
  24. Woah Kisuka, definitely overkill, lol... xD (If you've got extra time on your hands, help me with my scripts instead~)
×
×
  • Create New...