Jump to content

Chaos92

Members
  • Posts

    1537
  • Joined

  • Last visited

  • Days Won

    35

Community Answers

  1. Chaos92's post in help regarding text box in character creation/chat box ingame was marked as the answer   
    In Nemo Patcher, you need to enable 'Change new char name field height'.
    Maybe u can try 20 as the input.
  2. Chaos92's post in Costume not showing in PvP maps. was marked as the answer   
    Hello, I think this is because of nocostume mapflag
    npc/mapflag/nocostume.txt
     
    You can remove the lines that related with your PVP map.
  3. Chaos92's post in Max base level 255 - Joblvl 120 help please! was marked as the answer   
    use import folder job_stats.yml
    remove comments, insert jobs, and edit the max level as you want.
    Maybe you might wanna see the hp sp increment part too.
  4. Chaos92's post in Gepard Shield 3.0 Error Message - GRF Encryption was marked as the answer   
    Usually people didnt changed their cps.dll. So it should be once when someone create the client and send to Gepard to diff Gepard things inside.
  5. Chaos92's post in captain's pipe script was marked as the answer   
    Add in item_combos.yml for that item
    { bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP); }
    Didnt tried it yet, but should be like this.
     
    - Combos:   - Combo:   - J_Captain_Hat   - Antique_Pipe_J   Script: |   bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP);      
  6. Chaos92's post in Built-In Map Description Self-Announce was marked as the answer   
    If you want to change the picture, it should be here : data\texture\유저인터페이스\display_mapname\ . Maybe try to find this in data.grf
    About the text, it should be here : System/mapInfo_true_EN.lub if you are using Chris English Translation https://github.com/llchrisll/ROenglishRE
  7. Chaos92's post in H>How to add new cutin for daily reward? Thanks was marked as the answer   
    The attendance ? 
    data\texture\유저인터페이스\check_attendance\
    You can replace the images there.
  8. Chaos92's post in Running server Problem was marked as the answer   
    Try check this video as example.
  9. Chaos92's post in Running server Problem was marked as the answer   
    Try check this video as example.
  10. 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.
  11. 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.
  12. Chaos92's post in Need SVN Server with has already mount ?. was marked as the answer   
    Latest one ? https://github.com/rathena/rathena
  13. 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
     
  14. 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.
  15. 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.
     

  16. 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; }  
  17. 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.
  18. 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
  19. 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.
  20. 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
  21. 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
  22. 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;
    }
     
  23. 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.
  24. 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.
  25. 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.
×
×
  • Create New...