-
Total de itens
884 -
Registro em
-
Última visita
-
Dias Ganhos
8
Tudo que notle2012 postou
-
[Up Event] Ganhe Item Ao Upar!
tópico respondeu ao Newtonnotwen de notle2012 em Globalevents e Spells
muito bom para quem quer ganhar itens a ir upando char -
map editor e mesmo treino que vc sumono em game tem que verificar os nomes se não são só parecidos
-
vai em data\XML\stages.xml <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0"> <stage minlevel="1" maxlevel="300" multiplier="550"/> <stage minlevel="301" maxlevel="500" multiplier="480"/> <stage minlevel="501" maxlevel="700" multiplier="400"/> <stage minlevel="701" maxlevel="1199" multiplier="260"/> <stage minlevel="1200" multiplier="0"/> </world> </stages> máximo do lvl aqui 1200 vai no config.lua procura por experienceStages = deixa yes ou true depende da versão do seu ot
-
[Encerrado] [Dúvida] - O Que É Descartável?
tópico respondeu ao mattmnc de notle2012 em Tópicos Sem Resposta
não sei muito bem mais acho que as dlls config.lua pasta schemas pasta mods pasta doc e na pasta data acho que só XML,lib,creaturescripts acho que só -
[Encerrado] [Pokemon] Dúvidas? - Pda
tópico respondeu ao lucashgas de notle2012 em Tópicos Sem Resposta
kkkkkkkk isso é combinado eu não aceitaria receber dinheiro pra cair de uma moto desse jeito mais tem gente que aceita a prova ta no video kkkkkkkk -
[Encerrado] [Pokemon] Dúvidas? - Pda
tópico respondeu ao lucashgas de notle2012 em Tópicos Sem Resposta
http://www.xtibia.com/forum/topic/185337-pokemon-pda-by-slicer/#entry1251278 -
[Encerrado] [Pokemon] Dúvidas? - Pda
tópico respondeu ao lucashgas de notle2012 em Tópicos Sem Resposta
vlw Slicer por mais uma atualização rep++ -
[Tutorial] Colocando A Função Docreatecustommonster No C++
tópico respondeu ao Flaah de notle2012 em Linguagens de Programação
muito bom vai ajuda muitas pessoas que ta fazendo narutibia -
Server Centurion V2 Super Editado
tópico respondeu ao tubercuculo de notle2012 em OTServer Alternativo (ATS)
qual diferença desse pro tópico que cacaiu postou??? -
como assim pra mirar não sair isso é bot normalmente os cara usa elf bot
-
pelo que eu entendi sua config.lua não ta configurada entra na config.lua da CTRL + F procura pro worldType deixa assim worldType = "pvp"
-
aposta scripts fica em data\talkactions\scripts\afk.lua qual quer coisa usa meu local time = 5 -- 1 = 1 sec, 2 = 2 sec, ... local say_events = {} local function SayText(cid) if isPlayer(cid) == TRUE then if say_events[getPlayerGUID(cid)] ~= nil then if isPlayer(cid) == TRUE then doSendAnimatedText(getPlayerPosition(cid),"Ausente!", math.random(01,255)) doSendAnimatedText(getPlayerPosition(cid),"Fui No Banheiro!", math.random(01,255)) doSendAnimatedText(getPlayerPosition(cid),"Eu Sair!", math.random(01,255)) end say_events[getPlayerGUID(cid)] = addEvent(SayText, time * 1000 / 2, cid) end end return TRUE end function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end if param == "on" then if isPlayer(cid) == TRUE then doSendAnimatedText(getPlayerPosition(cid),"Ausente!", math.random(01,255)) end say_events[getPlayerGUID(cid)] = addEvent(SayText, time * 1000, cid) doPlayerSendTextMessage(cid,MESSAGE_STATUS_WARNING,"You Now Stated you are (afk).") elseif param == "off" then stopEvent(say_events[getPlayerGUID(cid)]) say_events[getPlayerGUID(cid)] = nil doPlayerSendTextMessage(cid,MESSAGE_STATUS_WARNING,"You Now stated your are not (afk).") end return TRUE end
-
vou testar tbm tava procurando um ot que usa PDA como base
-
data\creaturescripts\scripts\maxhpmana.lua local lh = 10000 -- limitação de hp lm = 15000 -- limitação de mana function onAdvance(cid, skill, oldLevel, newLevel) if getCreatureMaxHealth(cid) >= lh then setCreatureMaxHealth(cid,lh) doCreatureAddHealth(cid,-100) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "limitação de hp.") -- edita msg end if getPlayerMana(cid) >= lm then setCreatureMaxMana(cid,lm) doPlayerAddMana(cid,-150) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "limitação de mana.") -- edita msg return true end end data\creaturescripts\creaturescripts.xml <event type="advance" name="maxhpmana" event="script" value="maxhpmana.lua"/> em data\creaturescripts\scripts\login.lua adiciona isso registerCreatureEvent(cid, "maxhpmana"
- 1 resposta
-
- ajuda aew se alguem souber.
- otserv
- (e 2 mais)
-
action Boost +50 E Aura Para Pokemon Centurion
tópico respondeu ao pablopablo de notle2012 em Actions e Talkactions
e os créditos?- 8 respostas
-
- boost +50 e aura pok.cen.
- otserv
- (e 1 mais)
-
ja viu se é esse castle http://www.xtibia.com/forum/topic/138001-castle-war-20/
-
realmente a function não tinha o fim usa esse local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function oncreatureSayCallback(cid, type, msg) local config = { price = 50000, delay = 5 * 60, control = {10555, 10556} } if(not npcHandler:isFocused(cid)) then return false end end local talkUser = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid
-
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
-
da uma olhada nesse amigo http://www.xtibia.com/forum/topic/104419-npcaddon-por-item-com-todos-os-outfits/
-
talkaction [Wand] Muda De Efeito
tópico respondeu ao Skymagnum de notle2012 em Mods, funções e outros
bacana vai ajudar muita gente que queria Wand com varios efeitos -
só pega o mesmo que coloca pz no map editor e segurar 'CTRL' no teclado e passa em cima que vai remover
-
ja viu esse http://www.xtibia.com/forum/topic/130591-action-sistema-de-refinamento-perfeito/
-
http://www.xtibia.com/forum/topic/138001-castle-war-20/
-
sim só tirar essa linha <attribute key="duration" value="3600" /> que fica em data\items\items.xml
-
vai em data/lib/level tables apaga tudo com 'CTRL + A' e coloca isso dentro
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.