Ir para conteúdo

Slicer

Príncipe
  • Total de itens

    4014
  • Registro em

  • Última visita

  • Dias Ganhos

    47

Tudo que Slicer postou

  1. o meu eh versao 1.0.0 ;x oia ae.. \/ se n tiver isso ae, n sei mais oq lhe dizer..
  2. mano tens q executar aquela linha na tua database ;/ abre o SQLite studio, importa tua database -caso ainda n esteja-, dai clique emcima do 'Tables' e dai no menu acima /\ vai ter um icone com um raio... clique la e cole aquela linha la e clique em ADD...
  3. local look = {lookType = 134, lookHead = 94, lookBody = 94, lookLegs = 94, lookFeet = 94, lookTypeEx = 0, lookAddons = 3} function onStepIn(cid, item, pos) doSetCreatureOutfit(cid, look, -1) end ;x
  4. kkk bem vindos a minha vida... sorte q vcs n recebem 200pm/mes ;/
  5. fizesse isso? <!-- To use this system, execute query: ALTER TABLE `players` ADD COLUMN `rep` INT( 11 ) NOT NULL DEFAULT '0' COMMENT 'Cyber''s REPSystem © OTLand.net'; -->
  6. erro bobo.. troca isso.. if string.find(words, "health") then setCreatureMaxHealth(cid, qnt) doCreatureAddHealth(cid, qnt) doPlayerSendTextMessage(cid, 27, "Added ".. qnt .." of max health in the player ".. t[1]) else setCreatureMaxMana(cid, qnt) doPlayerAddMana(cid, qnt) doPlayerSendTextMessage(cid, 27, "Added ".. qnt .." of max mana in the player ".. t[1]) end por isso.. if string.find(words, "health") then setCreatureMaxHealth(player, qnt) doCreatureAddHealth(player, qnt) doPlayerSendTextMessage(cid, 27, "Added ".. qnt .." of max health in the player ".. t[1]) else setCreatureMaxMana(player, qnt) doPlayerAddMana(player, qnt) doPlayerSendTextMessage(cid, 27, "Added ".. qnt .." of max mana in the player ".. t[1]) end
  7. poste o script do REP mano.. e tu executa a query, q provavelmente tem q executar...?
  8. mano esse erro n eh desse script.. eh de outro script de look q tens ae.. pro sistema de REP.. ;x e luck, nenhuma das funçoes no script podem tar com 'cid', ja q tu da look no thing.uid e n no cid... ;x
  9. tinha muitos outros erros luck '--'
  10. tenta assim..
  11. dai se o cara tem a promotion essa storage fica com valor 1?
  12. ddoBroadcastMessage("Portal para BP Event aberto!", MESSAGE_INFO_DESCR) troca pra.. doBroadcastMessage("Portal para BP Event aberto!", MESSAGE_INFO_DESCR) @sky por isso q deve deixar o dono do topico reportar
  13. ta quais sao as storages entao...
  14. mano agora q olhei melhor, esse script ta muito estranhu as promotions ae sao com storages values? ou sao vocations normais? /\ n vai da certo.. table[getPlayerStorageValue(cid)]
  15. Slicer

    Duvida OtClient

    amigo, por favor utilize a barra de pesquisas do forum antes de postar algu... http://www.xtibia.com/forum/topic/203495-ajuda-como-mudar-o-cliente-de-login-otclient-poketibia/page__view__findpost__p__1432579
  16. /\ o dono do topico q tem q flar q ta sanada, e tu n pode mover topico
  17. Slicer

    Item que dá respawn

    sanado, movido
  18. doPlayerSetSpecialDescription(thing.uid, "\n[Promotion: " .. a .."]") troca pra doPlayerSetSpecialDescription(thing.uid, "\n[Promotion: " .. table .."]")
  19. vai em actions/scripts/goback.lua e ache isso.. if getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 then return true end e troque pra.. if getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 5700) >= 1 then return true end
  20. testa ae.. tag: <talkaction words="/addhealth" access="5" event="script" value="NOME DO SCRIPT.lua"/> <talkaction words="/addmana" access="5" event="script" value="NOME DO SCRIPT.lua"/> ali em 'NOME DO SCRIPT' tu coloca o nome q tu der pro script .lua... lembrando q eh um script soh pros 2 comandos...
  21. healar 500 mp/hp ou aumentar a maxHealth/maxMana do player?
  22. tive os ms erros do Luck, e aparentemente o codigo tb n reconhece caracteres 'especiais' tpw.. [ ] - e por ae vai ^^ muito bom ms one... -ele moveu todos os scripst q tinham esses caracteres, ms eles estando no .xml-
  23. ok.. sanado, movido
  • Quem Está Navegando   0 membros estão online

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