
Tudo que Rusherzin postou
-
(Resolvido)Erro na database mysql
Sim, para rodar em mysql tu precisas de uma database, é só ver algum tutorial de como criar sites que conseguirá criá-la.
-
(Resolvido)[HELP] {ACTION}
function onUse(cid, item, topos) if item.itemid == 2345 and getPlayerStorageValue(cid, 9001) < 1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "foi teleportado.") doTeleportThing(cid,{x=141, y=9, z=7}) setPlayerStorageValue(cid, 9001, 1) doPlayerRemoveItem(cid, 2345, 1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "nao pode!") end return true end
-
(Resolvido)Erro na database mysql
Criaste tua database com nome "theforgottenserver" ?
-
[Ajuda] Spell Que Teletransporta Pro Templo
Vish, não faço ideia do que pode ser :/ espero que alguém possa ajudá-lo..
- (Resolvido)[ajuda~] Script Exp pergaminho
-
[Ajuda] Spell Que Teletransporta Pro Templo
Deu algum erro na distro?
-
[Ajuda] Spell Que Teletransporta Pro Templo
Nunca fiz uma spell antes, mas dei uma olhada aqui e tentei: function onCastSpell(cid, var) local pos = {x= 1, y=2, z= 3} if isPlayer(cid) and getTilePzInfo(getCreaturePosition(cid)) == TRUE then doTeleportThing(cid, pos) end return true end Obs: não testei
-
[Ajuda] Spell Que Teletransporta Pro Templo
Pode ser uma talkaction? Ou tens preferência por spell?
-
(Resolvido)[ajuda~] Script Exp pergaminho
Não testei: function onUse(cid, item, frompos, item2, topos) local exp = getPlayerLevel(cid) + 1000 if isPlayer(cid) then doRemoveItem(item.uid, 1) doSendMagicEffect(topos,14) doPlayerSay(cid,"Opá upei 1000 Levels.",1) doPlayerAddExp(cid, (getExperienceForLevel(exp) - getPlayerExperience(cid))) end return true end
- (Resolvido)[ajuda~] Script Exp pergaminho
-
(Resolvido)Trocar versão do cliente ( Dat e Spr )
Cara, acho que dá para fazer isso com o Object Builder, tu importas a spr 8.54 e salva como 8.60
- (Resolvido)Mysql - Cap padrão 0
-
(Resolvido)(AJUDA) Trainers room
Também pode estar acontecendo que você não está com a opção de Mostrar Criaturas, aperte F e veja se o monster aparece..
-
Erro Rank GESIOR !
Tenta executar na sua DB UPDATE `accounts` SET `flag` = '' WHERE `flag` IS NULL;
- (Resolvido)[AJUDA] TalkActions erro
- (Resolvido)[AJUDA] TalkActions erro
-
hu3
- AJUDA GALERA ANNA FEHH TBM PFV SEQUENCIA DE ERROS AKI..
Sem ver os scripts ninguém vai poder ajudar.. :/- [PEDIDO] Tile remove bless
Não testei, fiz aqui na caixa de códigos function onStepIn(cid) if isPlayer(cid) then doPlayerAddBlessing(cid, 0) end return true end movements.xml <movevent type="StepIn" actionid="xxxx" event="script" value="blesstile.lua"/>- (Resolvido)Tile que só pode passa algumas vocaçao.
Não testei.. local vocations = {1,2,3,4,5,6,7,8} -- Vocs local entermsg = "Welcome" -- Msg se puder passar local failmsg = "Sorry, but you aren\'t the right vocation" -- Msg se não tiver voc certa function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if isPlayer(cid) then if isInArray(vocations,getPlayerVocation(cid)) then doPlayerSendTextMessage(cid,25,entermsg) doSendAnimatedText(getCreaturePosition(cid), "WELCOME!", TEXTCOLOR_RED) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_FIREWORK_RED) else doTeleportThing(cid,fromPosition) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) doPlayerSendTextMessage(cid,25,failmsg) end return true end end movements.xml <movevent type="StepIn" actionid="xxx" event="script" value="voctile.lua"/>- (Resolvido)Como Remover Protection Zone RME
- Como bota ip fixo no client
Nunca mexi nele, mas, vi em algum lugar assim: Vai em modules\client_entergame e abra o entergame.lua e procure por: EnterGame.setUniqueServer E logo abaixo vai estar o IP, mude pelo seu..- Como bota ip fixo no client
Ah, o OTClient?- Como bota ip fixo no client
Pode usar o site da vapus, só escolher o ip e a versão: LINK AQUI Se estiver com alguma outra dúvida, é só postá-la- ( NEW ) WEB SITE
- AJUDA GALERA ANNA FEHH TBM PFV SEQUENCIA DE ERROS AKI..
Informação Importante
Confirmação de Termo