-
Posts
1,085 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Chaos92
-
you're using windows or linux running rathena emulator ?
-
I see, that client need this pull request : https://github.com/rathena/rathena/pull/5731.
-
1. you're using what client date /version ? 2. Do you really have Emblem folder in your RO directory to choose any available emblems inside ?
-
Starting Map is having some kind of glitch ?
Chaos92 replied to Eross's question in Client-side Support
I think its same with this one ? -
any error shown in terminal/putty ? or did you add script auto reset such as this one ?
-
Add some checking such as if (zeny < .paymentT) { mes "Not enough zeny"; close; }
-
1. I think u can create a new itemid acid bomb box which using getitembound if you want to make it difference rather than normal/default item. Btw, its better for you to use 'Code' embed so we can look into it easier rather than download it.
-
you need to add the item description/resourcename, etc in iteminfo.lua. It becomes apple but should be working if you're clicking it (if its scripted correctly). So you might copy any package exist in iteminfo.lua and reedit the name and description.
-
Error on my refine.txt after pull update from github rAthena
Chaos92 replied to Checkmate's question in Scripting Support
did u try using admin/GM accounts? for normal player, u need to add that commands in groups.conf same as how you add another commands for example go, warp, etc. Make sure you already recompile or build the src again. -
most probably because of your skillinfoz in data folder issue. Try to use Chris RE Translation if you're using English Translation https://github.com/llchrisll/ROenglishRE Read the wiki and instruction to make sure you're doing it right. or else repair/edit it.
-
how to Install Athena-Web-Server | Get error "Type 3"
Chaos92 replied to LearningRO's question in Installation Support
which one difficult ? its easier I think since its in rathena folder already. If you're asking on how, its already there inside that PR the instruction. Ive comment also about how to pull from other user git. Or else you can just wait for it to be merged in rathena master and you use it, it just the matter of time. -
how to Install Athena-Web-Server | Get error "Type 3"
Chaos92 replied to LearningRO's question in Installation Support
You can try this PR now : https://github.com/rathena/rathena/pull/5731 if you're asking about the guild emblem changes, its because of client support. if you're using for example 2018 clients or older you might still can use the old one. This only for client 2020 above. -
Full Divestment (ST_FULLSTRIP) passive melee??
Chaos92 replied to ganancia's question in Database Requests
I dont understand quite well. Do you mean bonus5 bAutoSpell,sk,y,n,bf,i; Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf bonus5 bAutoSpell,"ST_FULLSTRIP",5,5000,BF_SHORT,1; -
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
Theres a lot of thor patcher themes/skin in download section. You can check it out there. -
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
thor patcher = to patch the files online. Just ignore that if you didnt use/need it. you can just follow the weemapcache part and restart server after replace mapcache.dat. -
Try to check the logs, or check your server is it the connection are stable or not. Some servers are having disconnection issue for example because of high usage or DDoS attack maybe. Actually theres a lot to be considered of. Some ISPs also 'reset' the IP depends on their policy (for example : every hour), so this also might getting them into disconnection issue.
-
Error on my refine.txt after pull update from github rAthena
Chaos92 replied to Checkmate's question in Scripting Support
Since you're updating rathena to latest, why not just use the latest one . You can copy it from here : https://github.com/rathena/rathena/blob/master/npc/merchants/refine.txt -
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
Hello, You need to do the mapcache. Download the mapcache.dat from db/re or db/pre-re depends on your server mode. Then you can download weemapcache. You can open mapcache.dat using weemapcache and add the .gat files that you add before, drop it inside the list. Then you can save and replace the new one inside db/pre-re or db/re. *I suggest you backup the original mapcache.dat in case anything happen. I have tutorial add custom map and maybe you can watch the part of weemapcache there to understand better. https://youtu.be/Z-h-5ZD2REc -
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
You can try download iz_ac.rar from the post attached above, then extract it and insert it in your server GRF inside data folder. -
How this Headgear doesnt show even all files are complete and attached
Chaos92 replied to AinsLord's question in Client-side Support
Try to check your accessoryid or accname (if the client diffed = same for both server). Most probably the main issue is there (the item are not in list) if the viewid in itemdb yml is correct. -
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
Hello, I suggest you use this english client translation. Or just get the map files and replace yours with this. https://github.com/llchrisll/ROenglishRE Make sure you read the wiki and instruction. -
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
Here GRF Editor -
Its actually just a warning. Btw you can use the new constant as stated there since your custom script which you added are using that deprecated constant. https://github.com/rathena/rathena/blob/55ca79961da77d1ba6c244393de0101709e7bc0d/tools/convert_emotions.py Example, change 'E_SRY' to 'ET_SORRY'.
-
2nd floor of academy is blackened. (and various other bugs)
Chaos92 replied to Windy's question in General Support
-
As I said its in db/re/refine.yml or db/pre-re/refine.yml - Group: Armor Levels: - Level: 1 RefineLevels: - Level: 1 Bonus: 100 Chances: - Type: Normal Rate: 10000 Price: 2000 Material: Elunium - Type: HD Rate: 10000 Price: 20000 Material: HD_Elunium - Type: Enriched Rate: 10000 Price: 2000 Material: Enriched_Elunium Go check the price for all the list in that yml.