Solutions
-
Matheus Lirou's post in (Resolvido)[Error] Gesior Shop was marked as the answer$save_transaction = 'INSERT INTO '.$SQL->tableName('z_shop_history_item').' (id, to_name, to_account, from_nick, from_account, price, offer_id, trans_state, trans_start, trans_real) VALUES ('.$SQL->lastInsertId().', '.$SQL->quote($buy_player->getName()).', '.$SQL->quote($buy_player_account->getId()).', '.$SQL->quote($buy_from).', '.$SQL->quote($account_logged->getId()).', '.$SQL->quote($buy_offer['points']).', '.$SQL->quote($buy_offer['name']).', \'wait\', '.$SQL->quote(time()).', \'0\');';
RESOLVI !, É SÓ APAGAR "z_shop_history_item" E FAZER DENOVO NO MYSQL !
-
Matheus Lirou's post in (Resolvido)[VIP] No nome, por item was marked as the answerObrigado Modifiquei Um Script e Funcionou ! REP+
Pra Quem Esta Com a Mesma Duvida Segue o Tutorial a Seguir:
Vá Em Data/Actions/Scripts e Crie Um Arquivo Chamado vipname.lua e Cole Isso Dentro:
local config = { removeItem = "yes", strInName = "[VIP] " } config.removeItem = getBooleanFromString(config.removeItem) function onUse(cid, item, fromPosition, itemEx, toPosition) local name, guid = getCreatureName(cid), getPlayerGUID(cid) doRemoveItem(item.uid, config.removeItem and 1 or 0) doRemoveCreature(cid) db.query("UPDATE `players` SET `name` = '"..config.strInName..""..name.."' WHERE `id` = "..guid..";") return true end
Agora Vá Em Actions.Xml e Adicione Essa Linha:
<action itemid="9004" script="vipname.lua" />
Pronto ! Basta Entrar No Seu Servidor e Criar Um Item Com o ID " 9004 " e Dar Use Nele Que Ele Sumira e Adicionara [VIP] Ao Seu Nome.
-
Matheus Lirou's post in (Resolvido)[GESIOR] Ajuda Por Favor ! was marked as the answerNão Entendi Qual Confg.PHP?
-
Matheus Lirou's post in (Resolvido)[ERRO] Gesior Acc was marked as the answerTÓPICO RESOLVIDO [ SÓ TROCAR A VERSÃO DO XAMPP PRA 1.7.3 ]
-
Matheus Lirou's post in (Resolvido)Como faço pra copiar uma cidade inteira no RME? was marked as the answerTem um tutorial aqui no tibiaking espero ter te ajudado:
TUTORIAL: http://www.tibiaking.com/forum/topic/11102-mapping-juntando-1-mapa-ao-outro/