Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. using HEX EDITOR? could you show which hex number and change into what number. Thanks before.
  2. @Functor So this fix just using nemo right? what option we must pick for this?
  3. one mine work normal with this conf and i check your nine tail db. it's not same with rathena current version. I think your nine tail database already have modification.
  4. I already look and check your file it's ok, could you share your mob DB for that monster. Is it custom monster?
  5. try this. Gramps_Weekly_TurnIn_rev.txt
  6. paste at here your drop conf at conf folder.
  7. no, stil got that error using windows 7 X86, even using client rediff with resize font option.
  8. sorry forget to put delitem i already fixed the script and test it. please check it.
  9. prontera,155,183,4 script redeem 717,{ if (countitem(4002)>=5 || countitem(4001)>=5){ getitem 616,1; if (countitem(4002)>=5){ delitem 4002,5; goto OnThanks; } if (countitem(4001)>=5){ delitem 4001,5; goto OnThanks; } end; } end; OnThanks: mes "Thanks You"; end; }
  10. english version please..
  11. please repot on github issue, define which step is missing you could use IRO wiki guide step for check which part is missing.
  12. After pop up this message "Ragnarok.exe has changed, press OK to restart" open the client again and try login again.
  13. Try update your quest lua files on system folder. You could try from Zackdreaver https://github.com/zackdreaver/ROenglishRE or asheraf https://github.com/Asheraf/Translation
  14. i already download, but when i start start_console.cmd it's not showing any windows. i'm using windows 10 X64 bit version edit: found the problem, can't run inside another folder. but got error like this, please help
  15. Check at some folder -first conf\battle\feature.conf, check is the feature already on -second db\re\attendace.yml, check the date and item reward -third at system\checkattendance.lub, same as db folder check the date and item reward here my ss
  16. update 2 lua files at data\luafiles514\lua files\datainfo - accname.lub - accessoryid.lub
  17. The problem is you missing iteminfo_sak.lua or you diff your client to read another iteminfo file name.
  18. Maybe you could use this method https://rathena.org/board/topic/111269-guide-lightweight-compiler-for-windows-for-replacement-heavy-visual-studio-ide-compile-rathena-faster-save-your-bandwidth-and-disk-space/?page=0#comment-326230
  19. i'm suggest you to use zack dreaver iteminfo here the link https://github.com/zackdreaver/ROenglishRE check on system folder
  20. pakai client versi berapa? untuk yang sudah pakai sclientinfo.xml setau saya langtypenya di set 0
  21. Only for allotid not include @autoloot like before so call @save to input all item you want to save and then load it using @load - script AutoSetting -1,{ end; OnLoadcommand: if (auto_settings & 1 << 0) atcommand "@alootid +"+auto_settings_alid_1; if (auto_settings & 1 << 0) atcommand "@alootid +"+auto_settings_alid_2; if (auto_settings & 1 << 0) atcommand "@alootid +"+auto_settings_alid_3; end; OnSavecommand: while(1) { switch( select( "@alootid "+auto_settings_alid_1+" "+auto_settings_alid_2+" "+auto_settings_alid_3+" ["+((auto_settings & 1 << 1) ?"^00C000ON^000000":"^FF0000OFF^000000")+"]" ) ) { case 1: if (auto_settings & 1 << 0) { auto_settings_alid_1 = 0; auto_settings_alid_2 = 0; auto_settings_alid_3 = 0; auto_settings = auto_settings^1 << 0; } else { mes "Input Item ID #1"; input .@itemid1; mes "Input Item ID #2"; input .@itemid2; mes "Input Item ID #3"; input .@itemid3; next; mes $cf$; mes "^808000==================================^000000"; mes "Item ID #1 ^0000FF"+getitemname(.@itemid1)+"^000000 ("+.@itemid1+")"; mes "Item ID #2 ^0000FF"+getitemname(.@itemid2)+"^000000 ("+.@itemid2+")"; mes "Item ID #3 ^0000FF"+getitemname(.@itemid3)+"^000000 ("+.@itemid3+")"; mes "^808000==================================^000000"; next; if (select("Cancel","Ok") == 1) close; auto_settings_alid_1 = .@itemid1; auto_settings_alid_2 = .@itemid2; auto_settings_alid_3 = .@itemid3; auto_settings = auto_settings|1 << 0; } break; } } end; OnInit: bindatcmd("save",strnpcinfo(0)+"::OnSavecommand",0,99); bindatcmd("load",strnpcinfo(0)+"::OnLoadcommand",0,99); end; }
  22. maybe you could use this https://rathena.org/board/files/file/3883-at-with-afk-hat-very-easy-modify/
  23. for number 5 i think you could try edit this option on conf\battle.conf
  24. idk, it's happen to me too. Try post issue on the NEMO gitlab
  25. Try use this quest2display.txt questid2display.txt
×
×
  • Create New...