Jump to content

Coookie

Members
  • Content Count

    36
  • Joined

  • Last visited

Everything posted by Coookie

  1. check how vykimo.com develop xpro it is same with robrowser.
  2. 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.
  3. Hi there is this the patch for this? Thank you for updates on it.
  4. you need to add it to make file.
  5. This works perfectly fine on me i just did a lot of rebuilt code on it and it is fully working on my end.
  6. No more update on this one the only autoattack successfuly rebuilt is from levRO.
  7. 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.
  8. I only know 13.2 on pre-renewal on renewal i don't know which episode it is.
  9. Ano naging problema?
  10. It is possible using autoattack system. but you need to enhance it. :).
  11. Sometimes i experience this try to rebuild your patch file and upload it. maybe it will work.
  12. Check carefully the conf/global/sql_configuration it about your database configuration. your mysql. You should setup your mysql username password.
  13. hello is this a old svn or new?
  14. Coookie

    BOT

    You need to add it manually. This source has no confirmation on delay skill since it use different ms of skills and items.
  15. Coookie

    BOT

    Try to add some skill delay checker on it.
  16. 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; }
  17. You can update those features by your own and check things out here.
  18. 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.
  19. Coookie

    auto revive

    Just use token of siegfried.
×
×
  • Create New...

Important Information

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