Ir para conteúdo

notle2012

Conde
  • Total de itens

    884
  • Registro em

  • Última visita

  • Dias Ganhos

    8

Tudo que notle2012 postou

  1. data\npc\nomedonpc.xml <npc name="NOMEDONPC" script="data/npc/scripts/nomedoarquivo.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="134" head="78" body="88" legs="0" feet="88" addons="3"/> <parameters> <parameter key="message_greet" value="Yes." /> <parameter key="message_farewell" value="Tchau." /> <parameter key="message_walkaway" value="Tchau." /> </parameters> </npc> data\npc\scripts\nomedoarquivo.lua 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 npcHandler:setMessage(MESSAGE_GREET, "eu troco item pra vc? me diz (yes)") -- muda a frase só yes q não muda function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local h = 2160 -- ID do item que vai troca local j = 2200 -- ID que vai ganhar local talkUser = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid if(msgcontains(msg, 'yes')) then if doPlayerRemoveItem(cid,h,100) then doPlayerAddItem(cid,j,10) selfSay('Obrigado por troca cmg.',cid) -- muda a frase talkState[talkUser] = 1 else selfSay('vc não tem item que eu quero..',cid) -- muda a frase talkState[talkUser] = 1 end return TRUE end end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
  2. notle2012

    Rank Frags?

    já olho esse http://www.xtibia.com/forum/topic/144807-top-frags/
  3. da look na porta com god pega ActionID: depois vai em data\actions\actions.xml ctrl + f + id que vc pego aposta aquivo pra mim ver exemplo <action actionid="4212" script="trainroom.lua" /> no meu ot seria trainroom.lua
  4. eu disse 80 a 100 e seu ot ja fico qual quantos players em junior100k
  5. eu ja vi essa sistema era um pc vc podia ver umas messages que tinha la deve ser esse sistema de e-mail q SkyDangerous disse fail alissow e mapper
  6. vixxi acho que vai precisa das sources
  7. notle2012

    Super Bless

    não testei data\talkactions\scripts\Sbless.lua function onSay(cid, words, param) local fail = 0 if getPlayerLevel(cid) >= 1000 then if getPlayerLevel(cid) < 31 then cost = 3000 else cost = ((getPlayerLevel(cid) - 30) * 150) + 2000 end if cost > 30000 then cost = 30000 end for i = 3, 7 do if getPlayerBlessing(cid, i) then fail = fail + 1 else if doPlayerRemoveMoney(cid, cost) == TRUE then doPlayerAddBlessing(cid, i) if i == 7 and not(fail == 7) 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 == 7 then doPlayerSendCancel(cid, "You already have all the blessings!") end else doPlayerSendCancel(cid, "Só Lvl 1000+ pode usa.") end return TRUE end data\talkactions\talkactions.xml <talkaction words="!sbless" script="Sbless.lua" />
  8. notle2012

    Uso De Tables

    faz comparação do meu pokemon falando um com table e o outro sem http://www.xtibia.com/forum/topic/191123-pokemon-falando/
  9. data\globalevents\globalevents.xml <globalevent name="save" interval="3600" event="script" value="save.lua"/> edita na onde ta red se seu tiver diferente aposta globalevents.xml
  10. data/creaturescripts/scripts showVocation function onLook(cid, thing, position, lookDistance) local table = { [8080] = getPlayerSex(cid) == PLAYERSEX_MALE and "You are Zeus" or "frase do sexo female", [8081] = getPlayerSex(cid) == PLAYERSEX_MALE and "You are Titan" or "frase do sexo female" } local a = table[getPlayerStorageValue(cid)] if isPlayer(thing.uid) then doPlayerSetSpecialDescription(thing.uid, "\n[Promotion: " .. a .."]") end return true end data\creaturescripts\creaturescripts.xml <event type="look" name="showVoc" event="script" value="showVocation.lua"/> login.lua adiciona isso registerCreatureEvent(cid, "showVoc")
  11. é errado matar pq alguem morre na historia se fosse certo vc poderia esta sendo morto a qual quer momento ´por alguém kkkkkkkk
  12. notle2012

    Ant-Debug

    qual versão vc usa? tem que edita algo no game.cpp
  13. pode deixa depois faço Protein Iron Calcium Zinc Carbos
  14. a posta scripts pra mim sabe versão?
  15. mais vc não ta dizendo do padventures a versão e outra
  16. procura tutorias como usa dat editor dps de sabe usa dat editor só adiciona os id e os nome e os atk no data\lib\configuration.lua
  17. é em data\XML\outfits.xml aposta seu outfits.xml pra mim da uma olhada
  18. @Slicer, acompanho teu server desde a primeira atualização e baixei todas, tenho print da Pasta POKE com 6 pastas, Versao 1.1, 1.2, etc.. Edit, veja: Olhe bem as datas.. E repito, e quanto a TV? Está bugando acho que vc não baixo cliente então pq ele foi trocado ver ai http://www.mediafire.com/?nai0yvxoh2jaigj
  19. ja tento baixa denovo aqui ta tudo certo tbm link
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...