Mount

jaiko23

New member
Messages
94
Points
0
hi its me again.. ive been thinking lately and searching on google, but cant seems to find answers, so im here again hoping that,

can someone tells me how to make new mounts like for example novice riding on a poring? is it possible? if so, is it possible also to put it on an item/equip where in if a character(novice) wears it, he will get his poring(Riding on it)..

thanks guys
default_happy.png


btw sorry im not sure if its okay to post it in here 

 
@@jaiko23

Code:
{	Id: 25000	AegisName: "Mount_Ring"	Name: "Mount Ring"	Type: 5	Buy: 20	Weight: 0	Loc: 136	Refine: false	Script: <" setcashmount(); ">},
 
Last edited by a moderator:
wow great.. lemme try this (Y)

Wooooo great i love you !! it works like a charm <3

oh btw mr @@Zhao Chow how bout a script when i unequip it? 

oppps, nevermind... did it on my own
default_biggrin.png


using this: 

OnUnequipScript: <" setcashmount(0); ">

 
wow great.. lemme try this (Y)

Wooooo great i love you !! it works like a charm <3

oh btw mr @@Zhao Chow how bout a script when i unequip it? 

oppps, nevermind... did it on my own
default_biggrin.png


using this: 

OnUnequipScript: <" setcashmount(0); ">
  OnEquipScript: <"if(!hascashmount())setcashmount();">

 OnUnequipScript: <"if(hascashmount())setcashmount();">

 
wow great.. lemme try this (Y)

Wooooo great i love you !! it works like a charm <3

oh btw mr @@Zhao Chow how bout a script when i unequip it? 

oppps, nevermind... did it on my own
default_biggrin.png


using this: 

OnUnequipScript: <" setcashmount(0); ">
  OnEquipScript: <"if(!hascashmount())setcashmount();">

 OnUnequipScript: <"if(hascashmount())setcashmount();">
yea i was about to post it again, hahaha and glad that someone already answer my question before asking it
default_biggrin.png
thanks @@Angelmelody !

 
Back
Top