Drop rate wont work

Status
Not open for further replies.
Joined
Mar 24, 2007
Messages
514
Reaction score
0
I will post my worldserver.conf, but all the monsters don't drop anything!

[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
AutoQueryTime=600

[SERVERDATA]
serverid=1
servertype=2
serverip=192.168.0.198
serverport=29200
servername=mux1
maxconnections=500
parentid=1
connection=2
lanip=192.168.0.198
lansubmask=192.168.0.198

[WORLDSERVER]
accesslevel=100
exp_rate=99999
drop_rate=1200
drop_type=2
zuly_rate=99999
welcome_msg=Welcome to Mux Server
autosave=1
savetime=120
mapdelay=10
visualdelay=200
worlddelay=700
partygap=10
maxstat=255
fairy=1
fairystay=45
fairywait=30
fairytestmode=0
playerdmg=120
monsterdmg=100
cfmode=0

[PASSWORDS]
loginpass=789456
charpass=456123
worldpass=321654
 
My drop rate still won't work and i changed my settings :

[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
AutoQueryTime=600

[SERVERDATA]
serverid=1
servertype=2
serverip=192.168.0.198
serverport=29200
servername=RoseOnline Mux
maxconnections=500
parentid=1
connection=2
lanip=192.168.0.198
lansubmask=192.168.0.198

[WORLDSERVER]
accesslevel=100
exp_rate=1200
drop_rate=5000
drop_type=2
zuly_rate=3000
welcome_msg=Welcome to Mux Server
autosave=1
savetime=120
mapdelay=10
visualdelay=200
worlddelay=700
partygap=10
maxstat=255
fairy=1
fairystay=45
fairywait=30
fairytestmode=0
playerdmg=120
monsterdmg=100
cfmode=0

[PASSWORDS]
loginpass=789456
charpass=456123
worldpass=321654

And does that maxstat=255 line matter if i am level 300?
 
thats a holy crap EXP rate to be honest.

even at 100 you are like flying in lvl.

I would suggest do the normal rate and re check the drop rate.

exp_rate=1200 ---> 10
drop_rate=5000 ---> 50
drop_type=2
zuly_rate=3000 ---> 50

and see what happen.
I think you messed up the database if you do that kind of rate.
maxstat doesnt have any relation with lvl I think.
 
Change all your drops to min lvl 0 and max lvl 300 >.<
 
Status
Not open for further replies.
Back