Jump to content

hendra814

Members
  • Posts

    1191
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. sorry forget to put delitem i already fixed the script and test it. please check it.
  2. 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; }
  3. please repot on github issue, define which step is missing you could use IRO wiki guide step for check which part is missing.
  4. After pop up this message "Ragnarok.exe has changed, press OK to restart" open the client again and try login again.
  5. 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
  6. 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
  7. 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
  8. update 2 lua files at data\luafiles514\lua files\datainfo - accname.lub - accessoryid.lub
  9. The problem is you missing iteminfo_sak.lua or you diff your client to read another iteminfo file name.
  10. 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
  11. i'm suggest you to use zack dreaver iteminfo here the link https://github.com/zackdreaver/ROenglishRE check on system folder
  12. pakai client versi berapa? untuk yang sudah pakai sclientinfo.xml setau saya langtypenya di set 0
  13. 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; }
  14. maybe you could use this https://rathena.org/board/files/file/3883-at-with-afk-hat-very-easy-modify/
  15. for number 5 i think you could try edit this option on conf\battle.conf
  16. idk, it's happen to me too. Try post issue on the NEMO gitlab
  17. Try use this quest2display.txt questid2display.txt
  18. Use zack translation files, already update all into english
  19. put all resource file for new prontera in your custom grf if you use grf or in your data folder if you use data folder. not only prontera.rsw, porntera.gnd, and prontera.gat
  20. from 3 client in this package what client version do you use in your src. - 20181015 client - 20171011 client - 20161128 client
  21. are you mean you patch client to read data folder first using nemo and now your client doesn't read your GRF? are you already put your grf file name into data.ini
  22. use this new nemo https://gitlab.com/4144/Nemo load your client and and then pick "read data folder first" option
  23. this is the npc coordinate prontera,148,174,5
×
×
  • Create New...