[QUESTION]Tokens

07/06/2010 15:02 T.h.u.n.d.e.r#1
i was wander if i can make mobs drop tokens dirct in the players bag like eps ? and how ?
07/06/2010 18:10 .Ash#2
Here is code for Auto EP for VIP
Code:
8378000        8378007        8378001        5001        0        == 1
8378001        8378008        8378002        5001        0        == 2
8378002        8378009        8378003        5001        0        == 3
8378003        8378010        8378004        5001        0        == 4
8378004        8378011        8378005        5001        0        == 5
8378005        8378012        8378006        5001        0        == 6
8378006        8378013        0        5001        0        == 7
8378007        0        0        1001        0        e_money += 50
8378008        0        0        1001        0        e_money += 70
8378009        0        0        1001        0        e_money += 100
8378010        0        0        1001        0        e_money += 150
8378011        0        0        1001        0        e_money += 250
8378012        0        0        1001        0        e_money += 350
8378013        0        0        1001        0        e_money += 500
Change e_money to bonus_points and they should have tokens instead of EPs
07/06/2010 18:45 T.h.u.n.d.e.r#3
awesome thanks ! but what about if i want the mobs to auto drop both of eps / tokens can be ?
07/06/2010 18:55 Faith.#4
Run both of the Scripts
07/06/2010 20:41 .Ash#5
Yeah it can be done
07/07/2010 09:20 magewarior2#6
or run a chance action ...


50% chance it are tokens or its ep.

Code:
8378000        [COLOR="Red"]8378017[/COLOR]        8378001        5001        0        == 1
8378001        [COLOR="red"]8378018[/COLOR]        8378002        5001        0        == 2
8378002        [COLOR="red"]8378019[/COLOR]        8378003        5001        0        == 3
8378003        [COLOR="red"]8378020[/COLOR]        8378004        5001        0        == 4
8378004        [COLOR="red"]8378021[/COLOR]        8378005        5001        0        == 5
8378005        [COLOR="red"]8378022[/COLOR]        8378006        5001        0        == 6
8378006        [COLOR="red"]8378023[/COLOR]        0        5001        0        == 7
8378007        0        0        1001        0        e_money += 50
8378008        0        0        1001        0        e_money += 70
8378009        0        0        1001        0        e_money += 100
8378010        0        0        1001        0        e_money += 150
8378011        0        0        1001        0        e_money += 250
8378012        0        0        1001        0        e_money += 350
8378013        0        0        1001        0        e_money += 500
[COLOR="Red"]8378017        8378027        8378007        121        0        50 100
8378018        8378028        8378008        121        0        50 100
8378019        8378029        8378009        121        0        50 100
8378020        8378030        8378010        121        0        50 100
8378021        8378031        8378011        121        0        50 100
8378022        8378032        8378012        121        0        50 100
8378023        8378033        8378013        121        0        50 100
8378027        0        0        1001        0        bonus_points += 50
8378028        0        0        1001        0        bonus_points += 70
8378029        0        0        1001        0        bonus_points += 100
8378030        0        0        1001        0        bonus_points += 150
8378031        0        0        1001        0        bonus_points += 250
8378032        0        0        1001        0        bonus_points += 350
8378033        0        0        1001        0        bonus_points += 500
[/COLOR]
07/07/2010 13:41 Faith.#7
Code:
8378017        8378027        8378007        121        0        50 100
8378018        8378028        8378008        121        0        50 100
8378019        8378029        8378009        121        0        50 100
8378020        8378030        8378010        121        0        50 100
8378021        8378031        8378011        121        0        50 100
8378022        8378032        8378012        121        0        50 100
8378023        8378033        8378013        121        0        50 100
This is the chance thingy ?
07/07/2010 14:46 magewarior2#8
Yes, it give`s you 50 chance`s on 100 (so 50%)
07/07/2010 18:06 .Ash#9
Type 121 is chance.. Ty Crue :D