- 0
Sign in to follow this
Followers
0
About item script can change to monster state
Asked by
hadiesyafiq
-
Recently Browsing 0 members
No registered users viewing this page.
hi all...how to get this effect...if we equip King_Tiger_Doll_Hat we can change to eddga auto when we attack or receive damage
but in hercules both pre or re don't have this script..
how to implement this script?
here i get from rathena...
Id: 5497 AegisName: King_Tiger_Doll_Hat
Name: King Tiger Doll Hat
Type: Armor
Buy: 20
Weight: 400
Defense: 6
Slots: 1
Jobs: All: true
Novice: false
SuperNovice: false
Locations: Head_Top: true
EquipLevelMin: 1
Refineable: true
View: 495
Trade: Override: 100
NoDrop: true
Script: | bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Player_Doram,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Eddga Power !\"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Eddga Power !\"; }";
can i just copy the script?but i think herc doesn't have script bonus2, autobonus2 and active_transform.
Edited by hadiesyafiqShare this post
Link to post
Share on other sites