• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

looktype

penivaldo

New Member
Joined
Sep 30, 2009
Messages
21
Reaction score
0
how can i set a looktype of a item in a monster, i wanna make a gate monster, he need look like a gate...
 
Change this part:
Code:
<look type="????"
To this:
Code:
<look typeex="9485"
BTW, I dunno if that's the kind of gate you were looking for...if not then just copy the itemid of the item (look typeex: Only for itemids) you want and paste it instead of 9485.
 
Back
Top