• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Merry Christmas Card

kilirt

New Member
Joined
May 11, 2009
Messages
223
Reaction score
2
Hello i'm here for said at new scripter a small script cool script because is Christmas ^_^

This script Do Work The Christmas Card:
captureruc.jpg


Action.xml:
Code:
<action actionid="50000" script="ChristmasC.lua"/>

Script:
ChristmasC.lua:
Lua:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	doSendMagicEffect(fromPosition, CONST_ME_GIFT_WRAPS)
	doCreatureSay(cid, "HoHoHo! Happy Christmas!!", TALKTYPE_ORANGE_1)
	return TRUE
end


ps: i've do an error in title of post and i can't edit sorry
 
Back
Top