Postado Junho 25, 2017 7 anos Olá xtibianos , venho trazendo 5 problemas aqui pra ver se alguem pode me ajudar. 1° Client - Quando eu troco o ip pelo notepad e o codigo , ele cria o Client.exe , porém Ele NAO ABRE . clico nele e nada acontece. 2 ° Red Skull - Mudei no config.lua , porém ele não muda no servidor. Citar killsToRedSkull = 8 killsToBlackSkull = 12 pzLocked = 60 * 1000 removeChargesFromRunes = false timeToDecreaseFrags = 4 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2 * 1000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 3 ° Preciso do NPC Raymond Striker , pois este não está entregando a task para fazer Citar local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) 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 local function creatureSayCallback(cid, type, msg) if not npcHandler:isFocused(cid) then return false end local player = Player(cid) if msgcontains(msg, "eleonore") then if player:getStorageValue(Storage.TheShatteredIsles.APoemForTheMermaid) < 1 then npcHandler:say("Eleonore ... Yes, I remember her... vaguely. She is a pretty girl ... but still only a girl and now I am in love with a beautiful and passionate woman. A true {mermaid} even.", cid) npcHandler.topic[cid] = 1 end elseif msgcontains(msg, "mission") then if player:getStorageValue(Storage.TheShatteredIsles.APoemForTheMermaid) < 1 then npcHandler:say("Don't ask about silly missions. All I can think about is this lovely {mermaid}.", cid) npcHandler.topic[cid] = 1 end elseif msgcontains(msg, "mermaid") then if npcHandler.topic[cid] == 1 then npcHandler:say("The mermaid is the most beautiful creature I have ever met. She is so wonderful. It was some kind of magic as we first met. A look in her eyes and I suddenly knew there would be never again another woman in my life but her.", cid) npcHandler.topic[cid] = 0 player:setStorageValue(Storage.TheShatteredIsles.APoemForTheMermaid, 1) end end return true end npcHandler:setMessage(MESSAGE_GREET, "Be greeted. Is there anything I can {do for you}?") npcHandler:setMessage(MESSAGE_FAREWELL, "Good bye.") npcHandler:setMessage(MESSAGE_WALKAWAY, "Oh well.") npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) 4 ° Cast Ja tentei quase de tudo! mais nem colocando account name nem nada Citar CAST 5 ° STONE SKIN AMULET Citar Só está contando 1 carga no jogo mais em items.xml está com 5 cargas , veja : Citar <item id="2197" article="a" name="stone skin amulet"> <attribute key="weight" value="700" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="5" /> <attribute key="showcharges" value="5" /> <attribute key="absorbPercentPhysical" value="80" /> <attribute key="absorbPercentDeath" value="80" /> <attribute key="showattributes" value="1" /> </item> Me ajudem , estou com um host online , porém há varios bugs para ser arrumado . Preciso de ajuda urgente. Editado Junho 25, 2017 7 anos por crazynoia (veja o histórico de edições)
Postado Julho 2, 2017 7 anos Em 24/06/2017 ás 23:08, crazynoia disse: Olá xtibianos , venho trazendo 5 problemas aqui pra ver se alguem pode me ajudar. 1° Client - Quando eu troco o ip pelo notepad e o codigo , ele cria o Client.exe , porém Ele NAO ABRE . clico nele e nada acontece. 2 ° Red Skull - Mudei no config.lua , porém ele não muda no servidor. 3 ° Preciso do NPC Raymond Striker , pois este não está entregando a task para fazer 4 ° Cast Ja tentei quase de tudo! mais nem colocando account name nem nada 5 ° STONE SKIN AMULET mais em items.xml está com 5 cargas , veja : Me ajudem , estou com um host online , porém há varios bugs para ser arrumado . Preciso de ajuda urgente. Com tanto bug assim, sugiro você baixar uma distro melhor e sem bugs ou vai ficar um século pra tudo isso. Talvez você queira ver: BestBaiak [FAQ]Remere's Map Editor - Dúvidas e soluções de bugs Contato: Discord:
Postado Julho 2, 2017 7 anos Autor 10 minutos atrás, Werner disse: Com tanto bug assim, sugiro você baixar uma distro melhor e sem bugs ou vai ficar um século pra tudo isso. Ja arrumei O N ° 1 - 4 e 5 ja consegui resolver , agora só estou com problemas no 2 e no 3 o N ° preciso do script Raymond Striker = Global , pra ele dar task dos pirates o red skull tb ta dificil de resolver
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.