-
Posts
833 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Start_
-
Keep those files original. And use define_post file instead. (Try search define_post in this forum)
-
How to create an NPC to deliver items by unique_id?
Start_ replied to Tdi123's question in General Support
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.
-
Please help me identify the origin of this hair colour's palette
Start_ replied to Mina-chan's question in Graphics Support
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.
-
See nodeadbranch mapflag in npc folder.
-
Still in development.
-
effect of an active skill on an item all time
Start_ replied to IsabelaFernandez's question in Database Support
Try change 60000 to 8640000 -
Ragexe 20221103 error on login before select character JOB Class4 Ext
Start_ replied to JohnJR's question in Client-side Support
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. -
Yes you can duplicate GvG or BG mapflag (Source edit).
-
Nice!
-
Attendance system should done that I think so?
-
What's the best way to add a new, custom attribute to items?
Start_ replied to INREM's question in Script Requests
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. -
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
-
Efficient condition comparison. How to compare properly?
Start_ replied to Jannah's question in Scripting Support
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 -
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.
-
\rathena\db\re\item_noequip.txt There are examples in file.
-
[RESOLVED] all-weapon attack animations for all classes
Start_ replied to JoJoSW's question in Graphics Requests
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; }