OTHispano
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Ir abajo
°ஃŠﺕρξŘθஃ°
°ஃŠﺕρξŘθஃ°
Aportador
Mensajes Mensajes : 213

Scroll que te lleve al templo Empty Scroll que te lleve al templo

Miér Sep 07, 2011 6:16 pm
Reputación del mensaje :100% (2 votos)
bueno aqui tienen este Script que es un Scroll que te lleva al templo jaja empesemos:

primero van a Tu Ots/ data /actions /scripts / copian y pegan cualkier archivo y ponen de nombre scroll.lua

Código:
function onUse(cid, item, frompos, item2, topos)
ppos = getPlayerPosition(cid)
temple = getPlayerMasterPos(cid)
if (getCreatureCondition(cid, CONDITION_INFIGHT) == FALSE) then
doTeleportThing(cid, temple, TRUE)
doSendMagicEffect(ppos,66)
doSendAnimatedText(frompos,'Teleport!',16)
else
doPlayerSendCancel(cid,"You can't teleport immediately after fight.")
doSendMagicEffect(ppos,2)
end
return 1
end

luego van a tu Ot / data / actions / actions.xml y ponen esto:

Código:
<action itemid="5957" event="script" value="scroll.lua"/>

Bueno espero les sea util Razz +rep please
pd : id del item : 5957 Wink
ﻝhonLedit
ﻝhonLedit
Moderador
Mensajes Mensajes : 312
http://www.otsuporter.com/

Scroll que te lleve al templo Empty Re: Scroll que te lleve al templo

Miér Sep 07, 2011 6:24 pm
amm cre o que lla poseado amm si no rep+
°ஃŠﺕρξŘθஃ°
°ஃŠﺕρξŘθஃ°
Aportador
Mensajes Mensajes : 213

Scroll que te lleve al templo Empty Re: Scroll que te lleve al templo

Miér Sep 07, 2011 6:26 pm
Mmm no creo que ya este posteado poque no lo vi :/
Dj Majestick
Dj Majestick
Miembro
Mensajes Mensajes : 131

Scroll que te lleve al templo Empty Re: Scroll que te lleve al templo

Miér Sep 07, 2011 8:29 pm
buen aporte
Contenido patrocinado

Scroll que te lleve al templo Empty Re: Scroll que te lleve al templo

Volver arriba
Permisos de este foro:
No puedes responder a temas en este foro.