Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. I forget to update my post already solved i forget to setting the item can't be sell or thats why normal account cant use it LOL
  2. Hi, all i try to update skin thor patcher but always failed and the new skin always be "temp.exe" didn't replace the old one and the old patcher always try to download the newskin.thor and then auto close but didn't update into the new skin PatcherSum=****** PatcherPath=newskin.thor somebody can help me?
  3. Hi, all i want to change animation skill jackfrost but can't see on data.grf which file effect related with that skill? somebody can tell me which file? thanks
  4. rathena didnt have plugins system
  5. you can see example script in here npc/re/merchant/enchan_mal.txt
  6. added this script command .@refine = getequiprefinerycnt(EQI_ARMOR); and then change getitem2 .@itemid, 1, 1, 0, 0, 0, 0, 0, .@addpart; to getitem2 .@itemid, 1, 1, .@refine, 0, 0, 0, 0, .@addpart;
  7. yes you can but maybe some equipment from renewal have huge def you still need to nerf!!!!
  8. nice this feature good !! for PSRO have multi client so every player must do something before claim the reward :: thank you sader!!
  9. try this pull request have blacksmith bless logic here
  10. Maybe that client didnt support for those effect
  11. Hi, i want to make gold room, and i want to setting spawn mobs depend how many players in the map like if player <5 Only respawn 50 if player >5 & <10 respawn monster 100 its possible? thanks
  12. for the new one client you can setting in here data\luafiles514\lua files\service_korea MaxLevelTable = { BaseLevel = 99, << Edit this part into 255 BaseLevel3rd = 185, BaseLevelExtend2 = 160, BaseLevelUpperJob = 185, BaseLevelHomun = 185, BaseLevelDoram = 185, JobLevelNovice = 10, JobLevelSuperNovice = 99, JobLevelBase = 50, JobLevel2nd = 70, JobLevel3rd = 65, JobLevelExtend2 = 50, JobLevelUpperJob = 60, JobLevelDoram = 55 } i hope it work
  13. just remove from the list at db/import/mob_drop.txt
  14. npc/custom/item_signer.txt
  15. just input your new pincode and the click button confirm and input your pincode again and confirm
  16. maybe you use this feature? https://rathena.org/board/files/file/3514-all-monster-drop-item-with-random-option/
  17. thanks functor ? its bug or what? if yes ill open issue on github
  18. Hi, all somebody can help me to read this error Program received signal SIGSEGV, Segmentation fault. itemdb_isequip2 (id=id@entry=0x0) at itemdb.cpp:487 487 switch (id->type) { (gdb) r The program being debugged has been started already. Start it from the beginning? (y or n) n Program not restarted. (gdb) bt full #0 itemdb_isequip2 (id=id@entry=0x0) at itemdb.cpp:487 No locals. #1 0x0000555555666ec4 in pc_equippoint_sub (sd=0x55555bfdfc90, id=0x0) at pc.cpp:868 No locals. #2 0x00005555555e7a4a in clif_parse_equipswitch_request_single (fd=<optimized out>, sd=0x55555bfdfc90) at clif.cpp:20929 index = 29 #3 0x00005555555d5165 in clif_parse (fd=19) at clif.cpp:21070 cmd = <optimized out> packet_len = 4 sd = <optimized out> pnum = 0 cmd = <optimized out> packet_len = <optimized out> sd = <optimized out> pnum = <optimized out> #4 clif_parse (fd=19) at clif.cpp:20937 cmd = <optimized out> packet_len = <optimized out> sd = <optimized out> #5 0x0000555555578535 in main () at /usr/include/c++/8/bits/shared_ptr_base.h:1147 No symbol table info available. its becaouse switch equipment feature??
  19. coz you doesnt have gepard its for gepard user, just disable feature last_unique_id
  20. hi, sorry for bump this topic i have same issue but only with normal account http://prntscr.com/nsm7wo So when try to buy with normal account, npc like didn't read our item in inventory and always say "you don't have enough Kafrapoints" But if use GM account everything is fine? http://prntscr.com/nsm83g already check in item_trade.txt still have the issue
×
×
  • Create New...