Ir para conteúdo
  • Cadastre-se

Rusherzin

Membro
  • Total de itens

    1067
  • Registro em

  • Última visita

  • Dias Ganhos

    14

Tudo que Rusherzin postou

  1. Bom, a tua versão de gesior é diferente da minha, mas creio que o que tu está procurando é essa parte: onBlur="SendAjaxCip({DataType: \'Container\'}, {Href: \'account/ajax_accountname.php\',PostData: \'a_AccountName=\'+this.value,Method: \'POST\'}) Acredito que esteja enviando para o arquivo de nome ajax_accountname.php presente na pasta /account/ (é um dos que tu citou no post). Aconselho que abra ele e tente editar os valores que ele retorna para tentar descobrir o que está errado. Se precisar de ajuda, pode postar os arquivos que eu tento te orientar.
  2. Tu precisas ver no teu createaccount.php qual função ele está executando em cada campo para descobrir o que o AJAX está recebendo como resposta do php. No gesior que eu tenho aqui, por exemplo, a função Javascript para a account name é checkAccount() e ela se comunica com o arquivo ajax_check_account.php, dentro da própria pasta de páginas do site.
  3. Tu tens duas opções, ou cria um NPC com o nome [Server Information], ou tu remove a seguinte linha: doCreatureSay(getCreatureByName("[Server Information]"), "[DOUBLE POINTS]: Receba pontos em dobro para qualquer valores! Promoção por tempo LIMITADO!.", TALKTYPE_PRIVATE, false, cid)
  4. Pode tentar usar uma dessas sources, é só usar as tuas coisas para ver se funcionam com alguma delas. Link 1 Link 2
  5. Não entendi exatamente o que aconteceu. Qual versão de TFS está usando? O que exatamente tu fez no site que bugou o servidor? Tu compilou um TFS novo e começou a bugar?
  6. @AlphaLove Sim, mas eu não me preocuparia com pessoas conseguindo o ip da tua vps, qualquer um pode conseguir ele através do teu no-ip ou qualquer outro domínio que tu use, até mesmo através da proteção da cloudfare.
  7. Vai ter que determinar os ids para funcionar. Se eles estiverem em ordem, pode usar: (vai funcionar com itens de id 5400 até 5410) <movevent event="Equip" fromid="5400" toid="5410" slot="armor" script="armor.lua"/> Mas se não estiverem na ordem, pode fazer assim: (vai funcionar com os ids que estiverem ali) <movevent event="Equip" itemid="123;321;456" slot="armor" script="armor.lua"/>
  8. <movevent type="StepIn" actionid="48001" event="script" value="storageStep.lua"/> storageStep.lua local storage = 12000 function onStepIn(cid, item, pos, fromPosition) if not isPlayer(cid) then return true end local playerStorage = getPlayerStorageValue(cid, storage) if (playerStorage == 37) then setPlayerStorageValue(cid, storage, 38) elseif (playerStorage == 40) then setPlayerStorageValue(cid, storage, 41) end return true end
  9. UPDATE `players` SET `posx`=1, `posy`=2, `posz`=7 WHERE `name`="Nome do Personagem";
  10. @ManoelMagebott, sim, tu pode. Só tem que saber qual versão/distribuição do TFS tu está usando no Windows e ter certeza de que tem uma versão equivalente para rodar no sistema operacional que tu escolheu. Se for a mesma versão e ela funcionar no Linux, então provavelmente tudo vai dar certo.
  11. Procura no config.lua por experienceStages e coloca true no lugar de false se quiser ativar e arrumar de acordo com o stages.xml.
  12. Não, ele procura por kills entre os jogadores que fazem parte da guild, se não tiver nenhum frag, vai retornar um conjunto vazio. Tenta pegar algum kill e depois checar o site de novo.
  13. O único motivo para não aparecer seria se não tivesse kills registrados para essa guild.
  14. The project seems pretty neat, congrats. Are you guys recruiting or is this just a show off? Because this is the team formation area and I did not see anything about that in the post. (I'm not playing mod here, I was just looking for projects)
  15. Colocou o teu items.xml e items.otb do teu servidor na pasta da respectiva versão que está usando? (pasta do Remere's)
  16. Pode tentar com isso: local id = getPlayerGUID(cid) doRemoveCreature(cid, true) db.executeQuery("UPDATE `players` SET `maglevel`=1, `manaspent` = 1 WHERE `id`="..id..";") Mas não tenho certeza se vai funcionar.
  17. Aaaah, okay. Usa assim então: local healed = var.number if(healed == cid) then doPlayerSendTextMessage(cid, 27, "Não pode usar em si mesmo.") return false end
  18. Pode me mandar a tag que está usando no XML? Eu testei aqui e deu certo.
  19. Tenta assim: 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) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVbehavior == CONVERSA
  20. @Infused, tenta colocar isso depois de function onCastSpell(cid, var) local healed = getCreatureByName(var.string) if(healed == cid) then doPlayerSendTextMessage(cid, 27, "Não pode usar em si mesmo.") return false end
  21. I'm sorry, but I don't know why it's returning a bool instead of a string.
  22. I'm not sure if it's going to work because I did not test the code. Anyway, I think you can do something like this: local TItoDelete = db.storeQuery("SELECT `player_id`,`pid`,`sid`,CONVERT(`attributes` USING latin1 ) AS `attr` FROM `player_items` WHERE CONVERT(`attributes` USING latin1 ) LIKE '%timerOnExp%'") if TItoDelete then -- if the MySQL result is not empty repeat local attrstring = result.getString(TItoDelete, "attr") -- get the attribute local attrnumber = tonumber(string.sub(attrstring, -12, string.len(attrstring)-2)) -- here I try to get
  23. First of all, you need to know how is your attribute stored. Try executing the MySQL command that luanluciano posted. For example: SELECT `player_id`,`pid`,`sid`,CONVERT(`attributes` USING latin1 ) FROM `player_items` WHERE CONVERT(`attributes` USING latin1 ) LIKE '%timerOnExp%' After that, you'll get the results and know how the attribute is stored, then you need to figure out how to retrieve the data. If you're not able to do it yourself, post the results so we can try to help you with that.
  24. Tu tens que postar o teu script de order para que alguém possa ajudar. Provavelmente está em actions.
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo