Ir para conteúdo

Rusherzin

Membro
  • Registro em

  • Última visita

Tudo que Rusherzin postou

  1. Tenta executar isso: 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 ;
  2. Vá em htdocs/config/config.ini Vai estar mais ou menos assim: install = "no" server_path = "D:/Minhas imagens/Anderson/Arquivos Que Eu Mais Uso/The End V0.6/Sem WAR Baiak Edited by DaNgeR [8.60] MySQL/" signatures = "1" Você deixa assim: install = "yes" server_path = "DIRETORIO DO SEU SERVER" signatures = "1" E coloca ali o diretório do seu servidor, ou seja, o caminho até a pasta onde ele está.
  3. Eu uso esse AQUI em 8.54 e é só colocar a imagem no formato e tamanho original que fica certinho.
  4. Não sei se vai resolver seu problema, mas, acho que vai tirar alguns daqueles erros Executa la no phpMyAdmin: alter table 'accounts' add column 'vipdays' INT NOT NULL;
  5. Não sei o que pode ser, tenta usar esse gesior AQUI. Se der qualquer erro quando for tentar instalar novamente, poste aqui que eu tentarei ajudá-lo.
  6. Já vi muitos destes problemas, tenta usar o Xampp 1.7.3.
  7. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Tenta executar essas isso lá no phpMyAdmin: 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;
  8. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Você adicionou o UniqueId "31311" à bigorna?
  9. Não sei se é assim, mas.. Na época em que eu mexia com sites, para fazer um backup eu ia la no phpMyAdmin e clicava na aba Exportar(ou Export - não me lembro bem) Exportava o meu banco de dados e salvava em algum diretório do pc. Depois, quando der algum erro no banco de dados e você precisar restaurar o que tinha salvo, volta lá e Importa ele de onde você salvou..
  10. Pelo que vi no script, só para o Player. Mas, aconselho a criar outro char na mesma conta e testar..
  11. Pode ser qualquer número, não sei qual é o limite, mas tenta usar tipo: 9898,8989.. Sei que essas funcionam porque eu as uso.
  12. Vish, nesse caso eu não sei o que fazer.. Tenta mudar as senhas (account name/password) pelo phpMyAdmin..
  13. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Qual o erro que está dando?
  14. Não tenho certeza, mas, tenta isso: ALTER TABLE `players` ADD `exphist8` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist7`, ADD `exphist9` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist8`, ADD `exphist10` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist9`, ADD `exphist11` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist10`, ADD `exphist12` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist11`, ADD `exphist13` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist12`, ADD `exphist14` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist13`, ADD `exphist15` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist14`, ADD `exphist16` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist15`, ADD `exphist17` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist16`, ADD `exphist18` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist17`, ADD `exphist19` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist18`, ADD `exphist20` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist19`, ADD `exphist21` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist20`, ADD `exphist22` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist21`, ADD `exphist23` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist22`, ADD `exphist24` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist23`, ADD `exphist25` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist24`, ADD `exphist26` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist25`, ADD `exphist27` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist26`, ADD `exphist28` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist27`, ADD `exphist29` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist28`, ADD `exphist30` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist29`, ADD `exphist31` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist30`, ADD `onlinetime8` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime7`, ADD `onlinetime9` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime8`, ADD `onlinetime10` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime9`, ADD `onlinetime11` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime10`, ADD `onlinetime12` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime11`, ADD `onlinetime13` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime12`, ADD `onlinetime14` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime13`, ADD `onlinetime15` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime14`, ADD `onlinetime16` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime15`, ADD `onlinetime17` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime16`, ADD `onlinetime18` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime17`, ADD `onlinetime19` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime18`, ADD `onlinetime20` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime19`, ADD `onlinetime21` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime20`, ADD `onlinetime22` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime21`, ADD `onlinetime23` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime22`, ADD `onlinetime24` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime23`, ADD `onlinetime25` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime24`, ADD `onlinetime26` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime25`, ADD `onlinetime27` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime26`, ADD `onlinetime28` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime27`, ADD `onlinetime29` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime28`, ADD `onlinetime30` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime29`, ADD `onlinetime31` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime30`;
  15. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Copia os erros e cola aí para a gente saber o que é..
  16. Procurei um pouco e só o que achei foi isso: Attributes incraseMagicPercent (acrescenta dano magico) healthGain (Hp que ganha) healtTicks (Intervalo de heal do Hp) manaGain (Mana que ganha) manaTicks (Intervalo de heal de Mana) absorbPercentPhysical (% que absorve o fisico) absorbPercentEnergy (% que absorve o energia) absorbPercentPoison (% absorve o poison) absorbPercentFire (% absorve o fogo) absorbPercentLifeDrain (% absorve o lifeDrain) invisible (fica invisivel) skillFist (skill de fist) skillDistance (skill de distance) skillSword (skill na sword) skillClub (skill na club) skillAxe (skill no axe) manashield (serve como utamo vita) speed (adiciona velocidade) invisible (adiciona invisibilidade) maxHitPoints (acrescenta Vida) maxHitPointsPercent (acrescenta Vida) maxManaPoints (acrescenta Mana) maxManaPointsPercent (acrescenta mana) soulPoints (acrescenta soul) soulPointsPercent (acrescenta os pontos de soul) magicPoints (acresnta Ml) maiclevelpoints (acrescenta ML) magicPointsPercent (acrescenta ML) absorbPercentAll (Protege contra tudo absorbPercentManaDrain (absorve manaDrain) absorbPercentDrown (absore His acuaticos) suppressDrunk (da Imunidade conta drunk seria Bebado) suppressEnergy (da imunidade contra energia) suppressFire (imunidade contra fire) suppressPoison (iminidade contra posion) suppressLifeDrain (imunidade a life drain) suppressDrown (imunidade a drown) suppressFreeze (imunidade a gelo) suppressDazzle (imunidade contra Holy) suppressCurse (imunidade contra death) duration (duraçao do Item) decayTo (quando o Item se trasforma em outro exemplo o Dead Human ele vai virando eskeleto de acordo com o tempo) description (adicionar uma descrisao no item) floorchange (para deser Scadas sempre adicione Down no atributo) effect (adicionado um efeito) allowpickupable (Não sei) blockprojectile (Não sei) levelDoor (para adicionar lvl door) weaponType (serve para adicionar se e Sword,axe,club,Distance) shootType (adicionando efect do attack exemplo [Smallstone]) range (adicionar a distancia de onde ele ataca) containerSize (adicionar containr em backpack) damage (adicionar o tempo do damage em field) ticks o (tempo que o damage dura) ammoType (o tipo da muniçao como arrow & bolt) slotType (exemplo arma de 2 mao two-handed) armor (adicionar armor no item) attack (adicionar attack no item) hitChance (adicionar a chance do Hit) ammoAction (exemplo para remover o Bolt Ou arrow adicione removecount) defense (adicionar defesa no item) weight (adicionar peso No item) elementFire (adicionar damage de fire no item) elementIce (adicionar damage de ice no item) elementPoison (adicionar elemento de Poison no Item) elementEnergy (adicionar elemento de enrgia no item) elementDeath (adicionar elemento de death no item) elementHoly (adicionar elemento de Holy no item) preventLoss (para que nao perca items serve como uma aol) Slots: two-handed legs body feet Shield Head Sword Axe Club Distance Não sei se todos realmente existem ou se estão bem explicados, mas você vai tentando usá-los.. Boa sorte
  17. Tenta executar isso no phpMyAdmin: ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0'; UPDATE `players` SET `exphist_lastexp`=`players`.`experience`;
  18. Creio que seja só alterar aggressive= "0" para aggressive= "1". Ficando assim: <instant name="ultra damage" words="Danger Attack" lvl="45" mana="1000" aggressive="1" selftarget="1" exhaustion="500" needlearn="0" event="script" value="attack/Danger attack.lua"> <vocation id="1"/> <vocation id="2"/> <vocation id="3"/> Tenta aí
  19. Acho que é só ir no phpMyAdmin e executar isso: ALTER TABLE `accounts` ADD `vip_time` int(11) NOT NULL DEFAULT 0;
  20. Acho que isso se arruma na tag dessa magia no spells.xml, posta ela aí.
  21. Mas ele pediu só as tags para usar no items.xml para criar novos items, com atributos diferentes..
  22. E a tag no movements.xml tu adicionaste? <movevent type="Equip" itemid="7899" slot="armor" event="function" value="onEquipItem"> </movevent> <movevent type="DeEquip" itemid="7899" slot="armor" event="function" value="onDeEquipItem"/>
  23. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Mas o banco de dados que conta em servidor Mysql é o do phpMyAdmin, ou seja, ao meu ver era para estar funcionando. Vou tentar descobrir o erro, mas espero que alguém saiba qual é o problema.
  24. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Bom, aparentemente no seu config.lua está com tudo certo. O único motivo além disso que consigo imaginar é se você criou a database com o nome "otserv" mesmo..
  25. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Seu servidor é com site?

Informação Importante

Confirmação de Termo