thanna
Members-
Content Count
212 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by thanna
-
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
-
can you post a screen shot, or is that stat given from item bonus?
-
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'), ),*/
-
what do you mean about information?
-
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
-
place the v4p files you downloaded on your cp/addons folder
-
you cant see the vote 4 point or your control panel? maybe post a screen shot so that I can help you
-
Can anybody teach me, how to use HPM by examples?
thanna replied to anacondaq's question in Plugin Support
click my signature, it will redirect you to wiki, it has step by step images on how to do it -
I hope that solved your problem
-
that 4 slot is just a client side, they can see it but cant use it
-
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
-
xantara flux or the renewal flux
-
this is very cool
-
great job, the wait is worth it
-
1. Right click your folder -> Git Commit -> "master" 2. (optional) type the log message 3. Hit 'OK'
-
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
-
10/10 great work
-
when an account is new, the client will ask you to set your pin, maybe you are using a untranslated pin code buttons
-
thanks mate, been trying it too on my test server, maybe I'll update you soon on the result of my experiment lol
-
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
-
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
-
yes there is try this OnPCLoginEvent:atcommand "@join #main"; //this will auto join channel #main when a player log in