Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. I added a comment explaining that. o.o // Multipliers for Base Exp, Job Exp, and Zeny rewards.
  2. Unless you post the voting system, no.
  3. > http://rathena.org/board/forum-32/announcement-10-script-request-rules/
  4. Yes, of course that doesn't work - if you read what Emistry posted. >.>
  5. If you're using the latest version (v1.2b), the first two values in the .Modifier array are the EXP multipliers.
  6. Missing tabs (where there are currently spaces).
  7. No, that'll take anything with 4000 < ID < 4700.
  8. @Thanna: No. Goddameit has a mail function for that: http://upaste.me/raw/22e413548a6f3781
  9. Multiple people have already done this with new SQL tables - that's probably the best/easiest way.
  10. I've released a Card Trader script, thanks for the idea! :3
  11. Card Trader released!
  12. okay, i used emistry's.. thanks, uhmm.. but, it only accepts bannanas.. how can i change it to silver coins? That's mine, not Emistry's. xD (They both work, though.)
  13. Are you reading anything being posted in this topic? >.> var = x --> set var,x; var++ --> set var,var+1 var-- --> set var,var-1
  14. Euphy

    Hello

    Hello! :> Here are the very basics: http://rathena.org/wiki/Basic_Scripting
  15. You can do it through a script: - script SkillReset -1,{ OnPCLoginEvent: if (!SkillReset) { resetskill; dispbottom "Skills reset!"; set SkillReset,1; } end; }
  16. See: r16461
  17. Euphy

    Request

    Really? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/ http://rathena.org/wiki/Category:Configuration
  18. #5
  19. All GM account IDs should be defined in your data/clientinfo.xml file, so you'll need to delete your non-GM accounts from there. As far as I know there's no way to display weapon sprites with a GM sprite.
  20. Euphy

    Party Link

    Amen to that.
  21. Add more options, then a switch(select()).
  22. getcharid() doesn't return IDs of offline characters, does it?
  23. for(set .@i,5; .@i>0; set .@i,.@i-1)
  24. 3CeAM doesn't support direct variable assignment, so use the 'set' command instead (or switch to rAthena).
  25. Could you perhaps not use all caps? x.x The item descriptions would be nice to have in an external text file as well. Also, programs must be uploaded in the "Downloads" section and be approved by moderators before release. I'm going to close this topic for now.
×
×
  • Create New...