Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. Look for their formulas here /rathena/blob/master/src/map/battle.c
  2. Sorry for the late reply, i'll investigate this issue by weekend, hopefully.
  3. Yes, players wont be able to use storage when 'can_trade' is set to false.
  4. https://github.com/rathena/rathena/blob/2688d78e6ab781896e09a0b83b25942b6ee65fa2/conf/battle/battle.conf#L147
  5. yea, duplicate the bonus using all the different races.
  6. If i'm not mistaken, there's already a command for that.. Though I forgot what it is, something like /showhp.. Try to look in your in-game setup too
  7. Updated
  8. announce strcharinfo(0)+" got "+getitemname(.RandItem[rand(.RandCount)]+"!",bc_all;
  9. Just need to wait for the next day.. Or delete the variables attached to the character in global_reg_value
  10. map,x,y,d script 45,1,1,{ OnTouch: if(getgroupid() > 1) warp "map",a,b; end; } Take note of the tabs, because I used a 'space' on the npc name.
  11. Ohh that one, then edit the monster's stats in mob_db
  12. Oh, that was supposed to be a close2; Sorry
  13. Is your pet loyal?
  14. Change line to for(set .@i,0; .@i < getarraysize( .mvp_list ); set .@i,.@i+1 ) That means your files are outdated
  15. Which FAW? Post your item script here.. Anyways, here's some item scripts to give you ideas bonus bAspd,n; Attack speed + n bonus bAspdRate,n; Attack speed + n% bonus bAtk,n; ATK + n bonus bAtk2,n; ATK2 + n bonus bAtkRate,n; Attack power + n% bonus bBaseAtk,n; Basic attack power + n
  16. Nope sorry, you can try looking for its texture file name in your itemdesc tables, then when you find it, search for the file name on data.grf
  17. Look em up here. https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L81
  18. Yes, but it would affect everyone since it's a configuration.
  19. Going to work on a not-so secret server project on my own!

  20. Topic approved. Thank you for this nice tutorial!
  21. Try restarting your server
  22. Hmm, because you have the renewal files, sad to say, you have to find a very old description yourself, OR you can edit them one by one
  23. It changes after a period of time? Maybe you got floating rates enabled, no?
  24. Maybe you reloaded your scripts, or your server restarted.
×
×
  • Create New...