-
Total de itens
90 -
Registro em
-
Última visita
Tudo que Maxwillian postou
-
Pda By : Bolz ( Versão Lalaloopsy )
tópico respondeu ao Lalaloopsy de Maxwillian em OTServer Alternativo (ATS)
Quero sim quero iniciar meu servido agora que estou min aperfeiçoando mais em mapper scripter quero iniciar meu propio servido pm -
Não estou conseguindo colocar
-
Pda By : Bolz ( Versão Lalaloopsy )
tópico respondeu ao Lalaloopsy de Maxwillian em OTServer Alternativo (ATS)
To começando a enjoar de Pda uma bosta todos tem erros etc etc muito paia -
Pda By : Bolz ( Versão Lalaloopsy )
tópico respondeu ao Lalaloopsy de Maxwillian em OTServer Alternativo (ATS)
HEUEHEU Gostaria muito ja sei ta trabalhando no skyfall certo?Pois bem sempre vai ter algum tempo vago kkkk Poste nesse pequeno tempo U_U -
Pda By : Bolz ( Versão Lalaloopsy )
tópico respondeu ao Lalaloopsy de Maxwillian em OTServer Alternativo (ATS)
Lordbaxx bem que você poderia fazer um '-' -
Pda By : Bolz ( Versão Lalaloopsy )
tópico respondeu ao Lalaloopsy de Maxwillian em OTServer Alternativo (ATS)
Esse tem como fazer old cliente? eryrrel sua fabrica de cliente esta funfando? se tiver faz desse ae -
O erro e esse [27/04/2014 18:41:27] [Error - Action Interface] [27/04/2014 18:41:27] data/actions/scripts/goback.lua:onUse [27/04/2014 18:41:27] Description: [27/04/2014 18:41:27] data/actions/scripts/goback.lua:75: attempt to compare nil with number [27/04/2014 18:41:27] stack traceback: [27/04/2014 18:41:27] data/actions/scripts/goback.lua:75: in function <data/actions/scripts/goback.lua:10> erro /\ meu golback.lua local EFFECTS = { --[OutfitID] = {Effect} ["Magmar"] = 35, ["Jynx"] = 17, --alterado v1.5 ["Shiny Jynx"] = 17, ["Piloswine"] = 205, --alterado v1.8 ["Swinub"] = 205, } function onUse(cid, item, frompos, item2, topos) if exhaustion.get(cid, 6666) and exhaustion.get(cid, 6666) > 0 then return true end if getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 75846) >= 1 or getPlayerStorageValue(cid, 5700) >= 1 then --alterado v1.9 << return true end local ballName = getItemAttribute(item.uid, "poke") local btype = getPokeballType(item.itemid) local usando = pokeballs[btype].use local effect = pokeballs[btype].effect if not effect then effect = 21 end unLock(item.uid) --alterado v1.8 if item.itemid == usando then if getPlayerStorageValue(cid, 990) == 1 then -- GYM doPlayerSendCancel(cid, "You can't return your pokemon during gym battles.") return true end if #getCreatureSummons(cid) > 1 and getPlayerStorageValue(cid, 212124) <= 0 then --alterado v1.6 if getPlayerStorageValue(cid, 637501) == -2 or getPlayerStorageValue(cid, 637501) >= 1 then BackTeam(cid) end end if #getCreatureSummons(cid) == 2 and getPlayerStorageValue(cid, 212124) >= 1 then doPlayerSendCancel(cid, "You can't do that while is controling a mind") return true --alterado v1.5 end if #getCreatureSummons(cid) <= 0 then if isInArray(pokeballs[btype].all, item.itemid) then doTransformItem(item.uid, pokeballs[btype].off) doItemSetAttribute(item.uid, "hp", 0) doPlayerSendCancel(cid, "This pokemon is fainted.") return true end end local cd = getCD(item.uid, "blink", 30) if cd > 0 then setCD(item.uid, "blink", 0) end local z = getCreatureSummons(cid)[1] if getCreatureCondition(z, CONDITION_INVISIBLE) and not isGhostPokemon(z) then return true end doReturnPokemon(cid, z, item, effect) elseif item.itemid == pokeballs[btype].on then if item.uid ~= getPlayerSlotItem(cid, CONST_SLOT_FEET).uid then doPlayerSendCancel(cid, "You must put your pokeball in the correct place!") return TRUE end local thishp = getItemAttribute(item.uid, "hp") if thishp <= 0 then if isInArray(pokeballs[btype].all, item.itemid) then doTransformItem(item.uid, pokeballs[btype].off) doItemSetAttribute(item.uid, "hp", 0) doPlayerSendCancel(cid, "This pokemon is fainted.") return true end end local pokemon = getItemAttribute(item.uid, "poke") if not pokes[pokemon] then return true end ----------------------- Sistema de nao poder carregar mais que 3 pokes lvl baixo e + q 1 poke de lvl medio/alto --------------------------------- if not isInArray({5, 6}, getPlayerGroupId(cid)) then local balls = getPokeballsInContainer(getPlayerSlotItem(cid, 3).uid) local low = {} local lowPokes = {"Rattata", "Caterpie", "Weedle", "Oddish", "Pidgey", "Paras", "Poliwag", "Bellsprout", "Magikarp", "Hoppip", "Sunkern"} if #balls >= 1 then for _, uid in ipairs(balls) do local nome = getItemAttribute(uid, "poke") if not isInArray(lowPokes, pokemon) and nome == pokemon then return doPlayerSendTextMessage(cid, 27, "Sorry, but you can't carry two pokemons equals!") else if nome == pokemon then table.insert(low, nome) end end end end if #low >= 3 then return doPlayerSendTextMessage(cid, 27, "Sorry, but you can't carry more than three pokemons equals of low level!") end end --------------------------------------------------------------------------------------------------------------------------------------------------- local x = pokes[pokemon] local boost = getItemAttribute(item.uid, "boost") or 0 if getPlayerLevel(cid) < (x.level+boost) then doPlayerSendCancel(cid, "You need level "..(x.level+boost).." to use this pokemon.") return true end ---------------------------- Sistema pokes de clan -------------------------------------- local shinysClan = { ["Shiny Fearow"] = {4, "Wingeon"}, ["Shiny Flareon"] = {1, "Volcanic"}, ["Shiny Vaporeon"] = {2, "Seavel"}, ["Shiny Jolteon"] = {9, "Raibolt"}, ["Shiny Hypno"] = {7, "Psycraft"}, ["Shiny Golem"] = {3, "Orebound"}, ["Shiny Vileplume"] = {8, "Naturia"}, ["Shiny Nidoking"] = {5, "Malefic"}, ["Shiny Hitmontop"] = {6, "Gardestrike"}, --alterado v1.4 } if shinysClan[pokemon] and (getPlayerGroupId(cid) < 4 or getPlayerGroupId(cid) > 6) then --alterado v1.9 \/ if getPlayerClanNum(cid) ~= shinysClan[pokemon][1] then doPlayerSendCancel(cid, "You need be a member of the clan "..shinysClan[pokemon][2].." to use this pokemon!") return true elseif getPlayerClanRank(cid) ~= 5 then doPlayerSendCancel(cid, "You need be atleast rank 5 to use this pokemon!") return true end end -------------------------------------------------------------------------------------- doSummonMonster(cid, pokemon) local pk = getCreatureSummons(cid)[1] if not isCreature(pk) then return true end ------------------------passiva hitmonchan------------------------------ if isSummon(pk) then --alterado v1.8 \/ if pokemon == "Shiny Hitmonchan" or pokemon == "Hitmonchan" then if not getItemAttribute(item.uid, "hands") then doSetItemAttribute(item.uid, "hands", 0) end local hands = getItemAttribute(item.uid, "hands") doSetCreatureOutfit(pk, {lookType = hitmonchans[pokemon][hands].out}, -1) end end ------------------------------------------------------------------------- ---------movement magmar, jynx------------- if EFFECTS[getCreatureName(pk)] then markPosEff(pk, getThingPos(pk)) sendMovementEffect(pk, EFFECTS[getCreatureName(pk)], getThingPos(pk)) end -------------------------------------------------------------------------- if getCreatureName(pk) == "Ditto" or getCreatureName(pk) == "Shiny Ditto" then --edited local left = getItemAttribute(item.uid, "transLeft") local name = getItemAttribute(item.uid, "transName") if left and left > 0 then setPlayerStorageValue(pk, 1010, name) doSetCreatureOutfit(pk, {lookType = getItemAttribute(item.uid, "transOutfit")}, -1) addEvent(deTransform, left * 1000, pk, getItemAttribute(item.uid, "transTurn")) doItemSetAttribute(item.uid, "transBegin", os.clock()) else setPlayerStorageValue(pk, 1010, getCreatureName(pk) == "Ditto" and "Ditto" or "Shiny Ditto") --edited end end if isGhostPokemon(pk) then doTeleportThing(pk, getPosByDir(getThingPos(cid), math.random(0, 7)), false) end doCreatureSetLookDir(pk, 2) adjustStatus(pk, item.uid, true, true, true) doAddPokemonInOwnList(cid, pokemon) doTransformItem(item.uid, item.itemid+1) local pokename = getPokeName(pk) --alterado v1.7 local mgo = gobackmsgs[math.random(1, #gobackmsgs)].go:gsub("doka", pokename) doCreatureSay(cid, mgo, TALKTYPE_SAY) doSendMagicEffect(getCreaturePosition(pk), effect) if useOTClient then doPlayerSendCancel(cid, '12//,show') --alterado v1.7 end else doPlayerSendCancel(cid, "This pokemon is fainted.") end if useKpdoDlls then doUpdateMoves(cid) end return true end Bom se alguem resolver agradeço
-
Pois só pode ser isso tente o servido sem edições e veja se da certo Ajudei?Rep+
-
Você mexeu em alguma coisa ?
-
fassa asim pegue o arquivo que voce baixo ou seja o servido pegue apenas o executor ou seja o po dash world nun sei oq apague esse ae cole o original e pronto tente e veja Ajudei?rep+
-
Desative seu ante virus e tente novamente Ajudei?rep+
-
Aqui esta o error [27/04/2014 15:12:42] [Error - Spell Interface] [27/04/2014 15:12:42] data/spells/scripts/ps/Poison Powder.lua:onCastSpell [27/04/2014 15:12:42] Description: [27/04/2014 15:12:42] data/lib/newStatusSyst.lua:272: attempt to index field '?' (a nil value) [27/04/2014 15:12:42] stack traceback: [27/04/2014 15:12:42] data/lib/newStatusSyst.lua:272: in function 'doPoison2' [27/04/2014 15:12:42] data/lib/newStatusSyst.lua:712: in function 'doCondition2' [27/04/2014 15:12:42] data/lib/newStatusSyst.lua:946: in function 'doMoveDano2' [27/04/2014 15:12:42] data/lib/newStatusSyst.lua:894: in function 'doMoveInArea2' [27/04/2014 15:12:42] data/lib/pokemon moves.lua:443: in function 'docastspell' [27/04/2014 15:12:42] data/spells/scripts/ps/Poison Powder.lua:5: in function <data/spells/scripts/ps/Poison Powder.lua:1> Aqui esta meu posion powder function onCastSpell(cid, var) if isSummon(cid) then return true end docastspell(cid, "Poison Powder") return true end Quem ajudar agradeço rep+
-
[27/04/2014 14:55:37] [Error - Spell Interface] [27/04/2014 14:55:37] In a timer event called from: [27/04/2014 14:55:37] data/spells/scripts/ps/Fear.lua:onCastSpell [27/04/2014 14:55:37] Description: [27/04/2014 14:55:38] (luaDoAddCondition) Creature not found Estou com erro no meu fear.com lua aqui esta o error /\ Aqui esta meu fear.lua function onCastSpell(cid, var) if isSummon(cid) then return true end docastspell(cid, "Fear") return true end Como posso resolver isso ta calsando muito lag no meu servido valew
-
Isso mesmo valew depois dou rep pois ja alcancei o limite hoje kk
-
talkaction [Video][Tutorial]Adicionando Itens Para Todos Os Players
tópico respondeu ao VitinhoBright de Maxwillian em Actions e Talkactions
uat's kkkk não consegue acompanhar muito rapido.. rep+ -
Como eu adiciono mais comando para seniores tutores e game master Pda
-
Arrumei ja kk Rme bugado '-'
-
Ja fiz isso pois achei meio estranho minha talkaction.lua esta vazia valew rep+
-
Ola galera gostaria de saber de qual modo eu poderia adicionar uma sprite de bike para meu servido e de qual forma eu iria implantar na pasta .lua e .xml valew quem ajudar rep++
-
Olha no cliente original crio uma conta normal fake para ver da tudo ceto pego poke inicial e tals agora quando troco ip pelo vapus coloco la normal vou la crio account normalmente vou testar ae não funfa pega os pokes inicias '-'
-
Alguem troca ip desse cliente sem for pelo vapus pois quando vou colocar buga quest inicial http://www.4shared.com/rar/2CVWvjAy/PDA_Edited_by_Bolz_v3.html mpk.servegame.com
-
PokexDiamond [PDA]
tópico respondeu ao LuizHenriqueSmania de Maxwillian em OTServer Alternativo (ATS)
Gostaria muito que você criasse old cliente dou um rep++valew cria ae fazendo favorr- 34 respostas
-
- 8.5
- segunda edição
- (e 7 mais)
-
Preciso urjente que alguem crie um old cliente para meu servido http://www.4shared.com/rar/XnJDgJtQce/New_OTClient.html? link para baixar Qualquer duvida comente
-
[26/04/2014 19:20:18] [Error - Npc interface] [26/04/2014 19:20:18] data/npc/scripts/dalk.lua:onCreatureSay [26/04/2014 19:20:18] Description: [26/04/2014 19:20:18] data/npc/scripts/dalk.lua:68: attempt to index global 'places' (a nil value) [26/04/2014 19:20:18] stack traceback: [26/04/2014 19:20:18] data/npc/scripts/dalk.lua:68: in function 'callback' [26/04/2014 19:20:18] data/npc/lib/npcsystem/npchandler.lua:391: in function 'onCreatureSay' [26/04/2014 19:20:18] data/npc/scripts/dalk.lua:7: in function <data/npc/scripts/dalk.lua:7> e esse outro tabem [26/04/2014 20:20:24] [Error - CreatureScript Interface] [26/04/2014 20:20:24] data/creaturescripts/scripts/login.lua:onLogin [26/04/2014 20:20:24] Description: [26/04/2014 20:20:25] (luaGetItemAttribute) Item not found [26/04/2014 20:20:25] [Error - CreatureScript Interface] [26/04/2014 20:20:25] data/creaturescripts/scripts/login.lua:onLogin [26/04/2014 20:20:25] Description: [26/04/2014 20:20:25] (luaGetItemAttribute) Item not found [26/04/2014 20:20:25] [Error - CreatureScript Interface] [26/04/2014 20:20:25] data/creaturescripts/scripts/login.lua:onLogin [26/04/2014 20:20:25] Description: [26/04/2014 20:20:26] (luaGetItemAttribute) Item not found [26/04/2014 20:21:24] Dark caveira has logged out. [26/04/2014 20:21:25] Dark caveira has logged in. [26/04/2014 20:21:26] [Error - CreatureScript Interface] [26/04/2014 20:21:26] data/creaturescripts/scripts/login.lua:onLogin [26/04/2014 20:21:26] Description: [26/04/2014 20:21:26] (luaGetItemAttribute) Item not found Como posso resolver esses erro?
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.