• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

~~~

Status
Not open for further replies.
Oh nice! im used
PHP:
-- 90 % By Cheeze1 / 10 % By Hello534 --
local effects = {1, 2, 3, 4, 5, 6, 7}
 
function onUse(cid, item, fromPosition, itemEx, toPosition)
	for i = 1, #effects do
	        doSendMagicEffect(getCreaturePosition(cid), effects[i])
	end
	doCreatureChangeOutfit(cid, {lookType = math.random(2, 74), lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 0})
	doSendAnimatedText(getPlayerPosition(cid),"Changed!", math.random(01,74))
return TRUE
end
umm i ended it at 74 becouse Gm/cm/god outfit was not allowed,but that you use , makes able to use more addons :) thank you! [bad english sry:P]
 
Oh nice! im used
PHP:
-- 90 % By Cheeze1 / 10 % By Hello534 --
local effects = {1, 2, 3, 4, 5, 6, 7}
 
function onUse(cid, item, fromPosition, itemEx, toPosition)
	for i = 1, #effects do
	        doSendMagicEffect(getCreaturePosition(cid), effects[i])
	end
	doCreatureChangeOutfit(cid, {lookType = math.random(2, 74), lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 0})
	doSendAnimatedText(getPlayerPosition(cid),"Changed!", math.random(01,74))
return TRUE
end
umm i ended it at 74 becouse Gm/cm/god outfit was not allowed,but that you use , makes able to use more addons :) thank you! [bad english sry:P]

Thank you, if you liked it, REP Me ;)
 
They call me stealer?

Hmm.. Not that I want you bad, but that seems to be your script then, someone made it 3 years ago without some unneeded local variables that aren't even used.
Vodoo dool....


Quote by Colandus:
The script was not made by him. It was made by magich (?) and comes with the Rox0r server.
 
They call me stealer?

Hmm.. Not that I want you bad, but that seems to be your script then, someone made it 3 years ago without some unneeded local variables that aren't even used.
Vodoo dool....


Quote by Colandus:
!!!!!!!!!!!omg!?
3 YEARS AGO, AND TALKING ABOUT IT?
AND ALSO, THIS IS ANOTHER SCRIPT!
..
Also that voodoo doll, gives 8.54 outfits only!
Mine gives until 8.60
 
Noob.

LUA:
setPlayerStorageValue(cid, 1921, i+1)

LUA:
setPlayerStorageValue(cid, 1921, i+1)

Even the same storage... And it's yours 100%. KKKKKKKK
 
Or maybe you found it in your ot files again
 
Dude.
You can either give credits and we will still thank you for posting scripts which aren't released here yet OR you can keep deleting credits and everyone will hate you.
Why would you even try that when 1 sec of using google will tell me that you are lying.
 
tonk, simply admit that the script is not yours it's just an edit/update to an old script and give credits accordingly to their respective creators, you can only take credit for the edit/update and nothing else, trust me that we will thank you for it, the script you posted is word by word the same as the one in the "voodoo doll" script thread(minus the small edit) and chances of making a script word by word as another script from scratch is 0.00000000000000000000000000000000000001% in other words, the person that is to do this is yet to be born.
 
tonk, simply admit that the script is not yours it's just an edit/update to an old script and give credits accordingly to their respective creators, you can only take credit for the edit/update and nothing else, trust me that we will thank you for it, the script you posted is word by word the same as the one in the "voodoo doll" script thread(minus the small edit) and chances of making a script word by word as another script from scratch is 0.00000000000000000000000000000000000001% in other words, the person that is to do this is yet to be born.
Okay, but I swear that I didn't stole it.
Thread closed.
 
Status
Not open for further replies.
Back
Top