Jump to content

hendra814

Members
  • Posts

    882
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by hendra814

  1. 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
  2. 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
  3. 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
  4. update 2 lua files at data\luafiles514\lua files\datainfo - accname.lub - accessoryid.lub
  5. The problem is you missing iteminfo_sak.lua or you diff your client to read another iteminfo file name.
  6. 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
  7. i'm suggest you to use zack dreaver iteminfo here the link https://github.com/zackdreaver/ROenglishRE check on system folder
  8. pakai client versi berapa? untuk yang sudah pakai sclientinfo.xml setau saya langtypenya di set 0
  9. 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 [email protected]; mes "Input Item ID #2"; input [email protected]; mes "Input Item ID #3"; input [email protected]; next; mes $cf$; mes "^808000==================================^000000"; mes "Item ID #1 ^0000FF"+getitemname([email protected])+"^000000 ("[email protected]+")"; mes "Item ID #2 ^0000FF"+getitemname([email protected])+"^000000 ("[email protected]+")"; mes "Item ID #3 ^0000FF"+getitemname([email protected])+"^000000 ("[email protected]+")"; mes "^808000==================================^000000"; next; if (select("Cancel","Ok") == 1) close; auto_settings_alid_1 = [email protected]; auto_settings_alid_2 = [email protected]; auto_settings_alid_3 = [email protected]; auto_settings = auto_settings|1 << 0; } break; } } end; OnInit: bindatcmd("save",strnpcinfo(0)+"::OnSavecommand",0,99); bindatcmd("load",strnpcinfo(0)+"::OnLoadcommand",0,99); end; }
  10. maybe you could use this https://rathena.org/board/files/file/3883-at-with-afk-hat-very-easy-modify/
  11. for number 5 i think you could try edit this option on conf\battle.conf
  12. idk, it's happen to me too. Try post issue on the NEMO gitlab
  13. Try use this quest2display.txt questid2display.txt
  14. Use zack translation files, already update all into english
  15. 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
  16. from 3 client in this package what client version do you use in your src. - 20181015 client - 20171011 client - 20161128 client
  17. 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
  18. use this new nemo https://gitlab.com/4144/Nemo load your client and and then pick "read data folder first" option
  19. this is the npc coordinate prontera,148,174,5
  20. src\config\core.hpp disable this /// Uncomment to enable VIP system. #define VIP_ENABLE
  21. Try disable this option because some one got same error with you, but after disable this option his client run well
  22. try this one 2017-06-14 new.rar
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.