Where I can Edit the experience and skill

salleh

LOMCN n00bie
Jul 22, 2003
5
0
82
I edited the experiences of mobs and skills in mir3db2.9BETA but nothing changes.

Anyone here could help me about this problem.

Thank You.


:3some:
 

Zeph

Dedicated Member
Dedicated Member
Mar 29, 2003
102
0
113
BACKUP YOUR DB BEFORE YOU DO THIS !!!!!!

Open the SQL DB for your EI server using Enterprise Manager.

Expand DB so you can see the monster table

Right click the monster table and choose Open Table --> Return all rows

At the top left press the small White SQL button

In the window that opens paste the following

Update Monster
Set Exp = Exp * 2

This will make the XP for each mob be 2 times change the 2 to whatever value you want.


BACKUP YOUR DB BEFORE YOU DO THIS !!!!!!
 
Upvote 0

ThunderBolt

Dedicated Member
Dedicated Member
Mar 30, 2004
68
0
52
You saying to paste the following but where is next button to apply?

Exp.JPG


Zeph said:
BACKUP YOUR DB BEFORE YOU DO THIS !!!!!!

Open the SQL DB for your EI server using Enterprise Manager.

Expand DB so you can see the monster table

Right click the monster table and choose Open Table --> Return all rows

At the top left press the small White SQL button

In the window that opens paste the following

Update Monster
Set Exp = Exp * 2

This will make the XP for each mob be 2 times change the 2 to whatever value you want.


BACKUP YOUR DB BEFORE YOU DO THIS !!!!!!
 
Upvote 0