Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. Your best chance to get this working with latest rAthena version is to contact the original author and ask him/her to update the code
  2. Check it's clientinfo.xml to see if md5 feature is enabled or not. To make a male character, simply use _M after your username when you are registering a new account, or _F if you want female account. After the registration, you can safely omit the _M/_F from your username when you login to your account.
  3. http://rathena.org/board/topic/95977-ro-full-client-2014-07-22-kro2013-08-07-client/
  4. Have you send a PM to the original author to update this?
  5. rAthena doesn't use SVN anymore, we use Github instead, so make sure you have your Git application installed on your PC.
  6. http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/ Hope this helps
  7. Use Euphy's WOE Controller script, but don't forget to disable the default WOE controller
  8. Use rAthena, update to latest version from GitHub, edit your configuration and compile your server
  9. You can use the default bank instead of this custom script.
  10. - shop card_mob#A -1,501:1000,x:y,x:y Where X=Card ID, and Y=Price
  11. I think it's impossible to set the skill automatically to 14/14, because if people switched their weapon, the skill get's back to 10/10, so when the weapon give people Soul Breaker lv 14, it will always set to 10/14.
  12. You have to ask clearly, try not to make your helper guess of what you need. Because the people aren't mind readers... prontera,149,193,4 script Free Reset 109,{mes "Reset?";if(select("Yes:No")==1){if(!rstlrdy){resetstatus;resetstatus;rstlrdy = 1;}}close;}
  13. prontera,149,193,4 script Free Reset 109,{mes "Reset?";if(select("Yes:No")==1){if(!rstlrdy){resetstatus;rstlrdy = 1;}}close;}
  14. nanakiwurtz

    Failure...

    You print them and pour resin?
  15. We are trying to match our database closely to kRO first, if there are missing references, then we switched to iRO, and if there's still no reference, we seek information to other official server. If you have something to report, you can use the Bug Tracker feature to make it better organized Is there something else?
  16. If I may ask, what are you trying to do with the lib? The patchers out there are not good enough? Or do you have some 'new ideas'?
  17. What are you trying to do? And to make it easier, please describe of what you want to do and what you have done so far
  18. prontera,100,100,4, script Testing 890,{ set @npcname$,"[Testing]"; mes @npcname$; mes "Hello!"; mes "Simple reminder, players having weight more than 1000 is forbidden to go inside the arena"; next; menu "Go Inside",GO_in,"Cancel",Can_x; Can_x: end; GO_in: mes @npcname$; if (Weight>1000) { "I'm sorry, but your weight is more than 1000.","Please come back again later"; close; } mes "Good luck~"; close2; warp "prontera",162,158; end; }
  19. Hmm you can write them manually, but obviously it takes much time. Maybe someone will make a item_db converter from Hercules to rA I'll look into Hercules item_db format... There is already an item_db.conf -> item_db.txt converter made by Dastgir http://hercules.ws/board/topic/5363-item-dbconf-to-item-dbtxt/ Thank you Dastgir Oh one more thing, the import folder only available after you compile your server, at least once.
  20. It's complicated, but it's far easier to write a bank NPC for account wide zeny.
  21. Have you rechecked your path? As I said earlier, it's easier to use the File mode first when trying things on your own local PC, I never use GRF mode if the File mode doesn't work as intended.
  22. Wrong section Anyway.. http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/
  23. https://github.com/MagicalTux/grf/blob/master/src/grf.c
  24. 1. Put your custom items at '\db\import\item_db.txt' 2. Yes, it works
×
×
  • Create New...