• 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!

[Request for adv. scripters] 'doSendMagicEffect' on slot

Rith

New Member
Joined
Jun 14, 2007
Messages
176
Reaction score
0
Question to advanced scripters - Is it possible to use doSendMagicEffect on certain player slot or on item set with UID?

ex. doSendMagicEffect (uid, type) or doSendMagicEffect (slot, type)
How to make this type of script?
 
Ex. I can transform my item to some spell effect (custom item with spell animation) then re-transform to base item, so I get nice flash effect on slot :D

but maybe there's simplier way ;<

@wesoly136: But that can be easy exploited when player de-equip, leave item on ground etc. Seems to be buggy :p
 
Last edited:
If you do item that looks like effect it will be possible I think, Maybe by
"doTransformItem(exquipeditem.uid, itemthatlookslikeeffect)
addEvent(doTransformItem,10,exquipeditem.uid, itemthatlookslikeeffect)"
So it will "show" effect and after this you will have equiped your item :p
xDD
 
player won't see the "effect" nor the item because it'll all happen too fast and the effect animation will be gone as soon as you transform back to the normal item.
 
Back
Top