mastabomba
Members-
Content Count
13 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by mastabomba
-
Change account to GM Putty/ssh to server/open mysql cli mysql -u ragnarok -p open hercules's database e.g.: ragnarok use ragnarok; update login set group_id = replace(group_id,'0','99') where userid like('youruser');
-
[Guide] Create your server & Client (2016/08)
mastabomba replied to Monsieur Panda's question in General Server Support
check steps on sql-files and from phpmyadmin -
1. Config locations and variable need to be edited to your server's IP (example: 192.168.130.133) Hercules/conf/login/login-server.conf: bind_ip: "192.168.130.133" Hercules/conf/map/map-server.conf: char_ip: "192.168.130.133" Hercules/conf/map/map-server.conf: bind_ip: "192.168.130.133" Hercules/conf/map/map-server.conf: map_ip: "192.168.130.133" Hercules/conf/char/char-server.conf: login_ip: "192.168.130.133" Hercules/conf/char/char-server.conf: bind_ip: "192.168.130.133" Hercules/conf/char/char-server.conf: char_ip: "192.168.130.133" 2. Copy s1 row to create new user with id 2 and replace default s1/p1 in Hercules/conf/char/char-server.conf & Hercules/conf/map/map-server.conf 3. Use GFR Editor to open GRF in data.ini & find clientinfo.xml, change IP and save. I followed this guide: If you want to migrate to Debian 10: 1. Install mysql 5 from oracle repo 2. Stop mysql 3. Rename /var/lib/mysql on debian 10 4. Copy /var/lib/mysql over from debian 8 5. Start mysql 6. Upgrade (mysql_upgrade -u root -p --force) 7. Restart mysql. 8. Copy over Hercules folder from debian 8 an install packages like before I'm using client from https://drive.google.com/drive/folders/1RQkJbfqr0t1dieiz_jmz_1nCDUxRhhwY Configure parameter for pre: ./configure --enable-packetver=20190605 --disable-renewal Hercules/src/common/mmo.h pre-renewal & client setting #ifndef PACKETVER #define PACKETVER 20190605 //#define ENABLE_PACKETVER_RE To redirect logs into Hercules/log/ folder, modify athena-start script to case $1 in 'start') print_start check_files exec ./${L_SRV}>>log/${L_SRV}.log& echo $! > .${L_SRV}.pid exec ./${C_SRV}>>log/${C_SRV}.log& echo $! > .${C_SRV}.pid exec ./${M_SRV}>>log/${M_SRV}.log& echo $! > .${M_SRV}.pid echo "Now Started Athena." Log rotation /etc/logrotate.d/hercules /home/ragnarok/Hercules/log/*.log { daily rotate 7 missingok create 640 ragnarok ragnarok compress } Put Warper in Eden HQ (need restart) in npc/custom/warper.txt moc_para01,34,20,4 duplicate(Warper) Warper#prt 4_F_VALKYRIE Kafra smack in the middle of Prontera? edit npc/kafras/kafras.txt prontera,160,187,3 script Kafra Employee::kaf_prontera 4_F_KAFRA6,{ cutin "kafra_06",2; callfunc "F_KafSet"; mes "[Kafra Employee]"; mes "Welcome to the"; mes "Kafra Corporation~"; mes "The Kafra Services are"; mes "always here to support"; mes "you. So how can I be"; mes "of service today?"; callfunc "F_Kafra",5,0,0,40,800; savepoint "prontera",159,183; callfunc "F_KafEnd",0,1,"in the city of Prontera"; } Item not available from monster drop? Put it in NPC item mall (prontera) Hercules/npc/custom/itemmall.txt
-
thanks @IndieRO
-
ping -U client-IP might be able to do that https://low-orbit.net/linux-how-to-measure-network-latency SQL to find IP on DB mysql -u root -p -se "use ragnarok;select ip from loginlog;"| sort -u
-
how can i increase the base and job exp rates
mastabomba replied to khenma's question in Script Support
I set base and job exp rate to 100000 but rates still shown 1.xx after recompile and restart. Where else I should look besides conf/map/battle/exp.conf? -
I'm playing RO on and off since beta and now looking to create my own server so I can backup my own character and have control on my own server.
-
Got this issue also today after edited mmo.h packerver and configure to same date as name of 2019-06-05fragexe_patched. Have you got it sorted since your last post?
-
[Guide] Create your server & Client (2016/08)
mastabomba replied to Monsieur Panda's question in General Server Support
saweet!! thanks. -
[Guide] Create your server & Client (2016/08)
mastabomba replied to Monsieur Panda's question in General Server Support
for client step II A 1, patcher returns mirror under maintenance and latest rsu lite says no suitable mirror server found (S1). -
where's conf/inter-server.conf gone?
mastabomba replied to mastabomba's question in General Server Support
thanks, -
I'm following this guide (link below) but could not find conf/inter-server.conf to put mysql username & password.
-
[Guide] Create your server & Client (2016/08)
mastabomba replied to Monsieur Panda's question in General Server Support
BGM parameter files 404 not found. Any other links that works?