Postado Junho 26, 2011 14 anos Resolvi ajudar o forum também to trazendo esse script aqui da utamo quando ver um bicho escolido ou player! --------------------------------------------------------------------------------- Const MonsterName = '(NOME DO BICHO OU PLAYER AQUI)' //Personagem Ou Criatura while not terminated do begin updateworld; for i := 0 to creatures.count - 1 do begin if creatures.creature.name = MonsterName then if Creatures.Creature.npc = true then if Creatures.Creature.Z = Self.Z then begin Self.say('utamo vita'); sleep(1000); end; end; end; function onLove() if getPlayerTrueLove(girlfriend) then doPlayerBeHappy(cid, true) doRemoveVirginity(cid, true) else doSendCancel(cid,"you do not know how good it feels to be loved") end end
Postado Junho 26, 2011 14 anos útilzinho, rep + Meu old portfólio!http://tibiaking.com...tfolio-marcosr/ alguns jobs:
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.