Ir para conteúdo
  • Cadastre-se

Wend

Membro
  • Total de itens

    1798
  • Registro em

  • Última visita

  • Dias Ganhos

    31

Tudo que Wend postou

  1. C:\Program Files\ObjectBuilder e mim manda o seu versions.xml
  2. Show! Parabéns Tony Background e Avatar para o Youtuber Ficou De mais.
  3. execute CREATE TABLE IF NOT EXISTS `polls` ( `id` int(11) NOT NULL AUTO_INCREMENT, `player_id` int(11) NOT NULL, `poll` varchar(255) NOT NULL, `options` varchar(255) NOT NULL, `timestamp` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; CREATE TABLE IF NOT EXISTS `poll_votes` ( `poll_id` int(11) NOT NULL, `votes` varchar(255) NOT NULL, `account_id` varchar(255) NOT NULL, KEY `poll_id` (`poll_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `z_polls` ( `id` int(11) NOT NULL AUTO_INCREMENT, `q
  4. Teste: function onSay(cid, words, param, channel) local n = 1 if(param ~= '' and tonumber(param)) then n = math.max(0, tonumber(param)) end local tmp, pos = getCreaturePosition(cid), getCreaturePosition(cid) if(words:sub(2, 2) == "u") then pos.z = pos.z - n else pos.z = pos.z + n end if pos.z == 7 then elseif pos.z <= 6 then doAreaCombatHealth(0,0,pos,0,0,0,255) doCreateItem(460,1,pos) end pos = getClosestFreeTile(cid, pos, false, false) if(not pos or isInArray({pos.x, pos.y}, 0)) then doPlay
  5. Então use esse >> http://www.tibiaking.com/forum/topic/30054-otloader/
  6. Resolvido. Clique em melhor Resposta para que a Tag seja adicionada Automaticamente
  7. Para que você está querendo ? Tem esse ai que acho melhor que o IP CHANGER. Link >> http://www.tibiaking.com/forum/topic/30054-otloader/
  8. Não dar para arruma Pois vai precisar do Editor Link de um Tutorial >> http://www.tibiaking.com/forum/topic/9232-resolvendo-temple-position-is-wrong-contact-the-administrator/
  9. "data/movements/scripts/donateviiting.lua" [/b]function onStepIn(cid, item, position, fromPosition) if isPremium(cid) == FALSE then doTeleportThing(cid, fromPosition, false) doSendMagicEffect(position, CONST_ME_MAGIC_BLUE) doPlayerSendCancel(cid, "Somente players Que tem Acesso VIP podem passar.") end return TRUE end "data/movements/movements.xml" <movevent type="StepIn" actionid="15000" event="script" value="donateviiting.lua"/> Depois abra o RME e coloque actionID 15000 no Piso que dar acesso a area vip.
  10. Acesse: localhost/phpmyadmin E escolha a sua database otserv, escolha a aba sql, e cole este script e execute: CREATE TABLE IF NOT EXISTS `news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(150) DEFAULT '', `body` text, `time` int(11) DEFAULT '0', PRIMARY KEY (`id`) );
  11. 1° você adicionou alguma stone nova? qual nome dela? 2° irei ver umas coisa aqui 3° teste assim
  12. Ou outro jeito mais facil vá na Pasta data\lib e abra o configuration.lua e procure por uma parte +ou- assim do shiny oddish ["Shiny Oddish"] = {chance = 20, corpse = 12462}, quando achar +ou- isso só retirar essa linha e Reiniciar o server que vai Ficar impossivel tacar Ball no pokemon
  13. Tente assim: -- The Forgotten Server Config-- -- Account manager accountManager = true namelockManager = true newPlayerChooseVoc = true newPlayerSpawnPosX = 1000 newPlayerSpawnPosY = 1000 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = false -- Auto Combo Dedecter comboTime = 100 comboMembers = 2 comboFriends = 3 comboFriendsClearTime = 5 * 60 * 1000 comboFriendsClearInterval = 1 * 60 * 1000 comboShowAnimation = 1 -- Anti Paralyze Dedection paralyzeSlow = 10 -- decrease basespeed percent paralyzeMinTi
  14. CREATE TABLE IF NOT EXISTS `polls` ( `id` int(11) NOT NULL AUTO_INCREMENT, `player_id` int(11) NOT NULL, `poll` varchar(255) NOT NULL, `options` varchar(255) NOT NULL, `timestamp` int(11) NOT NULL, PRIMARY KEY (`id`), FOREIGN KEY (`player_id`) REFERENCES `players` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ; INSERT INTO `polls` (`player_id`, `poll`, `options`, `timestamp`) VALUES (2, 'What about this Poll System?', 'Really good|Nice!|Huh?|Worst', UNIX_TIMESTAMP()); CREATE TABLE IF NOT EXISTS `poll_votes` ( `poll_id` int(11) NOT
  15. CREATE TABLE IF NOT EXISTS `poll` ( `id` int(11) NOT NULL AUTO_INCREMENT, `question` varchar(150) , `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `date_start` datetime , `date_end` datetime , `status` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; CREATE TABLE IF NOT EXISTS `poll_votes` ( `poll_id` int(11) NOT NULL, `votes` varchar(255) NOT NULL, `account_id` varchar(255) NOT NULL, KEY `poll_id` (`poll_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  16. Acesse: localhost/phpmyadmin E escolha a sua database otserv, escolha a aba sql, e cole este script e execute: CREATE TABLE IF NOT EXISTS `news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(150) DEFAULT '', `body` text, `time` int(11) DEFAULT '0', PRIMARY KEY (`id`) );
  17. si Na BP de algum player estive com um pokemon que usou os Helds vai da erro.
  18. Marque como melhor resposta para adiciona a tag automaticamente
  19. Só seguir o tutorial e no local que ele está mandando colocar é só ir lá e ir tirando
  20. Ele já está adicionado não? eu mandei você tira o held items é por causa deles que acontece esse erros.
  21. Substitua Por esse <?xml version="1.0" encoding="utf-8"?> <versions> <version value="710" string="7.10" dat="3DFF4B2A" spr="3DFF4AEB" otb="0"/> <version value="730" string="7.30" dat="411A6233" spr="411A6279" otb="0"/> <version value="740" string="7.40" dat="41BF619C" spr="41B9EA86" otb="1"/> <version value="750" string="7.50" dat="42F81973" spr="42F81949" otb="1"/> <version value="755" string="7.55" dat="437B2B8F" spr="434F9CDE" otb="2"/> <version value="760" string="7.60" dat="439D5A33" spr="439852BE" otb="3"/> <version value="770" string
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo