Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. Have you tried tagging your account as <yellow> instead of <admin> in clientinfo.xml?
  2. Try this code.. Tagging the food as a cash item makes it active even after death.. That's what im talking about sc_start SC_FOOD_STR_CASH,1800000,10;
  3. Find this line in your map/status.c then add the statuses that are made by Tarot, if im not mistaken they are also included there and tagged under 'SC_' //Status that are blocked by Golden Thief Bug card or Wand of Hermod
  4. Nope, there wasn't. If im not mistaken, the status icon that were used via script was similar to taekwon's Warm Wind.
  5. sandbox

    Help

    Google / Search bar my friend.. http://rathena.org/board/topic/79394-setup-thor-patcher/
  6. data/cardprefixtable.txt data/cardpostfixtable.txt correct me if im wrong about the file names
  7. I'm not sure but have you tried updating your client? I've experienced some of this before, can you elaborate your problem more?
  8. for the 2nd screenshot, trying browsing the login_interface / basic_interface in texture folder.
  9. Might wanna check for newer revisions of your SVN, I am really sure that you don't need to have a script because the function was already built in.. I had an old rAthena version which was like 13xxxx something but the behavior of item_noequip for me is that you can still equip the items but it wont have any effect, which is fine but different from the eAthena version.
  10. Trying copying the item script in ratemyserver.net using their pre-renewal item database.
  11. Try reading this similar topic http://rathena.org/board/topic/68672-can-any-one-help-me-to-add-icon-status-for-cursed-water-when-used/?pid=126450#entry126450 A clue.. Try browsing the item_db related to "sc_start" and reading the item_bonus.txt http://eathena-project.googlecode.com/svn/trunk/doc/item_bonus.txt
  12. They were supposed to be expanded classes that were dropped by kRO.. More info here http://ro.doddlercon.com/wiki/index.php?title=Death_Knight http://ro.doddlercon.com/wiki/index.php?title=Dark_Collector
  13. Actually, that's not an error, that only occurs because as the way you've started the script, it does not define a map and would work fine as long as every variable that it calls, etc. would always be attached.
  14. check your castle_db.txt and dont forget to enable the scripts on npc/guild folder depending on the map you are using for WoE
  15. have you tried combining it with mapflag/restricted.txt?
  16. Did you try to update the ID column of your account in the database? Try restarting/relogging too after that
  17. UPDATE `ragnarok`.`mob_skill_db` SET `CONDITION`='longrangeattacked' WHERE `CONDITION`='longrangedattack' don't forget to backup because i just wrote that code from scratch
  18. Can you post a screenshot?
  19. It's in `global_reg_value` table and is using #KAFRAPOINTS for the variable name
  20. you might wanna check out item_noequip.txt in db folder and restrictions.txt in conf/mapflag folder
  21. What do you mean for registered accounts only? Shouldn't all your players have an account already?
  22. Can you kindly elaborate what this thread is about?
  23. You can test if it would trigger via @useskill command. If it does not work, try checking the codes in status.c/battle.c/skill.c
  24. To know if the item script really works, you might want to enable this in your player.conf file. As Kido said, you should try increasing the % rate to test it further.. // Display the drained hp/sp values from normal attacks? (Ie: Hunter Fly card) show_hp_sp_drain: no
  25. Well there could be a lot of reasons behind that. But first, we should diagnose the problem. Did they invest on their castle? And secondly, did you manage to restart the server or reload all the server script via @reloadscript? If this is a case then they should wait for another 12 hours from the time the server/script reloaded before they can get a treasure box
×
×
  • Create New...