Ir para conteúdo
  • Cadastre-se

lamina

Membro
  • Total de itens

    211
  • Registro em

  • Última visita

Tudo que lamina postou

  1. Não, ta funcionando normal @Edit Aqui, tirei um outro erro: 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 npcHandler:se
  2. Olá, Daaniel Essa parte, já está tudo certo, o problema é que o NPC pega os itens mais não entrega o addon. =/
  3. Tem como fazer pra quando o player dar use no item, adicionar a mount ?
  4. Olá Alguem pode atualiza esse script pra min para tfs 1.0 ? Tipo não consegui fazer ele entregar o addon pro player, ele pega os itens mais n entrega os addons =x http://pastebin.com/nws8xHmK 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,
  5. Se esse code não funcionar usem esse: Em /events/scripts/player.lua: Substitua: function Player:onGainExperience(target, exp, rawExp) return exp end Por: function Player:onGainExperience(target, exp, rawExp) if self:getStorageValue(STORAGE) >= 1 then local EXTRA_EXP_RATE = 0.5 --+50% exp rate local stamina = 1 if getConfigInfo('staminaSystem') == 'yes' then stamina = (self:getPremiumDays() > 0 and self:getStamina() > 2400) and 1.5 or 0.5 end return rawExp*getConfigInfo('rateExp')*stamina*(1+EXTRA_EXP_RATE) end
  6. Acho que você está muito estressada D= Acho que esse aqui, que encontrei em outro tópico do luanluciano funciona: local rate = 50 --- porcentagem que irá ganhar a mais. function onKill(cid, target, lastHit) if hasVip(cid) then local monster = Monster(target) if not monster then return true end for id, damage in pairs(monster:getDamageMap()) do local player = Player(id) if player then local experience = damage.total / monster:getType():getHealth() * monster:getType():getExperience() local expFormula = (((experience * Game.getExperienceStage(player:getLevel(
  7. Tem que atualizar os code tudo =x Quer ajuda pra atualiza?[Acho que conseguiu ] ai você atualiza no tópico !
  8. Não, não está atualizado. Se tivesse atualizado estaria com os nomes que tem aqui: Arquivo: compat.lua function pushThing(thing) local t = {uid = 0, itemid = 0, type = 0, actionid = 0} if thing ~= nil then if thing:isItem() then t.uid = thing:getUniqueId() t.itemid = thing:getId() if ItemType(t.itemid):hasSubType() then t.type = thing:getSubType() end t.actionid = thing:getActionId() elseif thing:isCreature() then t.uid = thing:getId() t.itemid = 1 if thing:isPlayer() then t.type = 1 elseif thing:isMonster() then t.type = 2 else t.type
  9. Ta atualizado com as ultimas atualizações do forgottenserver? @Edit Olha o erro, quando fui entrar no meu char; Acho que é por que não adicionou a tabela vip_time ! Executem o comando: ALTER TABLE `accounts` ADD `vip_time` INT( 15 ) NOT NULL; Erro ao usar o item 16101: actions/scripts/ vip.lua: function onUse(cid, item) local player = Player(cid) if hasVip(cid) == false then player:sendTextMessage(MESSAGE_INFO_DESCR,"Agora voce e um player VIP.") doPlayerAddVip(cid, 2592000) -- 30 dias tempo em segudos. doRemoveItem(item.uid, 1) else player:sendTextMessage(MESSAGE_INF
  10. Não usei hospedagem paga de site, usei no dedicado debian 7, nginx. Pesquisem é bom
  11. load.compat.php: <?php if(!defined('INITIALIZED')) exit; // DEFINE VARIABLES FOR SCRIPTS AND LAYOUTS (no more notices 'undefinied variable'!) if(!isset($_REQUEST['subtopic']) || empty($_REQUEST['subtopic']) || is_array($_REQUEST['subtopic'])) { $_REQUEST['subtopic'] = "latestnews"; } else $_REQUEST['subtopic'] = (string) $_REQUEST['subtopic']; if(Functions::isValidFolderName($_REQUEST['subtopic'])) { if(Website::fileExists("pages/" . $_REQUEST['subtopic'] . ".php")) { $subtopic = $_REQUEST['subtopic']; } else new Error_Critic('CRITICAL ERROR', 'Cannot load page <b>' . h
  12. Linha 62: $layout_ini = parse_ini_file($layout_name.'/layout_config.ini'); 63: foreach($layout_ini as $key => $value) 249: $config['status'] = parse_ini_file('cache/DONT_EDIT_serverstatus.txt');
  13. Acho que entendi, vou testar.. 5 min Olha no que deu: Warning: parse_ini_file() has been disabled for security reasons in /home/anticagl/public_html/system/load.compat.php on line 62 Warning: Invalid argument supplied for foreach() in /home/anticagl/public_html/system/load.compat.php on line 63 Warning: parse_ini_file() has been disabled for security reasons in /home/anticagl/public_html/system/load.compat.php on line 249 Me explica melhor ai, que não entendi n =/
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo