TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
dashjoe
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
dashjoe deu reputação a vankk em [PEDIDO] Mensagem aparecer para o player quando ele upar X levelfunction onAdvance(cid, skill, oldlevel, newlevel) if newlevel ~= 8 or getPlayerVocation(cid) ~= 0 then return true end doPlayerSendTextMessage(cid, 22, "Congratulations! You are ready to leave this island and choose a vocation now. Go see the Oracle over the academy in Rookgaard before you advance to level 10!") end
-
dashjoe deu reputação a Bloodwalker em [Action] Changesex por itemOlá pessoal vim postar este script que fiz para o meu server...
Funciona da mesma forma que o talkaction porem você tem que clicar em um item.
Em actions.xml adicione a tag:
Em actions/scripts crie um arquivo como nome de changesex.lua e cole:
Obs: em verde coloque o id do item que será usado. Pronto é simples, Obrigado ! -
dashjoe deu reputação a Fir3element em Como arrumar bug de falar numeros no EmporiaOTXgame.cpp, deleta isso:
StringVec strVector; strVector = explodeString(g_config.getString(ConfigManager::ADVERTISING_BLOCK), ";"); for(StringVec::iterator it = strVector.begin(); it != strVector.end(); ++it) { std::string words []= {(*it)}; int ii, length; length = sizeof(words)/sizeof(words[0]); for(ii=0; ii < int(length); ii++) { if (int(_text.find(words[ii])) > 0 || _text == words[ii]) { player->sendTextMessage(MSG_STATUS_SMALL, "You can't send this message, forbidden characters."); return false; break; } } }