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

Ir abajo
Adm Eddie
Adm Eddie
Aportador
Mensajes Mensajes : 134

[Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie Empty [Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie

Miér Nov 02, 2011 12:20 am
Reputación del mensaje :100% (2 votos)
Tema Original: http://djdeath.com.ar/?p=118

Hola Ot Suporter bueno modifique el script de DJ Death o bueno mas bien le agrege
las nuevas monturas como La Uniwheel, Dromedary etc.... los de la nueva actualizacion
si no saben investigen Wink.

Y aqui se los dejo
Testeado por mi en un server 9.10 (Crystal Server)
Espero les sirva


Agregan esto en Server/Data/Talkactions/Talkactions.xml
Código:
    <talkaction words="!mount" event="script" value="mountdoll.lua"/>   

Ahora van a Server/Data/Talkactions/Scripts/ Y aqui crean un nuevo archivo .Lua llamado mountdoll
en minusculas claro.
Y pegan esto dentro:

Código:
-- [* Mount Doll by DJ Death *] --
function onSay(cid, words, param)
    local mdoll = 9693 -- ID del Mount Doll
    local Tmounts = {
    ["Black Sheep"]={1},
    ["Blazebringer"]={2},
    ["Crystal Wolf"]={3},
    ["donkey"]={4},
    ["draptor"]={5},
    ["dromedary"]={6},
    ["king Scorpion"]={7},
    ["kingly Deer"]={8},
    ["midnight Panther"]={9},
    ["racing Bird"]={10},
    ["rapid Boar"]={11},
    ["rented Horse"]={12},
    ["shadow Draptor"]={13},
    ["stampor"]={14},
    ["tamed Panda"]={15},
    ["tiger Slug"]={16},
    ["tin Lizzard"]={17},
    ["titanica"]={18},
    ["undead cavebear"]={19},
    ["uniwheel"]={20},
    ["war bear"]={21},
    ["war horse"]={22},
    ["war horse brown"]={23},
    ["widow queen"]={24}

}
local msg = {"Command requires GOOD param!", "You dont have Mount Doll!", "Bad param!", "The Mount Set sucesfully added!"}
local param = string.lower(param)
 
if(getPlayerItemCount(cid, mdoll) > 0) then
    if(param ~= "" and Tmounts[param]) then
        doPlayerRemoveItem(cid, mdoll, 1)
        doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[4])
        doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS)
        doPlayerAddMount(cid, Tmounts[param][1])
    else
        doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[1])
    end
else
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[2])
end
end
Y listo ya tienen su Mount Doll con las nuevas monturas
si no saben como funciona el Mount Doll entren a esta pagina:

http://djdeath.com.ar/?p=118

Saludos

Creditos
DJ Death 100%
Adm Eddie 1% Sad

Angelshitho
Angelshitho
Administrador
Mensajes Mensajes : 64
http://forum.GamesOnCheats.net

[Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie Empty Re: [Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie

Miér Nov 02, 2011 9:44 am
Gracias man pero yo me acuerdo que ya las tenia agregadas!
creo que en un post :/
De Todos Modos alguien
SI RESPETA LOS PINCHES CREDITOS!
no como los otros que por querer rep
no dan creditos y roban trabajo ajeno!
Checa la web (;
http://djdeath.com.ar/?p=118


Última edición por DJ Death el Jue Nov 03, 2011 12:58 pm, editado 1 vez
[CSK] Cs KashØrt™
[CSK] Cs KashØrt™
Aportador
Mensajes Mensajes : 75

[Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie Empty Re: [Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie

Miér Nov 02, 2011 9:49 pm
Umm.. ok nmds te comento pero por que te consco y pos la verdad y isistes el esfuerso xD dar creditos a kien lo iso eso es de Respeto por eso tu si te meres mi respeto
Contenido patrocinado

[Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie Empty Re: [Talkaction] Mount Doll by DJ Death agredadas monturas 9.1 por Adm Eddie

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