-
Posts
1,085 -
Joined
-
Last visited
-
Days Won
12
Community Answers
-
Chaos92's post in Thor Patcher connection issue was marked as the answer
1. make sure you can access that IP/domain webserver. Try open it with your browser your file_url and also root_url.
2. try disable https or SSL (if its auto or u enable it) for the subdomain or path for thor web server data.
-
Chaos92's post in Where is Functor? was marked as the answer
Contact @Functor in rathena PM or skype him. Make sure you're contacting a correct person/Skype ID.
-
Chaos92's post in Need SVN Server with has already mount ?. was marked as the answer
Latest one ? https://github.com/rathena/rathena
-
Chaos92's post in How to remove message when open a buff box was marked as the answer
Hello, you need to change that item type.
Is that custom box you created ?
db/re/item_db_usable.yml or db/pre-re/item_db_usable.yml
Type: Cash
to
Type: Usable
-
Chaos92's post in how to fix this? was marked as the answer
Try to check your job_exp. I think u edit something there and cause this error/issue.
-
Chaos92's post in how to Changed ip domain was marked as the answer
use any DNS, point it. Below example for Cloudflare.
Name = domain name.
Content = IP Address for it to point.
-
Chaos92's post in BONUS REFINE SCRIPT was marked as the answer
Like this ?
bonus bStr,getrefine()/2; bonus bAtk,20*(getrefine()/2); if (getrefine()>9) { bonus bDex,5; bonus bStr,5; }
-
Chaos92's post in H> Resources File loading Fail was marked as the answer
try change hair colour, cloth color, hstyle to 1. 1 shouldnt have any problems.
change in char table in your ragnarok database.
-
Chaos92's post in Correct On<day><time> script for daily event was marked as the answer
OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
-
Chaos92's post in edited item_db_equip.yml but slot bmp not showing up was marked as the answer
Hello, for client 2013 and above it should be in iteminfo.lua or any iteminfo files name that your client diffed located in System folder.
-
Chaos92's post in Finger Offensive: only one sphere used was marked as the answer
ive told that above, Change SpiritSphereCost: 1 to 5 if you want the skill to cost 5 spirit sphere.
Renewal
Thank you, the problem has been solved
-
Chaos92's post in Guild Emblem client 20200520 was marked as the answer
Secret already archived the repo.
You can use this PR : https://github.com/rathena/rathena/pull/5731
-
Chaos92's post in How to add Error Message on Warper? was marked as the answer
Add some checking such as
if (zeny < .paymentT) {
mes "Not enough zeny";
close;
}
-
Chaos92's post in Guild Pack I see as apple was marked as the answer
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.
-
Chaos92's post in Error on my refine.txt after pull update from github rAthena was marked as the answer
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.
-
Chaos92's post in Random now logging out was marked as the answer
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.
-
Chaos92's post in Deprecated emoticons was marked as the answer
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'.
-
Chaos92's post in Instances - Pre Renewal was marked as the answer
Do you mean instances for pre-renewal that rathena has ?
Have you check in npc/instances/ folder ?
-
Chaos92's post in Skill Tree Error was marked as the answer
then use the correct lua files.
Im suggesting you using this : https://github.com/llchrisll/ROenglishRE
Please read the instruction and Wiki in that github.
-
Chaos92's post in Revert old version Guild Emblem was marked as the answer
use older client , such as 20180620 or older.
or else use the PR https://github.com/rathena/rathena/pull/5731 for 2020 and latest
-
Chaos92's post in GET ALL Costume Item on item_db_re was marked as the answer
SELECT * FROM `item_db_re` WHERE `name_aegis` LIKE '%costume%'
Most of costume have 'costume' or 'C_' word in its name in item_db_re_equip.sql
-
Chaos92's post in @giveitem not working properly was marked as the answer
getmapxy( [email protected]$,[email protected],[email protected],0,[email protected]$[[email protected]] ); try change 0 to BL_PC
getmapxy( [email protected]$,[email protected],[email protected],BL_PC,[email protected]$[[email protected]] );
-
Chaos92's post in How to fix this korean chars was marked as the answer
are you sure you're using the nemo profiles given in Chris Translation ? Because the file path might be different compare to default.