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

Clone player

Elgenady

Veteran OT User
Joined
Aug 5, 2011
Messages
1,663
Solutions
36
Reaction score
371
i'm here to ask if there way to clone player..

example...

If player use or onStepIn items clone monster corresponding with player.

same
player power and same voc and sam hp and use spells and use same weapon with player
same outfit same speed and same name

sorry for bad english.. i hope someone give me some information about it

use 0.4 rev 3884
 
members
Guys i hate to wast my time in nothing if there anyone can help me its k if no don't reply here
 
People here in the forum just try to help with their past experiences on OpenTibia and they way you are asking, nobody's going to help you because you are being so rude. Why don't you do the script by yourself? or pay someone to make it done.
 
mmmmmmmmm do u think i don't tried to do it by myself??
i tried alot but always Bug... error... not work
and i helped player alot and don't say that blbnblbalablbabal like u said again and again im here in requests so i ask for full script if u can do it "" im sure u can't"" do it.. if u can't do "im sure about this" please don't reply here :D
 
Ahh well allow me to help you out:

easy script
u can use somthing like this
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
     setPlayerStorageValue(cid, 74109, 1)
     doPlayerSendTextMessage(cid, MESSAGE_INFO_DECR, "You are supposed to learn the basic things. Look at examples from other scripts, ask for guidence if you can't find something or don't understand what is wrong.")
     doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "It's fine to request scripts, but that does not mean you should never try anything yourself.")
     return true
end
 

Similar threads

  • Question Question
Replies
2
Views
237
Back
Top