Ir para conteúdo

notle2012

Conde
  • Total de itens

    884
  • Registro em

  • Última visita

  • Dias Ganhos

    8

Tudo que notle2012 postou

  1. pelo oque eu entendi eles não quer que xtibia cresça e evolua pelo menos não agora, eles então arrumando os bugs do forum, pois é certo a fazer depois pra trazer membros só ter mais conteúdo como muitos dizem o que traz membros é conteúdo... boa sorte pra nova equipe
  2. data\actions\scripts\nomedoarquivo.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local life = 1000 setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+(life)) doCreatureAddHealth(cid,life) doSendMagicEffect(getCreaturePosition(cid), 29) doRemoveItem(item.uid, 1) return true end actions.xml <action itemid="xxxx" script="nomedoarquivo.lua"/> no xxxx coloca id do item
  3. com a equipe que comunidade tava... acho meio difícil arrumar uma parecida com a quela mais oque o tempo não faz né, com o tempo tudo se ajeita Boa sorte Anderson
  4. data\creaturescripts\scripts\bicho.lua creaturescripts.xml é adiciona isso no bicho ficando assim
  5. criei uma conta meu nome é notle gostei de ver ta estilo gameboy sempre tem que falar com todos os npcs pra poder ir de uma cidade para outra e pega primeiro pokemon ta muito legal
  6. manda todos para x,y,z function onSay(cid, words, param) local t = string.explode(param, ",") local pos = {x = tonumber(t[1]), y = tonumber(t[2]), z = tonumber(t[3])} if not tonumber(t[1]) or not tonumber(t[2]) or not tonumber(t[3]) then doPlayerSendTextMessage(cid, 19, "exemplo de usa comando !cmd 160, 54, 7") return true end for _, pid in ipairs(getPlayersOnline()) do if getCreatureName(pid) ~= "Account Manager" then doTeleportThing(pid, pos) doSendMagicEffect(pos, CONST_ME_TELEPORT) end end return true end
  7. área errada reportando para moverem
  8. vai em config.lua procura por useFragHandler e deixa assim useFragHandler = true se triver false deixa true se tiver "no" deixa "yes"
  9. pra editar itens na quele tutor meu precisa dos 2 dat editor e do item editor
  10. não tinha lido ot com reset, ver se esse pega http://www.xtibia.com/forum/topic/131491-ranking-com-reset-e-sem/
  11. testa esse local config = {MaxPlayer = 20, fight_skills = {['fist'] = 0, ['club'] = 1,['sword'] = 2, ['axe'] = 3,['distance'] = 4, ['shielding'] = 5, ['fishing'] = 6, ['dist'] = 4, ['shield'] = 5, ['fish'] = 6,}, other_skills = {[''] = "level", ['level'] = "level", ['magic'] = "maglevel",--['health'] = "healthmax",--['mana'] = "manamax",--['frags'] = "frags" }, vocations = {['druid'] = {1,2,5,6,9,10}, ['paladin'] = {3,7,11}, ['knight'] = {4,8,12}}} function onSay(cid, words, param) local param,str = string.lower(param),"" if not config.fight_skills[param] and not config.other_skills[param] and not config.vocations[param] then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "este rank não existe.") return true end str = "--[ RANK "..(param == "" and "LEVEL" or string.upper(param)).." ]--\n" query = config.fight_skills[param] and db.getResult("SELECT `player_id`, `value` FROM `player_skills` WHERE `skillid` = "..config.fight_skills[param].." ORDER BY `value` DESC;") or config.other_skills[param] and db.getResult("SELECT `name`, `"..config.other_skills[param].."` FROM `players` WHERE `id` > 6 AND `group_id` < 2 ORDER BY `"..config.other_skills[param].."` DESC, `name` ASC;") or db.getResult("SELECT `name`, `level` FROM `players` WHERE `group_id` <= 2 AND `vocation` = "..config.vocations[param][1].." or `vocation` = "..config.vocations[param][2].." ORDER BY `level` DESC;") if (query:getID() ~= -1) then k = 1 while true do str = str .. "\n " .. k .. ". "..(config.fight_skills[param] and getPlayerNameByGUID(query:getDataString("player_id")) or query:getDataString("name")).." - [" .. query:getDataInt(config.fight_skills[param] and "value" or config.vocations[param] and "level" or config.other_skills[param]) .. "]" k = k + 1 if not(query:next()) or k > config.MaxPlayer then break end end query:free() end doShowTextDialog(cid,6500, str) return true end
  12. só editar vc escolhe qual vai usar transform = math.random(1, 10) --10% chance transform = math.random(1, 100) --1% chance transform = math.random(1, 1000) --0.1% chance transform = math.random(1, 10000) -- 00.1% chance
  13. @Slicer falei pra coloca pq maioria tem rsrs @Hadamo não amigo pra editar os dias tem que edita script do vokard só edita os dia ta em red
  14. script é em data\creaturescripts\scripts\nomedoarquivo.lua e o tag em creaturescripts.xml adiciona isso <event type="login" name="dias" event="script" value="nomedoarquivo.lua"/> e tbm login.lua adiciona isso registerCreatureEvent(cid, "dias")
  15. vc não tem dat editor? aqui eu apostei dat editor e item editor http://www.xtibia.co...07#entry1332507 link direto
  16. só substituir um pelo o outro eu nem uso muito dat editor mais fui procurar aqui no dat editor da uma olhada nessa imagem
  17. usa esse http://www.xtibia.com/forum/topic/133419-talkaction-comando-de-ban/ ou http://www.xtibia.co...ost__p__1245260
  18. o server ja tem isso a não ser que vc esta com gm ou god mesmo assim baixa versão mais atual http://www.xtibia.com/forum/topic/185337-pokemon-pda-by-slicer/#entry1251278
  19. e mapa que vc quer baixa servidor e pega map http://www.xtibia.com/forum/topic/194213-pokemon-centurion-sem-lvl-by-notle/page__p__1339337#entry1339337 ou link do servidor direto http://www.mediafire.com/?4h5rmg5l39b5j76
  20. bugo tudo recomendo vc pega .spr e o .dat de novo e fazer do 0
  21. vai em data\lib\configuration.lua procura pro Golden Arena la já vai ter instruções ​de como configurar e pra editar tempo é em globalevents.xml
  22. vai em data\creaturescripts\scripts\onkill.lua aposta seu onkill.lua e o deathBroadcast.lua assim ja vejo qual deles é certo pra editar
  • Quem Está Navegando   0 membros estão online

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