Scripts

abcddr
Por abcddr
em Mapping

abcddr

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 14/10/08Posts: 12Char no Tibia: Wardark Knight

Queria saber se tem algum topico com essas scripts.. mostrando como coloca no o-=D agradeço

 

 

*Bless System

*Lottery System

*Castle System

*Woe System

*Custom Items

*Cassino

notle2012

uoʇן£
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 03/01/12Posts: 884Char no Tibia: Segredo

Bless System

data\talkactions\scripts\bless.lua

function onSay(cid, words, param)
local fail = 0
if getPlayerLevel(cid) < 31 then
 cost = 2000
else
 cost = ((getPlayerLevel(cid) - 30) * 200) + 2000
end

if cost > 20000 then
 cost = 20000
end
for i = 1, 5 do
 if getPlayerBlessing(cid, i) then
  fail = fail + 1
 else
  if doPlayerRemoveMoney(cid, cost) == TRUE then
   doPlayerAddBlessing(cid, i)
   if i == 5 and not(fail == 5) then
 doSendMagicEffect(getPlayerPosition(cid), CONST_ME_MAGIC_RED)
   end
  else
   doPlayerSendCancel(cid, "You do not have enough money to buy all the blessings!")
   break
  end
 end
end
if fail == 5 then
 doPlayerSendCancel(cid, "You already have all the blessings!")
end
return TRUE
end

data\talkactions\talkactions.xml

<talkaction words="!bless" script="bless.lua" />

loga player diz !bless

Lottery System

http://www.xtibia.com/forum/topic/133381-lottery-system/

Castle System

http://www.xtibia.com/forum/topic/138001-castle-war-20/

ta bom, da procurada no xtibia que deve ter os outros

Por Favor quando for fazer pedidos faz o pedido com mais clareza e com os mínimos detalhes
GOSTO DOS MEUS SCRIPT CLICK EM CURTIR :D

 

sistema de fome

TROCA TROCA

sistema coliseum by notle v1

new sistema [KILLER-UP]

 

 

jcLmJPT.png