Tudo que WarW0lf postou
-
Bug de clonar itens no meu otserv alguem ajuda!
O 2º pode ser causado pelo comando !createguild, !inviteguild e talz. Se tiver eles no OT, retire-os.
- Nuckers [URGENTE]
- [AJUDA] minha primeira vez hospedando
-
Pesquisar Character site -> pagina branca
Deve estar faltando alguma tabela em sua Database, tente usar uma completa.
-
[9.80/9.81] Voods OTServer
Ótimo conteúdo, parabéns.
-
[Ajuda] Com Senhas do 9.8x
De sha1 para senha normal não existe que eu saiba :X
-
Entrevista com Rato (dono do otPokemon e OTBR)
Vey very Good. I like a cheese too.
- Ui Ui Ui Ui
-
!fly (Igual ao GlobalWar)
Não fui eu quem fiz esse script, nem sei fazer script :X peguei pronto do ot GlobalWar.
-
Enquanto isso no Chat da equipe...
Quem será que é esse tal de Adriel.
-
Playstation 3 ou Xbox 360 ?
Mas eu posso ter quantos jogos eu quiser Afinal pago 10,00 ---- 5 meses não fui banido, não vou ser mais banido :X
-
[Formação] Tibia 9.70
Primeiramente você não precisa de um Hoster, voce precisa de alguem que pague um Hoster, porque OT hospedado em casa não vai pra frente...
-
Playstation 3 ou Xbox 360 ?
Claro que vou, só eu comprar outro Drive, é uns 300 reais. Se fosse travado eu ja teria gastando uns 2 mil reais só com jogos, mas não porque eu compro por 10 reais cada um. Prefiro ser banido e comprar outro Drive ao comprar jogos por 200,00
-
Playstation 3 ou Xbox 360 ?
Eu jogo online com XBox pirata ja faz 5 meses
-
Playstation 3 ou Xbox 360 ?
Xbox 360 destravado da pra jogar online deboa praque um Travado? '-'
-
Anne
Ok, vou te foder Vodkart.
-
Anne
Olha cara, eu acho que... Transexual
- Problema Forum Gesior.
-
Bora Pra War ? =D
Sei.. To com preguiça de ler!
-
Bora Pra War ? =D
Que merda é essA?
-
Enquanto isso no Chat da equipe...
FACEP
-
!get (Igual ao Globalwar)
Bom galera, esse comando ja foi utilizado no começo do Global War. O que ele faz? Em qualquer lugar do OT se o player dizer por exemplo: !get smp Ele vai comprar 50 strong mana potions. Talkactions.xml <talkaction words="!get" event="script" value="shop.lua"/> local shop = { ["sh"] = {id = 8704, cost = 1000, charges = 50}, ["small health"] = {id = 8704, cost = 1000, charges = 50}, ["hp"] = {id = 7618, cost = 2250, charges = 50}, ["health potion"] = {id = 7618, cost = 2250, charges = 50}, ["mp"] = {id = 7620, cost = 2500, charges = 50}, ["mana potion"] = {id = 7620, cost = 2500, charges = 50}, ["shp"] = {id = 7588, cost = 5000, charges = 50}, ["strong health potion"] = {id = 7588, cost = 5000, charges = 50}, ["smp"] = {id = 7589, cost = 4000, charges = 50}, ["strong mana potion"] = {id = 7589, cost = 4000, charges = 50}, ["ghp"] = {id = 7591, cost = 9500, charges = 50}, ["great health potion"] = {id = 7591, cost = 9500, charges = 50}, ["gmp"] = {id = 7590, cost = 6000, charges = 50}, ["great mana potion"] = {id = 7590, cost = 6000, charges = 50}, ["gsp"] = {id = 8472, cost = 9500, charges = 50}, ["great spirit potion"] = {id = 8472, cost = 9500, charges = 50}, ["uhp"] = {id = 8473, cost = 15500, charges = 50}, ["ultimate health potion"] = {id = 8473, cost = 15500, charges = 50} } function onSay(cid, words, param, channel) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local v = shop[param] if (not v) then doPlayerSendCancel(cid,"Item not found.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) return true end if getTilePzInfo(getPlayerPosition(cid)) then else doPlayerSendCancel(cid, "Get rid of your PZ first.") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) return true end if getPlayerVipDays(cid) < 1 then doPlayerSendCancel(cid, "You need to be vip.") return true end local itemm = getItemWeightById(v.id, v.charges) if getPlayerFreeCap(cid) < itemm then doPlayerSendCancel(cid, "Sorry, you do not have enough cap. You need "..itemm.." oz to carry "..param..".") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) end if (getPlayerMoney(cid) < v.cost) then doPlayerSendCancel(cid, "Sorry, you need "..v.cost.." gp to buy this item.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) else doPlayerAddItem(cid,v.id,v.charges) doPlayerRemoveMoney(cid, v.cost) doSendMagicEffect(getThingPos(cid), CONST_ME_GIFT_WRAPS) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Thanks for buying!") end return true end Créditos: DataPack GlobalWar
-
!fly (Igual ao GlobalWar)
Esse comando serve para viajar para as cidades VIP e é igual ao do GlobalWar. Exemplos de uso: !fly infernia !fly gengia etc... Talkactions.xml <talkaction words="!fly" event="script" value="fly.lua"/> fly.lua venore = {x= 32957, y= 32076, z= 7} thais = {x= 32369, y= 32241, z= 7} kazz = {x= 32649, y= 31925, z= 11} carlin = {x= 32360, y= 31782, z= 7} ab = {x= 32732, y= 31634, z= 7} lb = {x= 32317, y= 32826, z= 7} porthope = {x= 32594, y= 32745, z= 7} ankrahmun = {x= 33194, y= 32853, z= 8} darashia = {x= 33213, y= 32454, z= 1} edron = {x= 33217, y= 31814, z= 8} svargrond = {x= 32212, y= 31132, z= 7} yalahar = {x= 32787, y= 31276, z= 7} farmine = {x= 33023, y= 31521, z= 11} gengia = {x= 31832, y= 32294, z= 5} columbia = {x= 30634, y= 27847, z= 7} cormaya = {x= 33288, y= 31956, z= 6} infernia = {x= 31323, y= 32259, z= 5} function onSay(cid, words, param, channel) if getTilePzInfo(getPlayerPosition(cid)) and getPlayerVipDays(cid) > 0 then if(param == 'venore') then doTeleportThing(cid, venore) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'thais') then doTeleportThing(cid, thais) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'kazordoon' or param == 'kazz') then doTeleportThing(cid, kazz) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'carlin') then doTeleportThing(cid, carlin) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'ab dendriel' or param == 'ab') then doTeleportThing(cid, ab) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'liberty bay' or param == 'lb') then doTeleportThing(cid, lb) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'porthope') then doTeleportThing(cid, porthope) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'ankrahmun' or param == 'ank') then doTeleportThing(cid, ankrahmun) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'darashia') then doTeleportThing(cid, darashia) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'edron') then doTeleportThing(cid, edron) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'svargrond') then doTeleportThing(cid, svargrond) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'yalahar') then doTeleportThing(cid, yalahar) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'farmine') then doTeleportThing(cid, farmine) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'gengia') then doTeleportThing(cid, gengia) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'columbia') then doTeleportThing(cid, columbia) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'cormaya') then doTeleportThing(cid, cormaya) doSendMagicEffect(getPlayerPosition(cid), 10) elseif (param == 'infernia') then doTeleportThing(cid, infernia) doSendMagicEffect(getPlayerPosition(cid), 10) else local str = " infernia (vip) \n gengia (vip) \n columbia (vip) \n venore \n thais \n kazordoon \n carlin \n ab dendriel \n liberty bay \n port hope \n ankrahmun \n darashia \n edron \n svargrond \n yalahar \n farmine \n cormaya \n" doShowTextDialog(cid, 2160, str) end else doPlayerSendCancel(cid, "Comando para VIP e so pode ser usado em area PZ.") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) end end Agora basta editar o código fly.lua para as cidades VIP de seu OTServer. Créditos: DataPack GlobalWar
-
[Action] Bless Book
Este script faz com que quando dar use no Item você ganhe todas as Bless. Em actions.xml adicione: <action itemid="8977" event="script" value="blessbookuse.lua"/> blessbookuse.lua local cfg = { bless = { 1, 2, 3, 4, 5 }, level = 8 } function onUse(cid, item, fromPosition, itemEx, toPosition) for i = 1, table.maxn(cfg.bless) do if(getPlayerBlessing(cid, cfg.bless[i])) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) doCreatureSay(cid, "You have already been blessed.", TALKTYPE_ORANGE_1) return true end end if getPlayerLevel(cid) >= cfg.level then for i = 1, table.maxn(cfg.bless) do doPlayerAddBlessing(cid, cfg.bless[i]) end doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA) doSendAnimatedText(getCreaturePosition(cid), "BLESSED!", TEXTCOLOR_RED) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You have been blessed by the gods.") end return true end Créditos: DataPack GlobalWar
-
Bora Pra War ? =D
Silkroad o jogo mais jogado do mundo? Cara, volte para sua toca.