Jump to content

Start_

Donators
  • Posts

    833
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Start_

  1. Keep those files original. And use define_post file instead. (Try search define_post in this forum)
  2. Which UID do you mean - UID of item - UID of Account ID - UID of Char ID Or something else?
  3. Use 'git pull' command. Or if you using Github Desktop just hit fetch and pull on rAthena reposity.
  4. monster "prontera",0,0,"--ja--",1002,1; setunitdata [email protected][0],UMOB_HP,1234; Change 1234 to Max HP - Damage Taken.
  5. Is it hair costume? not a real character hair. (If I'm not wrong)
  6. Do you have any screenshot? Also which commit are you at? Client date too that would be helpful for any people that want to help you.
  7. Use latest rAthena, they already fix it.
  8. See nodeadbranch mapflag in npc folder.
  9. Use clean kRO client and use rsu from Ai4Rei to update to latest patch. Then apply Chris data + Chris resource collection data. That should work.
  10. Yes you can duplicate GvG or BG mapflag (Source edit).
  11. Attendance system should done that I think so?
  12. You can add new YAML parser in src try to use 'find all' EquipLevelMin in Visual Studio then you can duplicate it to INREMsSpecialAttribute variables.
  13. What's your Windows, did you often updating Windows? And VGA drivers, some runtimes too.
  14. Try install data from Chris again. I found when I edited prefix, postfix and some card related stuffs, client will auto close after it open for 0.1s
  15. Costume Digital Space -> Try paste this into your data folder. https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data
  16. Correct formula for Apple Juice 1.) setarray .formula_applie_juice[0],713,507,512,512; 2.) Use OnSellItem: (4 times or 1 time in sell order) (Store it as Character variables) 3.) Compare variable 1 2 3 4 to array[0] [1] [2] [3] I think that's it. --- I had done 50,000 Items that can be craft with 5 material (Different amount each recipes) before. You can find it here but it's Thai language https://github.com/kaninhot004/rathena/blob/7ce92c2097110b251bd8872740fd8dc731c6d1ab/npc/team_craft/craft.txt Commit: https://github.com/kaninhot004/rathena/commit/98f137b681235f423d7d277e624b851468da4227
  17. It should have some error when you compile login-server. Try see the logs when compling.
  18. As error said it not enable in that client date.
  19. \rathena\db\re\item_noequip.txt There are examples in file.
  20. Leave an error pop in message box if it won't crash the game. But if there are error dialog pop, you need to use client date that can patch 'Ignore error' to prevent error dialog pop. So player can play along without game freezing.
  21. prontera,1,1,1 script Hello,66,5,5,{ end; OnTouch: npctalk "Hello world"; end; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.