Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Just curious, how do you detect the streamer is active streamer or not ? By manually ?
  2. So the players will be teleported for checking ? Any way to not counting spawn from MVP then ? Since MVP mostly spawn a lot, + other mobs around it, so that players wont be teleported while MVPing, maybe ?
  3. the idea is use the correct client files depends on your client date. If English translation maybe can use https://github.com/llchrisll/ROenglishRE
  4. this is most probably the client files part. maybe hotkey.lub ? didnt remember well. but its client side part.
  5. https://github.com/rathena/rathena/blob/master/db/re/level_penalty.yml Here it is, check the level difference.
  6. I dont think i have any issue getting the chance item, i change all the itemid to 501~ 515~ and no problem at all. just make sure all are in inventory. choose first case, then 2nd case.
  7. yes, told ya about what item should have only 1, and can more than 1 So, make sure your item 40106 = 1, not more than that. item 40026 and 40058 rent item is exist.
  8. Can you explain on u didnt get the random chance item ? From what I saw in the script; if(countitem(40106) == 1){ //T2 Butchering if(countitem(40026) > 1 || rentalcountitem(40058) > 1){ if(rand(100) <= .@Chance){ getitem .@MakeShiftBoneDagger[rand(getarraysize(.@MakeShiftBoneDagger))], 1; getitem 40036, 1; } delitem 40026, 1; getitem 40036, 1; getitem 40011, 2; close; } } So, make sure your item 40106 = 1, not more than that. item 40026 and 40058 rent item is exist.
  9. you are not using latest rathena/yml ?
  10. Should be in your config.ini when u compile the thor.exe, u can see something regarding title. try to recheck or reread it back. About the icon, maybe u can use reshacker. This is my very very old video. Maybe can shed some light.
  11. I check your link, and it have https. You try to disable https, just use http instead. And also, the problematic part your main.ini Please check the file URL, make sure its correct.
  12. most probably because of your client side skillinfoz folder if u didnt change anything in skilldb.
  13. maybe they have macro software ? any emulation key = considered as macro.
  14. to be honest, have you tried download latest kRO, maybe ?
  15. your custom item name are correct ? aegis name, english name.
  16. why must centos 6 ? theres a lot more OS that compatible to recompile. Safe ? its old rathena, what u expect from outdated files, most probably full with bugs/issue that has been fixed before till now 2023.
  17. depends. can use windows and compile with visual studio, or compile with any other OS that supported at that time. By the way, didnt recommend using old version rathena, for sure have outdated bugs that most probably private server players will spot on easily.
  18. To be honest, I didnt understand. @mapexit Sends quit signal to mapserver, saving all data and causing a graceful shutdown. This will also send a packet to clients causing them to close. Means the map server will be shutdown. So for sure you cant warp to other map, since all player forced to close/quit.
  19. I think he already merge the pull request https://github.com/rathena/rathena/pull/7024 and that job actually already existed in rAthena, can use @job to jobchange, so he want the script for his players, maybe.
  20. That part I think it should be in msgstringtable.txt
  21. Chaos92

    Error Koe

    make sure u already add db/pre-re/castle_db.yml or db/re/castle_db.yml For your KoE
  22. The YAML indentation is not correct. Make sure the spacing are correctly written.
  23. Hello, you should check that line it might have the hint why that error occured. - Item: ReloadShadow_Mix RewardGroup: RELOADSHADOW_MIX RequiredRequirementsCount: 3 MinimumRefine: 9 MaximumRefine: 10 Requirements: - Item: S_Reload_Armor - Item: S_Reload_Shoes - Item: S_Reload_Shield - Item: S2_Reload_Armor /item_group_db.yml try check there is it exist for reloadshadow_mix. It just my guess since ive update for a few months once but didnt have your errors.
×
×
  • Create New...