Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. We have a guide for that, try to use the search function of the forums..
  2. Check this thread related to your request http://rathena.org/board/topic/93540-item-shower-command-please/
  3. Check @Emistry's script.. http://rathena.org/board/files/file/3089-sql-mission-board/
  4. I believe there's a src config for that, I just forgot what @clydelion told me before..
  5. Yup, you're crashing because you don't have the sprite files.
  6. It means your files are outdated. Try patching your iRO/kRO client.
  7. Your picture links seems kind of broken. And kindly elaborate your request more.
  8. Which means the resistance stacked.. If you add them all you get 102% resist from normal attacks coming from demi-human.
  9. Yep, that's their behaviour IME, whenever the server/script restarts, you have to wait for the next interval for them to spawn
  10. Glad i'd help, this could be useful to others as well.
  11. sandbox

    Enable RCX?

    Well, I think you're posting on the wrong forums, might wanna ask the authors of that program about that..
  12. I think you have to translate them yourself, since we don't have an updated client files, or you can also use iRO's item tables, though i'm not sure if they are updated too.
  13. Add this line on the 4 L_Lose events. set #PVPPoint,#PVPPoint+20;
  14. Try to comment this line on your skill.c sc_start(src,src,SC_EXTREMITYFIST,100,skill_lv,skill_get_time2(skill_id,skill_lv));
  15. Not sure what variable does Hatred skill store in global_reg_value, kindly change the 'pc_hate_id' to the correct variable name... - script hatredreset -1,{ OnInit: bindatcmd strnpcinfo(1),strnpcinfo(1)+"::OnAtcommand",0,40; end; OnAtcommand: query_sql("UPDATE `global_reg_value` SET `value`='0' WHERE `str`='PC_HATE_MOB_%' AND `char_id`='"+getcharid(0)+"'"); message strcharinfo(0),"Reset 'Hatred' maps, you may need to relog for the changes to take effect."; end; }
  16. Not sure what you want to happen, but I think you can enable it via sc_start, by enabling SC_SPURT..
  17. if(tstatus-> hp > tstatus->max_hp*3/4) skillratio += 100; Try?
  18. sandbox

    Enable RCX?

    Well, could you explain what RCX is? O.o
  19. Might wanna check the .tga files of your custom grf, if i'm not mistaken..
  20. Sorry for the late reply, Try this 405,0xb7, , 0, 1,1000,enemy, 0x006 //PF_SPIDERWEB
  21. I think you should change this line bindatcmd("deletecharacter",strnpcinfo(0)+"::OnDeleteCharacter"); to this bindatcmd("deletecharacter",strnpcinfo(0)+"::OnDeleteCharacter",99,99); so that only GM lvl 99 or whatever you set it to would only be the ones to use this command.. IME, it can be used by players which is dangerous.
  22. Oh, what I meant was, if the server restarts/reloads, the spawn time would be reset also.
  23. sandbox

    Help :-)

    Did you updated your files yourself? Looks like you're lacking some functions. Try downloading a new copy from GIT instead.
  24. @EL Dragon is right, t-boxes only spawn during 12:01AM server time, IF scripts were reloaded or the server restarted.
×
×
  • Create New...