Hello all.
I just finished my MuWeb 0.9 GR module. (Dont worry Master, i encrypted it again)
Example:
Instructions:
Now, if you want to add a GR to someone, run this query:1. Download the attached Rankings.rar.
2. Go to Enterprise Manager
Go to MuOnline Database
3. Right click on 'Characters' table,
Click 'Design Table'
At the buttom, insert following:
Column Name 'GrandRes'
Data Type 'char'
Lenght '3'
Uncheck 'Allow Nulls'
Set Default Value to '0'
Check if everything is put right.
Now open the Rankings.rar you downloaded.
Extract the file into /YourDirectory/sub_pages/
And there you go, go see your Rankings on site :)
For DL:Code:UPDATE Character SET GrandRes='GR COUNT',Resets='RES COUNT',Strength='1500',Dexterity='1500',Vitality='1500',Energy='1500' WHERE Name='Character Name'
Change GR COUNT with the amount of Grand Resets the character should have.Code:UPDATE Character SET GrandRes='GR COUNT',Resets='RES COUNT',Strength='1500',Dexterity='1500',Vitality='1500',Energy='1500',Leadership='1500' WHERE Name='Character Name'
Change the RES to the amount of resets the character should have. (This is for servers exchanging res for gr)
Set the stats as you want.
Change Character Name to decided Char.
And the run it.
Thats not hard if you have just a little bit brain ;)
Credits:
=Master= for Muweb 0.9
iBimbo for GR ranking.


Reply With Quote


