Ir para conteúdo

VanWilder

Campones
  • Total de itens

    45
  • Registro em

  • Última visita

Tudo que VanWilder postou

  1. pedroben110 , Isso acontece quando vc não esta colocando a versão exata tenta fazer um client na vapus com a versão certa ,, Parabéns Pelo Server Amigo ... Sucesso Ei Mano Tou Com Uns Poblemas sera que não tem como vc fazer upload dos downloads no 4shared agradeço Alguem posta o servidor e o client no 4shared do varios rep
  2. Cara Cade o v2 ?
  3. Enviar PM Site ja esta construido mais falta umas imagens maneira entra em contato por PM e passa Skype
  4. Ae Povo Quero saber o q ta errado pq das uns erros quando ligo server pq eu criei o site compro itens no shop e ele ñ chega ? Rep + function onThink(interval, lastExecution, thinkInterval) local result = db.getResult("SELECT * FROM shop_history WHERE `processed` = 0;") if(result:getID() ~= -1) then while(true) do cid = getCreatureByName(tostring(result:getDataString("player"))) product = tonumber(result:getDataInt("product")) idTransaction = tonumber(result:getDataInt("id")) itemr = db.getResult("SELECT * FROM shop_offer WHERE `id` = "..product..";") if isPlayer(cid) then local id = tonumber(itemr:getDataInt("item")) local tid = tonumber(result:getDataInt("id")) local count = tonumber(itemr:getDataInt("count")) local tipe = tonumber(itemr:getDataInt("type")) local productn = tostring(itemr:getDataString("name")) if isInArray({5,8},tipe) then if getPlayerFreeCap(cid) >= getItemWeightById(id, count) then --if isContainer(getPlayerSlotItem(cid, 3).uid) then received = doPlayerGiveItemSHOP(cid, id, count, 0, idTransaction) --received = doAddContainerItem(getPlayerSlotItem(cid, 3).uid, id,count) if received == true then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.executeQuery("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space on container to receive >> "..productn.." <<") end --else --doPlayerSendTextMessage(cid,19, "Sorry, you don't have a container to receive >> "..productn.." <<") --end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end elseif isInArray({6,7},tipe) then if tipe == 6 then bcap = 8 bid = 1987 elseif tipe == 7 then bcap = 20 bid = 1988 end if isItemRune(id) then count = 1 end if getPlayerFreeCap(cid) >= (getItemWeightById(1987, 1) + getItemWeightById(id,count * bcap)) then --local bag = doCreateItemEx(bid, 1) --for i = 1,bcap do --doAddContainerItem(bag, id, count) --end received = doPlayerGiveItemContainer(cid, 1988, id, count, 0) --received = doPlayerAddItemEx(getPlayerSlotItem(cid, 3).uid, bag) if received == true then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.executeQuery("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end end end itemr:free() if not(result:next()) then break end end result:free() end return true end
  5. Garela quero deixar meu server 24/24 horas mais quero saber uma coisa que modem e bom e qui equipamentos nessesario para ñ da nenhun ploblema como FONTE e etc
  6. Fail a criar o pergaminho ajuda criar ae Cara Eu Uso O Serve Nto RoobHood Ajuda ae Vo Manda as Script Script Q Tá na espell function onCastSpell(cid, var) local playerpos = getPlayerPosition(cid) local targetpos = getPlayerPosition(getCreatureTarget(cid)) local cloth = getCreatureOutfit(cid) local health = getCreatureHealth(getCreatureTarget(cid)) if not isMonster(getCreatureTarget(cid)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você so deve pegar o corpo para edo tensei de ninjas e monstros selvagens.") return 0 end if health >= getCreatureMaxHealth(getCreatureTarget(cid))/100*70 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, ""..getCreatureName(getCreatureTarget(cid)).." esta resistindo ao edo tensei retire mais vida dele") return 0 end if getCreatureMaxHealth(getCreatureTarget(cid)) > getCreatureMaxHealth(cid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você so pode invocar criaturas com o poder mais baixo que o seu") return 0 end local item = doPlayerAddItem(cid, 2398) doItemSetAttribute(item, "corpse", ""..getCreatureName(getCreatureTarget(cid)).."") doItemSetAttribute(item, "health", ""..getCreatureMaxHealth(getCreatureTarget(cid)).."") doSendMagicEffect(playerpos, 2) doSendMagicEffect(targetpos, 2) doItemSetAttribute(item, "name", "Edo tensei "..getCreatureName(getCreatureTarget(cid)).."") doRemoveCreature(getCreatureTarget(cid)) return true end a Que Ta Na actions function onUse(cid, item, frompos, item2, topos) local monstro = getItemAttribute(item.uid, "corpse") local health = getItemAttribute(item.uid, "health") local name = getItemAttribute(item.uid, "monstro") if #getCreatureSummons(cid) > 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você ja esta usando uma reencarnação ou um pet") return true end if getPlayerMana(cid) < health/100*70 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você não tem chakra suficiente") return true end if getPlayerStorageValue(cid, 24436) == 1 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você não pode invocar mais de reanimação junto.") return true end t = doCreateMonster(monstro, getThingPos(cid)) doConvinceCreature(cid, t) setCreatureMaxHealth(t, health) doCreatureAddHealth(t, health) doPlayerAddMana(t, -getItemAttribute(item.uid, "health")/90) setPlayerStorageValue(cid, 24436, name) return true end Tá dando esses erros [19/05/2013 22:18:08] [Error - Spell Interface] [19/05/2013 22:18:08] data/spells/scripts/sasuke/edo tensei.lua:onCastSpell [19/05/2013 22:18:08] Description: [19/05/2013 22:18:08] (luaGetThingPosition) Thing not found [19/05/2013 22:18:08] [Error - Spell Interface] [19/05/2013 22:18:08] data/spells/scripts/sasuke/edo tensei.lua:onCastSpell [19/05/2013 22:18:08] Description: [19/05/2013 22:18:08] (luaGetCreatureHealth) Creature not found [19/05/2013 22:18:14] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: shop_history (SELECT * FROM shop_history WHERE "processed" = 0;) [19/05/2013 22:18:16] [Error - Spell Interface] [19/05/2013 22:18:16] data/spells/scripts/sasuke/edo tensei.lua:onCastSpell [19/05/2013 22:18:16] Description: [19/05/2013 22:18:16] (luaGetThingPosition) Thing not found [19/05/2013 22:18:16] [Error - Spell Interface] [19/05/2013 22:18:16] data/spells/scripts/sasuke/edo tensei.lua:onCastSpell [19/05/2013 22:18:16] Description: [19/05/2013 22:18:16] (luaGetCreatureHealth) Creature not found [19/05/2013 22:18:28] [Error - Spell Interface] [19/05/2013 22:18:28] data/spells/scripts/sasuke/edo tensei.lua:onCastSpell [19/05/2013 22:18:28] Description: [19/05/2013 22:18:28] (luaGetThingPosition) Thing not found [19/05/2013 22:18:28] [Error - Spell Interface] [19/05/2013 22:18:28] data/spells/scripts/sasuke/edo tensei.lua:onCastSpell [19/05/2013 22:18:28] Description: Quando uso meu edo tensei aparece e uma bota pq
  7. TRokei Mais ^n Funfo
  8. Alguem Responde minha duvida http://www.xtibia.com/forum/topic/210505-edo-tensei-system/
  9. Ae o Jutsu pego so qui eu alterei o id 2525 so q ñ vem nada pra usar ajuda ae ?
  10. Spr. De Spell De Jutsus De Narutibia Pain , Madara , e outros Pricipalmente o Shinra Tendei do Pain
  11. Ae garela Tem como vc´s postarem Um tutorial mais detalhado de como adicionar vocations e transform ... Agradeço Dou REP+
  12. DBO Com links online pq tem uns ae q o link ta inativo quero server Bom Postem Com Imagens e etc Dou 5 Rep++
  13. Olá pessoal, hoje vou ensinar a vocês como fazer um site com o Vertrigo. - Oque vamos precisar? Vertrigo: Clique Aqui para Baixar Gesior AAC 0.1.3 (Foi oque eu usei): Clique Aqui para Baixar Winrar: Clique Aqui para Baixar Ok, depois de você baixar é só seguir os passos e você terá seu site funcionando perfeitamente. Passo 1: Instale e inice o Vertrigo normalmente, clicando em "Hide this window and start server", você irá iniciar o servidor e ele ficara em um Tray Ico no lado do relógio. Passo 2: Vá para a pasta WWW do Vertrigo, só clicar no tray icon do Vertrigo e irá aparecer uma janela, e depois WWW Folder. Passo 3: Extraia a pasta do Gesior e mova para a pasta WWW do Vertrigo. Passo 4: Você terá que editar o arquivo config.ini que fica em \www\Gesior\config, você deverá informar o caminho para o seu OT Server. Você deve ir para a pasta do seu OT e copiar o caminho, por exemplo: C:\Users\pc\Downloads\server. Agora, você terá que abrir o arquivo config.ini e editar o caminho em server_path, provalvemente deve estar assim: server_path = "C:/Documents and Settings/User/Pulpit/TFS 4048/" Mude para o caminho do seu servidor: server_path = "C:\Users\pc\Downloads\server\" OBS: Você deve botar a ultima barra "\" ou "/" depende do S.O, é muito importante ! Passo 5: Depois de ter feitos os passos acima, agora é hora de criar a uma coluna na database, para isso é só ir no phpmyadmin, para isso acesse o link:http://127.0.0.1/phpmyadmin/. Você irá precisar da senha e do password, não se preocupe, o Vertrigo vem com a senha e o password default: root / vertrigo. Depois isso você terá que importar o arquivo mysql.sql do seu servidor, provalvemente ele está em \schemas. Passo 6: Crie um novo Banco de Dados com o nome da sua database. (Exemplo: forgottenserver) Agora, com o nosso banco de dados forgottenserver criado e selecionado, iremos importar o arquivo mysql.sql para criar as tabelas. Para fazer isso, clique no Importar lá encima Depois, clique em "Selecionar arquivo..." e navegue até a pasta do seu servidor e importe o arquivo mysql.sql (Exemplo de pasta: C:\Users\pc\Downloads\server\schemas\mysql.sql) Feito isso, clique em Executar lá embaixo Se tudo der certo, uma mensagem em verde parecida com essa aparecera: Importação finalizada com sucesso, 71 consultas executadas. Passo 7: Agora, você foi redirecionado para http://localhost/Gesior/install.php, aqui iremos instalar o site do Gesior. De página inicial você encontrara algumas informações em inglês Passo 8: Clique em 1. Set server path e veja se é o caminho certo para o seu servidor, se for, clique no botão Set server path. Passo 9: Depois disso, você terá que ver se tem conectividade com a sua database, se não der certo um erro será emitido: Can't connect to MySQL database. Se o erro aparecer, verifique se o seu config.lua está parecido com isso: sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "vertrigo" sqlDatabase = "forgottenserver" sqlFile = "forgottenserver" sqlKeepAlive = 1 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" Passo 10: Se tudo der certo, ira imprimir a seguinte mensagem: Add tables and columns to DB Installer try to add new tables and columns to database. Added columns to table accounts Added columns to table guilds. Added columns to table players Added table z_news_big (news). Added table z_news_tickers (tickers). Added table z_spells (spells list). Added table z_monsters (monsters list). All tables and columns added to database. Go to STEP 4 - Add samples Passo 11: Clique em STEP 4 - Add samples, ira aparecer uma mensagem como essa: Add samples to DB: Added first news ticker. Added first news. Added 'Rook Sample' character. Added 'Sorcerer Sample' character. Added 'Druid Sample' character. Added 'Paladin Sample' character. Added 'Knight Sample' character. Passo 12: Para mudar a conta do administrador do OT, você tem que clicar em 5. Set Admin Account. Lá você tem que colocar o seu password para se logar no OT Server, sua Account vai ser 1 e o password vai ser oque você botar lá. Depois de escolher o seu password, você deve clicar em "SET". Passo 13: Clique em Load Monsters from OTS e todos os monstros serão importados Passo 14: Clique em Load Spells from OTS e todas magias serão importadas. Pronto, o site do seu OT Server, está pronto para ficar online com o Vertrigo ! Creditos : Kimoszin
  14. Quero Saber pq Ta dando esse erro ? Duvida Sanada
  15. Vc entendeu errado instalei o Layouts ae deu esse erro Warning: parse_ini_file(layouts/dbo/layout_config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\config-and-functions.php on line 75 Warning: include(layouts/dbo/layout.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 352 Warning: include() [function.include]: Failed opening 'layouts/dbo/layout.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\index.phpon line 352 Dou Rep ++ pra quem me ajudar
  16. Deu Erro Do rep + ? deu esse erro aki = Warning: parse_ini_file(layouts/dbo/layout_config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\config-and-functions.php on line 75 Warning: include(layouts/dbo/layout.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 352 Warning: include() [function.include]: Failed opening 'layouts/dbo/layout.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\index.php on line 352
  17. Podem Ir Postando Garela !!!! Agradeço Abraços
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...