Coookie
Members-
Content Count
36 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Coookie
-
What is the update on this?
-
Does anyone here able to add custom item in ROBRowser?
Coookie replied to joven15's question in Client-Side Support
check how vykimo.com develop xpro it is same with robrowser. -
Nice. Good to see some of devs are still working on this. I also have a different update in herc for random drop+option with forging option randomize.
-
Why did you lose hope? lol.
-
Thanks for always converting things KUDOS!
- 7 replies
-
- expansion-pack
- epoque
-
(and 2 more)
Tagged with:
-
Hi there is this the patch for this? Thank you for updates on it.
-
you need to add it to make file.
-
This works perfectly fine on me i just did a lot of rebuilt code on it and it is fully working on my end.
-
No more update on this one the only autoattack successfuly rebuilt is from levRO.
-
How to phpmyadmin with existing mariadb?
Coookie replied to Vejova's question in General Server Support
you can import things thru sql command. or in phpmyadmin install it on your debian. you need to install php/ phpmyadmin and configure it. if you want to. You can also perform a remote connection to your vps without phpmyadmin so you can easily connect your sql to your MYSQL Query browser. In default it was set as no connection other than 127.0.0.1 so you need to enable your ip restriction to able connect it on your windows. -
Closed connection from (IP) after login on LIVE server..
Coookie replied to kaiyongkai's question in General Server Support
Check your firewalls. did you turn off it? -
I only know 13.2 on pre-renewal on renewal i don't know which episode it is.
-
Here you can check it out.
-
Ano naging problema?
-
It is possible using autoattack system. but you need to enhance it. :).
-
Neoncube only allows 3 patches at a time in patchlist
Coookie replied to Harmony's question in Client-Side Support
Sometimes i experience this try to rebuild your patch file and upload it. maybe it will work. -
Check carefully the conf/global/sql_configuration it about your database configuration. your mysql. You should setup your mysql username password.
-
hello is this a old svn or new?
-
You need to add it manually. This source has no confirmation on delay skill since it use different ms of skills and items.
-
Try to check your firewall on it.
- 403 replies
-
- ragnarok test server
- your home server
-
(and 3 more)
Tagged with:
-
Try to add some skill delay checker on it.
-
I believe this is the account locker - script AccountLocker -1,{ OnPCLoginEvent: if (#setpw == 1) goto P_insert; if (#dontp == 1) end; mes "[Account Locker]"; mes "Do you want to set an Account locker?"; next; menu "Set an Account Locker",P_check,"No",-; mes "[Account Locker]"; mes "Are you sure you don't want to set an Account locker?"; mes "I will only ask this once !!"; next; menu "Ok I want to set an account locker.",P_check,"Still No",-; mes "[Account Locker]"; mes "Okay !!"; set #dontp,1; close; P_Check: sc_start sc_berserk, 1000000000, 1; mes "[Account Locker]"; mes "Input your password locker whatever you want. Can be letters or numbers. CASE SENSITIVE."; next; input #lockpw$; next; mes "[Account Locker]"; mes "Password Verification."; mes "Please input the password you had entered."; input #lockvpw$; if (#lockvpw$ != #lockpw$) { next; mes "[Account Locker]"; mes "The verification password you had entered is incorrect."; next; goto P_Check; } else { next; mes "[Account Locker]"; mes "Thank you. Please remember the password you had setted. I will ask for it again everytime you login."; set #setpw,1; sc_end sc_berserk; close; } P_insert: sc_start sc_berserk, 1000000000, 1; mes "[Account Locker]"; mes "Please enter your locker password"; next; input #insertlp$; if (#insertlp$ == #lockpw$) goto P_pass; mes "[Account Locker]"; mes "Invalid password. Try again."; next; input #insertlp$; if (#insertlp$ == #lockpw$) goto P_pass; mes "[Account Locker]"; mes "Invalid password. Try again."; next; mes "[Account Locker]"; mes "Invalid password. Try again."; if (#insertlp$ == #lockpw$) goto P_pass; atcommand "@kick "+strcharinfo(0); end; P_pass: sc_end sc_berserk; close; }
-
You can update those features by your own and check things out here.
-
How to fix izlude unwalkable path?
Coookie replied to kaiyongkai's question in General Server Support
Use old map https://rathena.org/board/topic/63736-old-izlude-and-alberta/ here. compile it to your server map cache to compile it use this guide. -
Just use token of siegfried.