Tudo que 7591768 postou
-
Entrevista com Walisson, dono do servidor Aurera
Me chamo Franklin Timóteo (Tart Glom), sou de Aracaju-Sergipe também kkkk nem acredito..... Trabalho na Olímpica academia na 13 de julho
-
[Release] IP Changer - Ubuntu
Eu consigo no Ubuntu com apenas entrando na pasta digitando: python PyIpChanger.py Para entrar na pasta só precisar digitar: cd Nome da pasta
-
Amigo Do Vittu
- [Ajuda] Error ao iniciar servidor SQL em linux
*Não conheço muito linux, mas deve ter algum programa tipo xampp né?? *Se tiver quando você criou a data base la no programa, você copia esse nome e coloca nessa parte: sqlDatabase = "nome que esta no database do programa" #edit Tente também substituir isso sqlHost = "localhost" por isso sqlHost = "127.0.0.1" Confira a senha do xampp sqlPass = "senha do xampp"- VPS para meu Ot
- Portas Abrem mas OTserv não!
Meu config.lua Meu CMD. Meu ROTEADOR Meu ip pelo site www.meuip.com.br Configuração no site www.no-ip.com #edited *Ahh adicione também o icone do servidor que você vai abrir lá onde desbloqueia porta no firewall do windows. * Boa sorte se precisar de algo estarei aqui, não só eu como todos, se fiz algo de errado me desculpe só tentei ajudar.- Portas Abrem mas OTserv não!
Me passe algo que possamos se contatar meu modem é parecido com o seu e não tive problemas... Vou colocar um ot online aqui e postar aqui o que faço.- Erros no console,"
* Tenta ir na house, selecione a ferramente ERASE (apagar) segure CTRL e clique onde for para apagar... As vezes as coisas mais simples resolvem.- [Resolvido] ajuda como por minha acc como god no meu ot ?
*Se for mysql, você tem que colocar GROUP ID e não rank id. Group id = 6.- alguem ajuda bug no meu ot
Deve ser o Geisor que ta criando com esses nomes- PERFECT ZOMBIE SYSTEM EVENT!
Não entendo muito de organização, mas acho que ficaria melhor colocar a primeira fonte no centro e aumentar um pouco ela.- uns desenhos
Só faltou as cores agora.... e daria um belo banner para Geisor!!!- [Resolvido] Bug no meu ot, ajuda pfv.
*Explique como você resolver se puder para ajudar o próximo que poderia ser eu.- Criando ot
Aconselho você fazer tudo com seu ip normal..por último você troca o ip. Caso não esteja conseguindo veja se você desbloqueou as portas no firewall e tambem no roteador. Para desbloquear no roteador no meu fica aqui: ADVANCED -->NAT-->VIRTUAL SERVER Veja se realmente está assim: #edit Este ip é apenas um exemplo que coloquei para não mostrar o meu. Vá em CMD digite ipconfig se você estiver usando W7 seu ip provalmente será o que estiver em Endereço de IPv4 1.1.1.1- Bug combo magias
- Dúvida magebot lixo
*Você apaga o que estiver em vermelho e deixa o Heal apenas com o verde. *Além de ser mal educado é bur** que não consegue nem ler no magebot.- [Resolvido] HELP NO NPC The Queen Of The Banshee
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 function creatureSayCallback(cid, type, msg) end if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid -- NPC The Queen of the Banshees feito por Rodrigo (Nottinghster) -- Inicio The Queen of the Banshees NPC local primeiro_selo = getPlayerStorageValue(cid, 32998) local segundo_selo = getPlayerStorageValue(cid, 32997) local terceiro_selo = getPlayerStorageValue(cid, 32996) local quarto_selo = getPlayerStorageValue(cid, 32995) local quinto_selo = getPlayerStorageValue(cid, 32994) local sexto_selo = getPlayerStorageValue(cid, 32993) local setimo_selo = getPlayerStorageValue(cid, 41992) local teletransporte = {x=32202, y=31812, z=8, stackpos =0} if msgcontains(msg, 'seventh') and getPlayerLevel(cid) < 60 or msgcontains(msg, 'last') and getPlayerLevel(cid) < 60 then selfSay("You are not experienced enough to master the challenges ahead or to receive knowledge about the seventh seal. Go and learn more before asking me again.",cid) elseif msgcontains(msg,'seventh') and getPlayerLevel(cid) > 59 or msgcontains(msg, 'last') and getPlayerLevel(cid) > 59 then selfSay("If you have passed the first six seals and entered the blue fires that lead to the chamber of the seal you might receive my kiss ... It will open the last seal. Do you think you are ready?",cid) talk_state = 2 elseif msgcontains(msg, 'kiss') and setimo_selo == -1 and talk_state == 8 then selfSay('Are you prepared to receive my kiss, even though this will mean that your death as well as a part of your soul will forever belong to me, my dear?',cid) talk_state = 1 elseif msgcontains(msg, 'kiss') and setimo_selo == -1 then selfSay('To receive my kiss you have to pass all other seals first.',cid) talk_state = 0 elseif msgcontains(msg, 'kiss') and setimo_selo == 1 then selfSay('You have already received my kiss. You should know better then to ask for it.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 1 then selfSay('So be it! Hmmmmmm...',cid) doTeleportThing(cid, teletransporte) setPlayerStorageValue(cid, 41998, 1) setPlayerStorageValue(cid, 41997, 1) setPlayerStorageValue(cid, 41996, 1) setPlayerStorageValue(cid, 41995, 1) setPlayerStorageValue(cid, 41994, 1) setPlayerStorageValue(cid, 41993, 1) setPlayerStorageValue(cid, 41992, 1) elseif msgcontains(msg, 'no') and talk_state == 1 then selfSay('Perhaps it is the better choice for you, my dear.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and quarto_selo == 1 then selfSay('Yessss, I can sense you have passed the seal of sacrifice. Have you passed any other seal yet?',cid) talk_state = 3 elseif msgcontains(msg, 'yes') and talk_state == 2 and quarto_selo == -1 then selfSay('You have not passed the seal of sacrifice yet. Return to me when you are better prepared.',cid) talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 2 then selfSay('Then try to be better prepared next time we meet.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 3 and primeiro_selo == 1 then selfSay('I sense you have passed the hidden seal as well. Have you passed any other seal yet?',cid) talk_state = 4 elseif msgcontains(msg, 'yes') and talk_state == 3 and primeiro_selo == -1 then selfSay('You have not found the hidden seal yet. Return when you are better prepared.',cid) talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 3 then selfSay('Then try to be better prepared next time we meet.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 4 and segundo_selo == 1 then selfSay('Oh yes, you have braved the plagueseal. Have you passed any other seal yet?',cid) talk_state = 5 elseif msgcontains(msg, 'yes') and talk_state == 4 and segundo_selo == -1 then selfSay('You have not faced the plagueseal yet. Return to me when you are better prepared.',cid) talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 4 then selfSay('Then try to be better prepared next time we meet.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 5 and terceiro_selo == 1 then selfSay('Ah, I can sense the power of the seal of demonrage burning in your heart. Have you passed any other seal yet?',cid) talk_state = 6 elseif msgcontains(msg, 'yes') and talk_state == 5 and terceiro_selo == -1 then selfSay('You are not filled with the fury of the imprisoned demon. Return when you are better prepared.',cid) talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 5 then selfSay('Then try to be better prepared next time we meet.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 6 and quinto_selo == 1 then selfSay('So, you have managed to pass the seal of the 1 path. Have you passed any other seal yet?',cid) talk_state = 7 elseif msgcontains(msg, 'yes') and talk_state == 6 and quinto_selo == -1 then selfSay('You have not found your 1 path yet. Return when you are better prepared.',cid) talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 6 then selfSay('Then try to be better prepared next time we meet.',cid) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 7 and sexto_selo == 1 then selfSay('I see! You have mastered the seal of logic. You have made the sacrifice, you have seen the unseen, you possess fortitude, you have filled yourself with power and found your path. You may ask me for my kiss now.',cid) talk_state = 8 elseif msgcontains(msg, 'yes') and talk_state == 7 and sexto_selo == -1 then selfSay('You have not found your 1 path yet. Return to meh when you are better prepared.',cid) talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 7 then selfSay('Then try to be better prepared next time we meet.',cid) talk_state = 0 elseif (msgcontains(msg, 'spectral dress')) and getPlayerStorageValue(cid, 22327) == -1 then selfSay('Your wish for a spectral dress is silly. Allthough I will grant you the permission to take one. My maidens left one in a box in a room, directly south of here.',cid) setPlayerStorageValue(cid, 22327, 1) doPlayerAddItem(cid, 2657, 1) elseif (msgcontains(msg, 'bye')) and (talkState[talkUser] >= 1 and talkState[talkUser] <= 8) then selfSay('We will meet again.',cid) talkState[talkUser] = 0 elseif msgcontains(msg, 'addon') and getPlayerStorageValue(cid, 10223) ~= 5 then npcHandler:say("Sorry, but you don\'t have Wizard Outfit !", cid) elseif msgcontains(msg, "addon") and getPlayerStorageValue(cid, 10224) ~= 1 and getPlayerStorageValue(cid, 10223) == 5 then npcHandler:say("Say... I have been longing for something for an eternity now... if you help me retrieve it, I will reward you. Do you consent to this arrangement ?", cid) talkState[talkUser] = 1 elseif msgcontains(msg, "yes") and getPlayerStorageValue(cid, 10224) ~= 1 and getPlayerStorageValue(cid, 10223) == 5 and talkState[talkUser] == 1 then npcHandler:say("Listen... there are no blooming flowers down here and the only smell present is that of death and decay. ...", cid) npcHandler:say("I wish that I could breathe the lovely smell of beautiful flowers just one more time, especially those which elves cultivate. ...", cid) npcHandler:say("Could you please bring me 50 {Holy Orchids} ?", cid) talkState[talkUser] = 2 elseif msgcontains(msg, "yes") and getPlayerStorageValue(cid, 10224) ~= 1 and getPlayerStorageValue(cid, 10223) == 5 and talkState[talkUser] == 2 then npcHandler:say("Thank you. I will wait for your return.", cid) setPlayerStorageValue(cid, 10224, 1) setPlayerStorageValue(cid, 10225, 1) talkState[talkUser] = 0 elseif msgcontains(msg, "holy orchid") and getPlayerStorageValue(cid, 10225) == 1 then npcHandler:say("Have you really brought me 50 Holy Orchids ?", cid) talkState[talkUser] = 1 elseif msgcontains(msg, "yes") and getPlayerStorageValue(cid, 10225) == 1 and talkState[talkUser] == 1 then if (doPlayerRemoveItem(cid, 5922, 50) == TRUE) then npcHandler:say("Thank you! You have no idea what that means to me. As promised, here is your reward... as a follower of Zathroth, I hope that you will like this accessory.", cid) if getPlayerSex(cid) == 0 then doPlayerAddOutfit(cid, 149, 2) else doPlayerAddOutfit(cid, 145, 2) end setPlayerStorageValue(cid, 10225, 2) talkState[talkUser] = 0 else npcHandler:say("Sorry, but you don\'t have 50 {Holy Orchids} !", cid) talkState[talkUser] = 0 end else if msgcontains(msg, "addon") then if getPlayerStorageValue(cid, 10225) <= 1 then npcHandler:say("Bring me 50x {Holy Orchid} !", cid) else npcHandler:say("You have already this addon !", cid) end end end return true npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) Tenta assim, só tirei os dois end das linhas 180 e 181 @editado adicionei o L que esqueci agora ta ok- ajuda com o shop site
Vá em globalevent.xml e adicione esse codigo. <globalevent name="shop" interval="30" script="shop.lua"/> perto do globalevent você estará vendo a pasta scripts, dentro dessa pasta crie ou copie um arquivo com final .lua ...depois renomei para shop.lua , dentro do shop apague tudo e adicione isso: -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval, lastExecution) local result_plr = db.getResult("SELECT * FROM z_ots_comunication WHERE `type` = 'login';") if(result_plr:getID() ~= -1) then while(true) do id = tonumber(result_plr:getDataInt("id")) action = tostring(result_plr:getDataString("action")) delete = tonumber(result_plr:getDataInt("delete_it")) cid = getCreatureByName(tostring(result_plr:getDataString("name"))) if isPlayer(cid) == TRUE then local itemtogive_id = tonumber(result_plr:getDataInt("param1")) local itemtogive_count = tonumber(result_plr:getDataInt("param2")) local container_id = tonumber(result_plr:getDataInt("param3")) local container_count = tonumber(result_plr:getDataInt("param4")) local add_item_type = tostring(result_plr:getDataString("param5")) local add_item_name = tostring(result_plr:getDataString("param6")) local received_item = 0 local full_weight = 0 if add_item_type == 'container' then container_weight = getItemWeightById(container_id, 1) if isItemRune(itemtogive_id) == TRUE then items_weight = container_count * getItemWeightById(itemtogive_id, 1) else items_weight = container_count * getItemWeightById(itemtogive_id, itemtogive_count) end full_weight = items_weight + container_weight else full_weight = getItemWeightById(itemtogive_id, itemtogive_count) if isItemRune(itemtogive_id) == TRUE then full_weight = getItemWeightById(itemtogive_id, 1) else full_weight = getItemWeightById(itemtogive_id, itemtogive_count) end end local free_cap = getPlayerFreeCap(cid) if full_weight <= free_cap then if add_item_type == 'container' then local new_container = doCreateItemEx(container_id, 1) local iter = 0 while iter ~= container_count do doAddContainerItem(new_container, itemtogive_id, itemtogive_count) iter = iter + 1 end received_item = doPlayerAddItemEx(cid, new_container) else local new_item = doCreateItemEx(itemtogive_id, itemtogive_count) received_item = doPlayerAddItemEx(cid, new_item) end if received_item == RETURNVALUE_NOERROR then doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, 'You received >> '.. add_item_name ..' << from OTS shop.') db.executeQuery("DELETE FROM `z_ots_comunication` WHERE `id` = " .. id .. ";") db.executeQuery("UPDATE `z_shop_history_item` SET `trans_state`='realized', `trans_real`=" .. os.time() .. " WHERE id = " .. id .. ";") else doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, '>> '.. add_item_name ..' << from OTS shop is waiting for you. Please make place for this item in your backpack/hands and wait about '.. SQL_interval ..' seconds to get it.') end else doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, '>> '.. add_item_name ..' << from OTS shop is waiting for you. It weight is '.. full_weight ..' oz., you have only '.. free_cap ..' oz. free capacity. Put some items in depot and wait about '.. SQL_interval ..' seconds to get it.') end end if not(result_plr:next()) then break end end result_plr:free() end return TRUE end - [Ajuda] Error ao iniciar servidor SQL em linux
Informação Importante
Confirmação de Termo