Jump to content

goddameit

Members
  • Posts

    562
  • Joined

  • Days Won

    14

Everything posted by goddameit

  1. https://cs-ea.googlecode.com/svn/branches/patch/script4each.patch Author and original : http://okayro.com/thread-238762-1-1.html
  2. I guess it can delete too
  3. sscanf(message, "%hd %hd %hd", -->sscanf(message, "%d %d %d", try it
  4. I don't have centos, so sorry, I can't help this.
  5. no, you can't
  6. so, you can't use this?
  7. if Euphy is right, maybe you can ask it on eAmod forum or post a request on here http://rathena.org/board/forum/32-script-requests/ and wait other eAmod user?
  8. http://rathena.org/board/forum/32-script-requests/
  9. this? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/msg_conf/
  10. here is a sample of how to redefine http://rathena.org/board/topic/78195-modification-in-warpgo-command/#entry176838
  11. you can use bindatcmd to redefind easily. { if( @tmp )end; set @tmp 1 atcommand "@go"... sleep2 <delay> set @tmp 0 }
  12. see what thanatos card done in source
  13. make a loop for running checkquest on quest list. or maybe record a variable to count how many quest you took.
  14. so? problem in where? I said you need to make searching like this if you don't know how to insert variable, read how you did in #1 WHERE name = " +.@amigo1$
  15. are your player named ".@amigo1$"? you said he is "test" in #1
  16. you can report this to Core report http://rathena.org/board/tracker/project-1-core/ seen this will lead server crash refer : http://rathena.org/board/topic/79088-problem-kafra-shop
  17. `name` = 'test'
  18. what fix? skill_addtimerskill
  19. `name` is char style, you need to make searching like this `name` = '<string>'
  20. did you delete default WoE script?
  21. check Class , jobchange_level or jobchange_level_3rd to let npc decided should let this player enter or not.
  22. while attaching, record his Account ID to .@ type variable and after back to executor then you will have variable to let you use. EDIT: or record a variable when someone don't have item and move close to out of loop, so loop will keep doing and add one if to do close if variable is true
  23. ? refer : shop
  24. use OnInit + movenpc + rand
×
×
  • Create New...