Jump to content

thanna

Members
  • Content Count

    212
  • Joined

  • Last visited

Everything posted by thanna

  1. Is there a option where a player who last hit a Boss will be the MVP? I've been searching it somehow cant find it so I posted it here, I hope someone could help me, thanks in advance
  2. thanna

    help me sir

    can you post a screen shot, or is that stat given from item bonus?
  3. go to your cp/config/application.php and find this code 'Information' => array( 'Server Info.' => array('module' => 'server', 'action' => 'info'), 'Server Status' => array('module' => 'server', 'action' => 'status'), 'WoE Hours' => array('module' => 'woe'), 'Castles' => array('module' => 'castle'), "Who's Online" => array('module' => 'character', 'action' => 'online'), 'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'), 'Ranking Info.' => array('module' => 'ranking', 'action' => 'character'), ), and add comment lines or just copy this /*'Information' => array( 'Server Info.' => array('module' => 'server', 'action' => 'info'), 'Server Status' => array('module' => 'server', 'action' => 'status'), 'WoE Hours' => array('module' => 'woe'), 'Castles' => array('module' => 'castle'), "Who's Online" => array('module' => 'character', 'action' => 'online'), 'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'), 'Ranking Info.' => array('module' => 'ranking', 'action' => 'character'), ),*/
  4. what do you mean about information?
  5. the password is located in cp/config/application find this line 'InstallerPassword' => 'secretpassword', you can change it to anything you want, but there is a default password for it
  6. place the v4p files you downloaded on your cp/addons folder
  7. you cant see the vote 4 point or your control panel? maybe post a screen shot so that I can help you
  8. click my signature, it will redirect you to wiki, it has step by step images on how to do it
  9. I hope that solved your problem
  10. that 4 slot is just a client side, they can see it but cant use it
  11. you have to disable the md5 password option, open your cp/config/servers.php and find this line 'UseMD5' => true and change it to this 'UseMD5' => false
  12. xantara flux or the renewal flux
  13. 1. Right click your folder -> Git Commit -> "master" 2. (optional) type the log message 3. Hit 'OK'
  14. since there is no minimum, when does it start? only when maximum is reached? on the official servers there are no minimum to join and it will only start if and only if the required/max players are met
  15. when an account is new, the client will ask you to set your pin, maybe you are using a untranslated pin code buttons
  16. thanks mate, been trying it too on my test server, maybe I'll update you soon on the result of my experiment lol
  17. shikazu have you tried how to use HPM with access to battle conf? Im planning to make some sources mod here to HPM, like the extended vending system because HPM is the best way to add source mod's
  18. As I see in your screen shot the login credentials you are using cant connect to your database, you must use the mysql account that have privilege to your database, you can use your ragnarok mysql account on your flux cp
  19. yes there is try this OnPCLoginEvent:atcommand "@join #main"; //this will auto join channel #main when a player log in
×
×
  • Create New...

Important Information

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