-
Posts
833 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Start_
-
-
Which UID do you mean
- UID of item
- UID of Account ID
- UID of Char ID
Or something else?
-
Use 'git pull' command.
Or if you using Github Desktop just hit fetch and pull on rAthena reposity.
-
monster "prontera",0,0,"--ja--",1002,1; setunitdata [email protected][0],UMOB_HP,1234;
Change 1234 to Max HP - Damage Taken.
-
Is it hair costume? not a real character hair. (If I'm not wrong)
-
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.
-
Use latest rAthena, they already fix it.
-
1
-
-
See nodeadbranch mapflag in npc folder.
-
1
-
-
Still in development.
-
Try change 60000 to 8640000
-
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.
-
1
-
-
Yes you can duplicate GvG or BG mapflag (Source edit).
-
-
Attendance system should done that I think so?
-
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.
-
1
-
-
What's your Windows, did you often updating Windows?
And VGA drivers, some runtimes too.
-
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
-
Costume Digital Space -> Try paste this into your data folder. https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data
-
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
-
1
-
-
It should have some error when you compile login-server. Try see the logs when compling.
-
Fantastic
-
As error said it not enable in that client date.
-
1
-
-
\rathena\db\re\item_noequip.txt
There are examples in file.
-
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.
-
prontera,1,1,1 script Hello,66,5,5,{ end; OnTouch: npctalk "Hello world"; end; }-
1
-
problem ASPD renewal.hpp
in Source Support
Posted
Keep those files original. And use define_post file instead. (Try search define_post in this forum)