12 September 2010

Setting server(just owner)

This Tutorial to show you how to :

• Change Exp / Job Rate
• Change Item
• Change the drop of Old Card Album , Old Blue Box , etc.
• Change the Skill Delay


Change Exp / Job Rate

First go to : C:\Stable Pack 14238\conf\battle\exp.conf

look at the base_exp_rate : 100

it's mean the exp rate was 100% now.. change it to your desire.. ( e.g : you want to change it to 300x , 300x means 30000% right ? ( 30000 divided by 100 ).

Then change it to base_exp_rate : 30000

to change the job rate do the same thing :)


Change Item drop

There's 2 choice about changing this
You want to change only the drop rate of one item or all item
If you want to change the drop rate of all item open it at ( E:\Stable Pack 14238\conf\battle\drops.conf )

and change it..

if you want to change only a drop of an item..
go to ( E:\Stable Pack 14238\db\item_db.txt )
We're taking an example by changing the drop of Red_Potion
See the line

501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,65),0; },{},{}

501 = ID
Red_Potion = Item_ID_Name ( usually used by GM's to do @item )
Red Potion = Visual names
0 = Type of the item ( 0 = Usable item )
50 = Price to buy ( 50 zeny each )
The 6th line is the sell price ( if blank it's mean 20 zeny each )
70 = Weight
The 8 & 9th line is the ATK&Def (only for equipment not effect for item beside that)
10th = Range ( for weapon only )
11th = Slots ( for equipment only )
12th = Job requirement ( for equipment only )
etc.

And the last line was { itemheal rand(45,65),0; }
it's the effect of the item.

You can change the amount as you want..
the format of the line ( from 1 to end )

ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }


Change the drop of Old Card Album , Old Blue Box , etc.


Go to E:\Stable Pack 14238\db\item_bluebox.txt
Then see the list of item there

it's the item that can be dropped from old blue box
(e.g : you want to make ghostring card droppable )
Open the item db. Click Ctrl + F then type Ghostring.
Copy the lines of ghostring card and copy it to item_bluebox.txt


Change The Skill Delay



Go to E:\Stable Pack 14238\conf\battle\skill.txt

Then see the line delay_rate: 100
It's the percentage of delay.. If you want your server has no delay just change the line to

delay_rate: 0

No comments:

Post a Comment