Pa help sa script ng item

neil413

New member
Messages
61
Points
0
Github
neil413
Emulator
OnEquipScript: <" setfalcon 1; ">
OnUnEquipScript: <" setfalcon -1; ">

Script ko po sa rings pero ung onunequipscript hnd gumagana kpag naalis na ung rings naiiwan ap din ung falcon pa 2long po pano maalis ung falcon kapag naalis na din ung rings slamat po
 
Try mo:

OnUnEquipScript: <" setfalcon 0; ">

Code:
If <flag> is 0 this command will remove the falcon from the character.Otherwise it gives the invoking character a falcon. The falcon will be there regardless of whether the character is a hunter or not. It will (probably) not have any useful effects for non-hunters though.Note: the character needs to have the skill HT_FALCON to gain a falcon. 
 
Back
Top