-
Posts
882 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by hendra814
-
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
-
you are not allowed to use the attendance system
hendra814 replied to Geralt's question in Database Support
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 -
update 2 lua files at data\luafiles514\lua files\datainfo - accname.lub - accessoryid.lub
-
Hello everyone :D I nedd your help please !!
hendra814 replied to wwshakioww's question in Database Requests
The problem is you missing iteminfo_sak.lua or you diff your client to read another iteminfo file name. -
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
-
i'm suggest you to use zack dreaver iteminfo here the link https://github.com/zackdreaver/ROenglishRE check on system folder
-
pakai client versi berapa? untuk yang sudah pakai sclientinfo.xml setau saya langtypenya di set 0
-
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; }
-
How to make autotrade/@afk characters can be recalled and not go Invisible
hendra814 replied to Lord Turtle's question in Source Support
maybe you could use this https://rathena.org/board/files/file/3883-at-with-afk-hat-very-easy-modify/ -
for number 5 i think you could try edit this option on conf\battle.conf
-
how to add custom hairstyle on character creation 2018 clients
hendra814 replied to joelolopez's question in Client-side Support
idk, it's happen to me too. Try post issue on the NEMO gitlab -
Quest Information Null 2010-07-30 client
hendra814 replied to Keju's question in Client-side Support
Try use this quest2display.txt questid2display.txt -
Use zack translation files, already update all into english
-
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
-
[Diff] Help Read Data Folder First
hendra814 replied to icetopspin_is's question in Client-side Support
from 3 client in this package what client version do you use in your src. - 20181015 client - 20171011 client - 20161128 client -
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
-
[Diff] Help Read Data Folder First
hendra814 replied to icetopspin_is's question in Client-side Support
use this new nemo https://gitlab.com/4144/Nemo load your client and and then pick "read data folder first" option -
this is the npc coordinate prontera,148,174,5
-
[Diff] Help Read Data Folder First
hendra814 replied to icetopspin_is's question in Client-side Support
What client do you use? -
src\config\core.hpp disable this /// Uncomment to enable VIP system. #define VIP_ENABLE
-
Successful char creation but failed to connect?
hendra814 replied to khenma09's question in General Support
Try disable this option because some one got same error with you, but after disable this option his client run well -
try this one 2017-06-14 new.rar
-
Successful char creation but failed to connect?
hendra814 replied to khenma09's question in General Support
What client do you use? -
Disable Quest guide to avoid missing quest log in message
hendra814 replied to pueblodefairy's question in Client-side Support
Here the link https://gitlab.com/4144/Nemo