- Joined
- Apr 8, 2008
- Messages
- 2,465
- Reaction score
- 11,167
Many server files are ready to run, but I think that 95% the golden archer does not work, because the dbs are so old, also, some people dont know that exists.
I will explain how to add the golden archer 100% works, to get to your server, a new feature, for funny events.
2 - Now, open the next file.
MuServer\data\monstersetbase.txt and add this:
3 - Now you need configure the MuServer\data\commonserver.cfg
Find and configure the settings as it says below:
4 - Now, the script to fix the NPC, you should executed the following command with the Query Analizer.
(script is attached)
How to use the Query Analizer?
Simple, do the following:
Start-> All Programs -> Microsoft SQL Server-> Query Analyzer -> Identify. At the top, where it says master, we changed to Ranking -> Enter the query in the console and then press F5
Remember run it in Ranking
5 - Now open MuServer\MU2003_EVENT_SERVER\Data\svconfig.ini and set up this:
6 - Ready now almost complete connect to your server and locate the NPC's outside the bar, in lorencia.
The Golden Archer serves as a warehouse, and carries the accounts of Rena's collected by the users, most of the servers do not have it because it does not work, but now you can get in there and let your imagination fly with the possible events that you can do .
If you want to create a php script, like that of any ranking, only changing tables, showing, as each carries renas Id, and when users collect a certain quantity, published his prize items, jewelry, days of VIP, etc, in web.
Credits: juliom
Corrected By DarkMaster
I will explain how to add the golden archer 100% works, to get to your server, a new feature, for funny events.
2 - Now, open the next file.
MuServer\data\monstersetbase.txt and add this:
0
236 0 0 130 127 3 / / NPC Golden Archer
end
3 - Now you need configure the MuServer\data\commonserver.cfg
Find and configure the settings as it says below:
EventChipServerConnect = 1; [1 = enable, 0 = disable]
EventChipServerIp = 127.0.0.1
EventChipEvent = 1; [1 = enable, 0 = disable]
BoxOfGoldDropRate = 6; [20/100 = 20%]
ItemDropRateForBoxOfGold = 80; rate drop elements [50/100 = 50%]
EventChipDropRateForBoxOfGold = 0; percentage drop Rena [90/100 = 90%]
and setting the drop that you want
Other settings in commonserver.cfg:
StoneItemDrop = 1 ; event ( Bless Fragment )
StoneDropRate = 100 ; (StoneDropRate/ 10000)
4 - Now, the script to fix the NPC, you should executed the following command with the Query Analizer.
(script is attached)
How to use the Query Analizer?
Simple, do the following:
Start-> All Programs -> Microsoft SQL Server-> Query Analyzer -> Identify. At the top, where it says master, we changed to Ranking -> Enter the query in the console and then press F5
Remember run it in Ranking
5 - Now open MuServer\MU2003_EVENT_SERVER\Data\svconfig.ini and set up this:
[pim_setting]
queue_no=4
workerthread_no=4
[odbc_connection]
mu2003_dbname = Ranking
mu2003_dsn = Ranking
mu2003_uid = sa
mu2003_pass = SQL Password
6 - Ready now almost complete connect to your server and locate the NPC's outside the bar, in lorencia.
The Golden Archer serves as a warehouse, and carries the accounts of Rena's collected by the users, most of the servers do not have it because it does not work, but now you can get in there and let your imagination fly with the possible events that you can do .
If you want to create a php script, like that of any ranking, only changing tables, showing, as each carries renas Id, and when users collect a certain quantity, published his prize items, jewelry, days of VIP, etc, in web.
Credits: juliom
Corrected By DarkMaster