Ir para conteúdo
  • Cadastre-se

gobr

Membro
  • Total de itens

    111
  • Registro em

  • Última visita

Tudo que gobr postou

  1. transformar 100 crystal id 2160 em 1 gold nugget id 2157
  2. sqlType = "sqlite" mude para sqlType = "mysql"
  3. female = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["nobleman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["assassin"]={156}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}} male = { ["citizen"]={128}, ["hunter"]={129}, ["mage"]={130}, ["knight"]={131}, ["nobleman"]={132},["summoner"]={133}, ["warrior"]={134}, ["barbarian"]={143}, ["druid"]={144}, ["w
  4. eu mudei somente esta função function onReceiveMail(cid, sender, item, openBox) que estava errada e o open box if(openBox) then somente isso, não tenho creditos.
  5. "testando em tfs 0.4" Esse script simplesmente ver se você tem email na sua conta. em creaturesscripts.xml <event type="receivemail" name="Mail" event="script" value="mail.lua"/> em mail.lua function onReceiveMail(cid, sender, item, openBox) if(openBox) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "New mail has arrived.") end return true end em login.lua registerCreatureEvent(cid, "Mail")
  6. ok, vlw pela ajuda feliz ano velho.
  7. resolvido a lib estava em maiusculo. so funfa tudo em minusculo
  8. tfs 0;4 [09/01/2017 12:30:46] [Error - TalkAction Interface] [09/01/2017 12:30:46] data/talkactions/scripts/BloodTalk.lua:onSay [09/01/2017 12:30:46] Description: [09/01/2017 12:30:46] data/talkactions/scripts/BloodTalk.lua:3: attempt to index global 'bloodconfig' (a nil value) [09/01/2017 12:30:46] stack traceback: [09/01/2017 12:30:46] data/talkactions/scripts/BloodTalk.lua:3: in function <data/talkactions/scripts/BloodTalk.lua:2> arquivo -- == Blood Castle Event por Killua == -- function onSay(cid, words, param, c
  9. E por fim, vá até o seu banco de dados (phpmyadmin) e insira a seguinte query: CREATE TABLE IF NOT EXISTS `snowballwar` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `score` int(11) NOT NULL, `data` varchar(255) NOT NULL, `hora` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; Ainda no phpmyadmin execute: ALTER TABLE `players` ADD `sbw_points` int(11);
  10. cara deu certo eu esqueci de falar queria que avisase Player entrou na sala isso deve ser em moviments
  11. bom tou criando um evento e vim pedir um script simples, e simplesmente criar um tp e enviar 1 msg igual todos eventos ex falta 5 minutos para o evento começar quando o tp fechar passar 30 segundos e remover as barreiras
  12. FACEBOOK: https://www.facebook.com/nubaumotserv/?skip_nax_wizard=true OLA NESSE TOPICO VOU LHES MOSTRAR A MINHA IDEIA SOBRE MEU OTSERV EU TENHO A IDEIA DE TRAZER UM OTSERV COM UM POCO MAS DE RPG UM OTSERV DE ALTO - MEDIO XP com varias ideias novas e inovadoras se vc quer me propor ideias e propostas deixa nos comentarios ou PM e se quiser participar da equipe qualquer pessoa eu estou aceitando vamos achar seu lugar na equipe rlx............
  13. vinicius o poblema e que não cria contas e as guilds que tem no otserv se criar no site n funfa ne? na config.lua deixe assim accountManager = "yes" troque por accountManager = "no" ingameGuildManagement = true troque pro ingameGuildManagement = false
  14. tenho alguns ots e estou procurando mapper webmaster e scripter pode rolar $.
  15. vai no seu PHPMYADMIN entra na DATABASE do seu ot e vai em CLICK EM SQL E IMPORTE ESSE CODIGO. CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` INT NOT NULL AUTO_INCREMENT, `guild_id` INT NOT NULL, `enemy_id` INT NOT NULL, `begin` BIGINT NOT NULL DEFAULT '0', `end` BIGINT NOT NULL DEFAULT '0', `frags` INT UNSIGNED NOT NULL DEFAULT '0', `payment` BIGINT UNSIGNED NOT NULL DEFAULT '0', `guild_kills` INT UNSIGNED NOT NULL DEFAULT '0', `enemy_kills` INT UNSIGNED NOT NULL DEFAULT '0', `status` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `
  16. ola, meu nome é Andrey e estou com meu otserv ja on a 3mes, fireot.com e tenho alguns planos para ele e preciso da ajuda de um spriting me add no skype: andreygenteboa
  17. em talkaction.xml add isso. <talkaction words="!battleinfo" event="script" value="batlleinfo.lua"/> crie battleinfo.lua em scripts e add iso dentro. function onSay(cid, words, param) local text = 'escreva aki' doShowTextDialog(cid, 2160, text) return true end
  18. na config.lua edite isso newPlayerLevel = newPlayerMagicLevel =
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo