Ir para conteúdo

FeehGusso

Campones
  • Total de itens

    65
  • Registro em

  • Última visita

Tudo que FeehGusso postou

  1. sistema muito bom... perfeito
  2. eh o seguinte... ja criei topico sobre isso e ninguem responde... eu tenhu sistema vip no meu ot... se eu cria um char chamado por ex :eddy ox ele vira vip e fika [VIP] eddy ox. mais se eu for criar OUTRO char chamado eddy ox ele dexa... dai nao da o nick (pke ja tem 1 [vip] eddy ox] e o char fika deslogando sem para... so que cada vez q desloga dobra vida e mana... tem como blokear isso? Valeu
  3. MINHA DUVIDA AINDA NAO FOI RESOLVIDA... EU USO SISTEMA DO KYDRAI NAO DE STORAGE... ALGUEM FAZ PRA MIM PARA O SISTEMA DO KYDRAI?
  4. Muito bom o topico... mas axei um "erro" ... eu modifiquei e deu certo... eh aki ow... caso "exphist"; $ Subtópico = "exphist"; $ Assunto = "Powergamers"; include ("exphist.php"); break; COLOKEM ASSIM case "exphist"; $topic = "exphist"; $subtopic = "Powergamers"; include ("exphist.php"); break; Valeu
  5. FeehGusso

    Novo Layout Tibia,

    Galera... eu keria o layout desse site http://www.infinity-sky.org/sv1 ontem tem no canto eskerdo <<<< NEWS ACCOUNT e talz... eu keria a cor q tem em baxo. no xampp ele tem esse nome. button-background se alguem tiver... ;S
  6. ja que eh tao simples vc poderia fazer para mim? eu uso sistema do kydrai... Valeu ae
  7. FeehGusso

    Website Duvida

    Bom é o seguinte,aki meu shopping é normal mais tenho 1 duvida eu púis os itens ..e keria por um SET o problema ke o set nao fica em ordem..ele fica no meio dos itens bem magunçado..keria saber como ke muda a ORDEM dos itens do shop..vlw esperando resposta
  8. *-------* .. VLW AII conseguii *-*..desculpa ai gente é ke eu nao sei direito..tipo oke eu keria é Exura San Exana mort , Exura Vita ..era na UH mesmo *-*..vlw aii (L)..éé ki healling nao é minha area xd..mexo em actions , talkations , movements config lua..issu assim so healling ke eu n sei ..Mas enfim valew aii (:
  9. FeehGusso

    Healling [Ajuda]

    Boom gente é o seguinte..meu sistema de HEALLING é por ML tipo magic level 6 eu helo 1000 , magic 10 eu healo 1500..certo de boua..mais eu keria um sistema diferente..tipo Sistema de Level ke vc heale mais de acordo ao seu lvl ..nao com magic ..tipo posso ta com 99999999 de ml e lvl 8 ..vo hela 50..kero ke tipo o level..to level maior vou healar mais ..tipo lvl 500 heala 1000 ,level 1000 healo 2k ..assim por adiante..se alguem souver fazer manda mensagem aki grato..esperando resposta !
  10. FeehGusso

    [Healling] Ajuda .

    Boom gente é o seguinte..meu sistema de HEALLING é por ML tipo magic level 6 eu helo 1000 , magic 10 eu healo 1500..certo de boua..mais eu keria um sistema diferente..tipo Sistema de Level ke vc heale mais de acordo ao seu lvl ..nao com magic ..tipo posso ta com 99999999 de ml e lvl 8 ..vo hela 50..kero ke tipo o level..to level maior vou healar mais ..tipo lvl 500 heala 1000 ,level 1000 healo 2k ..assim por adiante..se alguem souver fazer manda mensagem aki grato..esperando resposta !
  11. manow... aki deu tudu certo tmb... compro vip ele vira "slayer" knight. acaba vip ele volta a "elite" Knight. POREM o site continua elite knight... so muda pra slayer se eu COMPRA a promotion pelo npc... se pode ajuda?
  12. AEEEEEEEEEEEE... valeu kydrai... se kiser usar no teu sistema fikara perfeito... eu uso seu sistema de /addvip player, 10 (dias. ) EU TI AMO CARA... simplesmente vcs sao os melhores... (L) Flow ae *--*
  13. cara... vc pode me mandar o script pronto ja com esse codigo? Valeu
  14. sim cara... tudu bem... e que eu tenhu varias duvidas ainda... meu jogo ta pronto aki... falta so faze esse sistema vip ai... e paga dominio para meu site fikar online... mais tudu esta pronto... estou 1 ano editando ele... me desculpa se te ofendi tambem... vou esperar que alguem me ajude... relembrando... o char desloga e dobra vida e mana... mas tipo ele desloga 2 vezes fazendo com q dobre a vida e mana 2 vezes intende? se eu abri o phpadmin e colokar o nick [VIP] no char isso para de acontece... e fika normal sem dobra nada... porem da akele erro ali no mysql so isso... se alguem puder ajudar... Valeu
  15. Cara... tentei fazer uma script para seu sistem vip por login... de uma olhada. function onLogin(cid) if (isVip(cid) == TRUE and string.match(getCreatureName(cid), "%p%a+%p") ~= '[VIP]') or (isVip(cid) == FALSE and string.match(getCreatureName(cid), "%p%a+%p") == '[VIP]') then doPlayerSendTextMessage(cid, 4, "Você vai ser kikado em 10 segundos para mudar seu nome.") addEvent(doChangeStats, 10000, cid) end return TRUE end function doChangeStats(cid) local ne = string.match(getCreatureName(cid), "%p%a+%p") == '[VIP]' and string.sub(getCreatureName(cid), 7) or "[VIP] " .. getCreatureName(cid) local id = getPlayerGUID(cid) if string.match(getCreatureName(cid), "%p%a+%p") == '[VIP]' then setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)/2) setCreatureMaxMana(cid, getCreatureMaxMana(cid)/2) doCreatureAddHealth(cid, getCreatureMaxHealth(cid)/2) doCreatureAddMana(cid, getCreatureMaxMana(cid)/2) else setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)*2) setCreatureMaxMana(cid, getCreatureMaxMana(cid)*2) doCreatureAddHealth(cid, getCreatureMaxHealth(cid)*2) doCreatureAddMana(cid, getCreatureMaxMana(cid)*2) end doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `name` = `"..ne.."` WHERE `id` = "..id) end ele dobra a life e a mana do player normal... porem esta dando este erro no executavel... [10/04/2011 00:45:43] mysql_real_query(): UPDATE `players` SET `name` = `[VIP] Eddy Ox` WHERE `id` = 7 - MYSQL ERROR: Unknown column '[VIP] Eddy Ox' in 'field list' (1054) [10/04/2011 00:45:43] Eddy Ox has logged in. tem como vc me ajudar? eh muito urgente.
  16. Cara... eu tenhu uns 5 topicos aki nao respondidos... se kise mando o link de todos... vc me ajudou muito... pena q nao sabe lidar com mysql... o char ta sendo deslogado sem para... e dobrando a vida a cada vez q loga... tem como vc dexa entao sem o nick vip... dexa so para dobrar vida e mana? Amigo , estou aki para esclarecer minhas duvidas... se vc venho aki para me chingar e humilhar nao responda... otro dia quadno vc nao tiver de TPM me responda normalmente , sem groceria.. eu fui groceiro com vc?..nao entao nao tenha falta de respeito comigo.. estou aki na humildade e vc me desacata ...
  17. Cara... funciono um pedaço... tipo aparece isso no char 23:49 Você vai ser kikado em 10 segundos para mudar seu nome. ai ele desloga normal... TA DOBRANDO A VIDA E A LIFE SIM... so nao da o nick [VIP] e aparece isso no executave la... [09/04/2011 23:50:11] mysql_real_query(): UPDATE `players` SET `name` = `[VIP] Kelly Slayer` WHERE `id` = 15 - MYSQL ERROR: Unknown column '[VIP] Kelly Slayer' in 'field list' (1054) [09/04/2011 23:50:11] Kelly Slayer has logged in. se puder ajudar... Eh sempre assim... agt cria um topico alguem responde 1 vez e nunca mais responde... o tpíco fika parado... e nem sempre a duvida eh resolvida... ninguem aki pode me ajudar?
  18. Duvida Sanada ! Bye
  19. Cara... eu fiz tudu certinho. deu tudu certo. da vip em todos os characters da conta e tudu ... sistema eh perfeito mesmo... mais nao consigo fazer o chao para os players passarem... eu fiz oke vc falo do viptile ali e nao da certo... mesmo colokando o id 15000 no chao o player passa e nao acontece nada. da para ajudar? Valeu aaaaaaa... descobri pke... tinha funcionado sim... mais o player vip entra na area vip e nao acontece nada... tem como vc refaze o viptile com efeitos quando o vip entra? e tambem colokar uma fala do tipo Bem vindo a area vip ! tem como?
  20. Cara eu fiz passo a passo... mais olha aonde foi parar o pagamento. alguem pode me ajudar a colocar ele no shop? preciso urgente. Eskesse... ja consegui.
  21. Eh o seguinte... eu tenhu um sistema vip por item... esta funcionando normal... mais quando eu ativo ele e relogo ele da o seguinte erro. [31/03/2011 21:43:31] mysql_real_query(): UPDATE `players` SET `name` = `[VIP] [ADM] Eddy Ox` WHERE `id` = 11 - MYSQL ERROR: Unknown column '[VIP] [ADM] Eddy Ox' in 'field list' (1054) Pke o sistema eh por login. ou seja. quando o player reloga era pra da o nick [VIP] Dobrar a life e a mana... se alguem precisa da script eu mando... mais eu preciso muito de ajuda... e outra... quando eu ativo a vip no site nao aparece VIP ACCOUNT... continua assim: Vip Status: NOT VIP EH URGENTEEEEEEEEEEE
  22. vc pode me add no msn? eh sobre uma script q vc fez pra mim de viplogin EH URGENTE msn :rvt_nba@hotmail.com... Valeu ae :)
  23. Se alguem puder me ajudar... eu compro qualquer item pelo site q eu mesmo fiz pelo shop e ele diz o seguinte ao player por exp uma backpack : 19:01 >> Slayer Backpack << from OTS shop is waiting for you. It weight is 1882112245 oz., you have only 899324 oz. free capacity. Put some items in depot and wait about 30 seconds to get it. ai no .exe do game fala o seguinte : [29/03/2011 19:02:22] [Warning] getItemWeightById [29/03/2011 19:02:22] Calculating weight for more than 100 items! mas se o player tiver o cap necessario ele envia somente 1 item... so star q envia 100... alguem pode ajudar? e outra... quando eu ativo minha vip por item fala o seguinte : [29/03/2011 19:03:27] mysql_real_query(): UPDATE `players` SET `name` = `[VIP] Elite Sombra` WHERE `id` = 12 - MYSQL ERROR: Unknown column '[VIP] Elite Sombra' in 'field list' (1054) [29/03/2011 19:03:28] Elite Sombra has logged in. [29/03/2011 19:03:31] Elite Sombra has logged out. [29/03/2011 19:03:38] [Error - CreatureScript Interface] [29/03/2011 19:03:38] In a timer event called from: [29/03/2011 19:03:38] data/creaturescripts/scripts/vipe.lua:onLogin [29/03/2011 19:03:38] Description: [29/03/2011 19:03:38] (luaGetCreatureName) Creature not found [29/03/2011 19:03:38] [Error - CreatureScript Interface] [29/03/2011 19:03:38] In a timer event called from: [29/03/2011 19:03:38] data/creaturescripts/scripts/vipe.lua:onLogin [29/03/2011 19:03:39] Description: [29/03/2011 19:03:39] data/creaturescripts/scripts/vipe.lua:13: bad argument #1 to 'match' (string expected, got boolean) [29/03/2011 19:03:39] stack traceback: [29/03/2011 19:03:39] [C]: in function 'match' [29/03/2011 19:03:39] data/creaturescripts/scripts/vipe.lua:13: in function <data/creaturescripts/scripts/vipe.lua:11> Eh um sistema por login q da nik [VIP] , dobra a life eh a mana e retira depois q acaba... ALGUEM ME AJUDA !!!
  24. Cara... eu compro qual quer item no site e aprece isso no player quando ele vai receber 18:41 >> Vip 15 Dias. << from OTS shop is waiting for you. It weight is 185580 oz., you have only 10000 oz. free capacity. Put some items in depot and wait about 30 seconds to get it. se tiver o cap q ele pede ele envia 1 item somente... mais eh muito cap. nem um player tem isso... tem como ajudar? e outra... a vip login q vc me envio nao ta dando certo em MYSQL... da pra ajudar? da esse erro ... [29/03/2011 18:43:30] mysql_real_query(): UPDATE `players` SET `name` = `[VIP] Elite Sombra` WHERE `id` = 12 - MYSQL ERROR: Unknown column '[VIP] Elite Sombra' in 'field list' (1054) [29/03/2011 18:43:31] Elite Sombra has logged in. [29/03/2011 18:43:41] Elite Sombra has logged out. [29/03/2011 18:43:41] mysql_real_query(): UPDATE `players` SET `name` = `[VIP] Elite Sombra` WHERE `id` = 12 - MYSQL ERROR: Unknown column '[VIP] Elite Sombra' in 'field list' (1054)
  25. eu tenhu um site aki q eu fiz pelo xampp 1.7.3 ... quando eu do reload monster la fika tudu branco cheio de erros... quando clico em ultimas noticias aparece isto... Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\latestnews.php on line 148 e outro erro q da eh quando eu logo em qual quer conta e clico em my account... aparece isto. Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 396 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 396 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 396 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 396 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 381 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 381 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 381 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\pot\OTS_Account.php on line 381 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\accountmanagement.php on line 52 Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\accountmanagement.php on line 52 nao consigo por foto no shop DE JEITO NEM UM... e outra coisa... quando tento compra algum item pelo site la seja qual for aparece isto eh trans histore la... To: From: Offer name Bought on page Received on Baiak Account Manager Your account 0 23 March 2011, 19:27:40 Not realized yet. Account Manager Your account 0 23 March 2011, 21:19:03 Not realized yet. SE ALGUEM PUDER AJUDAR...
  • Quem Está Navegando   0 membros estão online

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