GTB Modification

xxx69

New member
Messages
15
Points
0
Age
35
Location
Pampanga
Can anyone help me? 

I want to modify GTB card to reduce magic by 80% and also 80% chance to not be dispelled.

So that would mean there is a 20% chance to be dispelled.

Thanks in advance...

 
The 80% magic reduction is easy to do, by simply changing the item script to:

{ bonus bNoMagicDamage,80; bonus bUseSPrate,100; }

About the remaining 20%, I'm not sure if adding this to the script above would help you:

autobonus2 "{ bNoMagicDamage,100; }",2000,1,BF_MAGIC;

But I think no and can't think about some other way to do it.

By the way, moving to Database Requests because this is a DB request
default_tongue.png
.

 
Last edited by a moderator:
Back
Top