Ir para conteúdo

Volnei02

Membro
  • Registro em

  • Última visita

Tudo que Volnei02 postou

  1. template(site) usado pls?
  2. alguem manja de modern aac? eu tenho um site e baixei um template diferente e queria muda-lo para esse que baixei porem sou um animal e n estou conseguindo, já fiz de tudo e nada, alguem poderia me ajudar? como eu quero que fique>> e como eu fiz: http://imgur.com/a/LCIQf < nao consegui passar disso up up
  3. nao tem site amigao?
  4. Volnei02 postou uma resposta no tópico em Suporte Tibia OTServer
    bom estou com um projeto de wodbo 8.60 mais meu aura ele pega normal mais nao aparece o efeito local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, 91) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_LIGHT) setConditionParam(condition, CONDITION_PARAM_LIGHT_LEVEL, 8) setConditionParam(condition, CONDITION_PARAM_LIGHT_COLOR, 215) setConditionParam(condition, CONDITION_PARAM_TICKS, 30000) setCombatCondition(combat, condition) function onCastSpell(cid, var) return doCombat(cid, combat, var) end se alguem poder arrumar, ele pega normal, mais o efeito nao pega. ai a mesma coisa que o big regeneration local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 700.0, 725.0) function onCastSpell(cid, var) local pos1 = {x = getPlayerPosition(cid).x + 0, y = getPlayerPosition(cid).y + 0, z = getPlayerPosition(cid).z} doSendMagicEffect(pos1, 87) return doCombat(cid, combat, var) end o efeito nao pega.
  5. Volnei02 respondeu ao post em um tópico de Volnei02 em Suporte Tibia OTServer
    é acho que nem vai da, server de wodbo é 8.00 nao tem nenhum
  6. Volnei02 respondeu ao post em um tópico de Volnei02 em Suporte Tibia OTServer
    como troco a distro?
  7. Volnei02 respondeu ao post em um tópico de Volnei02 em Suporte Tibia OTServer
    puts agora fudeu
  8. Volnei02 respondeu ao post em um tópico de Volnei02 em Suporte Tibia OTServer
    ainda nao funcionou msm bug quando liga server esse é meu loguin.lua function onLogin(cid) registerCreatureEvent(cid, "maxLevel") if (getPlayerVocation(cid) == 303) or (getPlayerVocation(cid) == 304) or (getPlayerVocation(cid) == 305) or (getPlayerVocation(cid) == 306) or (getPlayerVocation(cid) == 307) or (getPlayerVocation(cid) == 308) or (getPlayerVocation(cid) == 309) or (getPlayerVocation(cid) == 310) or (getPlayerVocation(cid) == 311) or (getPlayerVocation(cid) == 312) then doSetCreatureOutfit(cid, 237, -1) return 1 end
  9. Volnei02 respondeu ao post em um tópico de Volnei02 em Suporte Tibia OTServer
    <?xml version="1.0"?> <creaturescripts> <event type="logout" name="PlayerLogout" script="logout.lua" /> <event type="login" name="firstitems" script="effect.lua"/> <event type="advance" name="maxLevel" event="script" value="maxLevel.lua"/> </creaturescripts> esse é meu creaturescripts.xml
  10. Volnei02 respondeu ao post em um tópico de Volnei02 em Suporte Tibia OTServer
    A IMAGEM DO ERRO ESTÁ AI, se alguem poder me ajudar sim ele upa normal Se Não Funfa Tenta Essa: Tabem Tem Essas: vlw mais nao ajudou, pois ainda continua com o msm erro quando abro o server
  11. VLW FUNCIONOU PERFEITAMENTE, só mais 1 pergunta como transformo em segundos? queria por a cada 20 segundos
  12. Volnei02 postou uma resposta no tópico em Suporte Tibia OTServer
    GALERA PRECISO DE UMA AJUDA DE VCS, EU TENHO UM SERVER 8.0, E QUERIA POR UM LEVEL MAX NELE EU JÁ CRIEI VARIOS ARQUIVOS EM creaturescripts mais toda vez que vou abrir o server ele da erro e nao funciona aqui o script do level max function onAdvance(cid, skill, oldLevel, newLevel) if getplayerLevel >= 631 then doPlayerAddLevel(cid, -1) doPlayerSendTextMessage(cid,25,"Voce atingiu o Maximo de level.") end return true end no creaturescripts está assim: <event type="advance" name="maxlevel" event="script" value="maxlevel.lua"/> e no loguin a script: function onLogin(cid) registerCreatureEvent(cid, "maxlevel") if (getPlayerVocation(cid) == 303) or (getPlayerVocation(cid) == 304) or (getPlayerVocation(cid) == 305) or (getPlayerVocation(cid) == 306) or (getPlayerVocation(cid) == 307) or (getPlayerVocation(cid) == 308) or (getPlayerVocation(cid) == 309) or (getPlayerVocation(cid) == 310) or (getPlayerVocation(cid) == 311) or (getPlayerVocation(cid) == 312) then doSetCreatureOutfit(cid, 237, -1) return 1 end e msm assim nao funciona alguem poderia me ajudar? ou me mandar pronto?
  13. bom eu tenho um server de dbo e dps que passa do level 631 tem que desbugar, mais tem gente que usa o desbug pra upar, queria por um tempo nele, é por um item e nao por npc function onUse(cid, item, frompos, item2, topos) if item.itemid == 5785 and doPlayerRemoveMoney(cid,500000) == 1 and getPlayerLevel (cid) >= 200 then doSendMagicEffect(topos,14) doPlayerSay(cid,"Level Desbugado",16) addLevel(cid,1) doSendMagicEffect(topos,14) doPlayerSay(cid,"Level Desbugado",16) else doPlayerSay(cid,"Sorry Custa 50 Gold",16) doPlayerSendCancel(cid,"Sorry no have Lvl 500!") end return 1 end ai está o comando se alguem conseguir me ajudar arrumando, ficarei grato.
  14. nenhuma dessas pegou o meu actions está assim function onUse(cid, item, frompos, item2, topos) if item.uid == 7101 then queststatus = getPlayerStorageValue(cid,7101) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Senzu Bean.") doPlayerAddItem(cid,2673,1) setPlayerStorageValue(cid,7101,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7102 then queststatus = getPlayerStorageValue(cid,7102) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Golden Scroll.") doPlayerAddItem(cid,5882,2) setPlayerStorageValue(cid,7102,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7103 then queststatus = getPlayerStorageValue(cid,7103) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Super C17 Armor.") doPlayerAddItem(cid,2655,1) setPlayerStorageValue(cid,7103,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7104 then queststatus = getPlayerStorageValue(cid,7104) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Goku SSJ5 Legs.") doPlayerAddItem(cid,2469,1) setPlayerStorageValue(cid,7104,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7105 then queststatus = getPlayerStorageValue(cid,7105) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Sunglasses.") doPlayerAddItem(cid,2461,1) setPlayerStorageValue(cid,7105,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7106 then queststatus = getPlayerStorageValue(cid,7106) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Kame Staff.") doPlayerAddItem(cid,2448,1) setPlayerStorageValue(cid,7106,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7107 then queststatus = getPlayerStorageValue(cid,7107) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Boots.") doPlayerAddItem(cid,2358,1) setPlayerStorageValue(cid,7107,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7108 then queststatus = getPlayerStorageValue(cid,7108) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a bardock legs.") doPlayerAddItem(cid,2460,1) setPlayerStorageValue(cid,7108,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7109 then queststatus = getPlayerStorageValue(cid,7109) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a bardock armor.") doPlayerAddItem(cid,2658,1) setPlayerStorageValue(cid,7109,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7110 then queststatus = getPlayerStorageValue(cid,7110) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Gun.") doPlayerAddItem(cid,2182,1) setPlayerStorageValue(cid,7110,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7111 then queststatus = getPlayerStorageValue(cid,7111) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Red Ki.") doPlayerAddItem(cid,2191,1) setPlayerStorageValue(cid,7111,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7112 then queststatus = getPlayerStorageValue(cid,7112) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Namek Power.") doPlayerAddItem(cid,2456,1) setPlayerStorageValue(cid,7112,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7113 then queststatus = getPlayerStorageValue(cid,7113) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a helmet.") doPlayerAddItem(cid,2459,1) setPlayerStorageValue(cid,7113,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7114 then queststatus = getPlayerStorageValue(cid,7114) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a helmet.") doPlayerAddItem(cid,2342,1) setPlayerStorageValue(cid,7114,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7115 then queststatus = getPlayerStorageValue(cid,7115) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a armor.") doPlayerAddItem(cid,2467,1) setPlayerStorageValue(cid,7115,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7116 then queststatus = getPlayerStorageValue(cid,7116) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a legs.") doPlayerAddItem(cid,2495,1) setPlayerStorageValue(cid,7116,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7117 then queststatus = getPlayerStorageValue(cid,7117) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Boots.") doPlayerAddItem(cid,2644,1) setPlayerStorageValue(cid,7117,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7118 then queststatus = getPlayerStorageValue(cid,7118) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Glove.") doPlayerAddItem(cid,2381,1) setPlayerStorageValue(cid,7118,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7119 then queststatus = getPlayerStorageValue(cid,7119) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Sword.") doPlayerAddItem(cid,2406,1) setPlayerStorageValue(cid,7119,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7121 then queststatus = getPlayerStorageValue(cid,7121) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Legs.") doPlayerAddItem(cid,2648,1) setPlayerStorageValue(cid,7121,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7122 then queststatus = getPlayerStorageValue(cid,7122) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a claw.") doPlayerAddItem(cid,2427,1) setPlayerStorageValue(cid,7122,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7123 then queststatus = getPlayerStorageValue(cid,7123) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a red ki.") doPlayerAddItem(cid,2191,1) setPlayerStorageValue(cid,7123,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7124 then queststatus = getPlayerStorageValue(cid,7124) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a bardock bandana.") doPlayerAddItem(cid,2471,1) setPlayerStorageValue(cid,7124,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7125 then queststatus = getPlayerStorageValue(cid,7125) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a frozen armor.") doPlayerAddItem(cid,2657,1) setPlayerStorageValue(cid,7125,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7126 then queststatus = getPlayerStorageValue(cid,7126) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a frozen sword.") doPlayerAddItem(cid,2446,1) setPlayerStorageValue(cid,7126,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7127 then queststatus = getPlayerStorageValue(cid,7127) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a majin power.") doPlayerAddItem(cid,5914,1) setPlayerStorageValue(cid,7127,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7128 then queststatus = getPlayerStorageValue(cid,7128) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a 50 Senzu.") doPlayerAddItem(cid,2673,50) setPlayerStorageValue(cid,7128,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7129 then queststatus = getPlayerStorageValue(cid,7129) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a strong staff.") doPlayerAddItem(cid,7421,1) setPlayerStorageValue(cid,7129,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7130 then queststatus = getPlayerStorageValue(cid,7130) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a brolly bandana.") doPlayerAddItem(cid,2496,1) setPlayerStorageValue(cid,7130,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7131 then queststatus = getPlayerStorageValue(cid,7131) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a shin armor.") doPlayerAddItem(cid,2653,1) setPlayerStorageValue(cid,7131,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7132 then queststatus = getPlayerStorageValue(cid,7132) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a majin boots.") doPlayerAddItem(cid,2646,1) setPlayerStorageValue(cid,7132,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7133 then queststatus = getPlayerStorageValue(cid,7133) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a sword of ice.") doPlayerAddItem(cid,7386,1) setPlayerStorageValue(cid,7133,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7120 then queststatus = getPlayerStorageValue(cid,7120) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a capsule.") doPlayerAddItem(cid,1999,1) setPlayerStorageValue(cid,7120,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7140 then queststatus = getPlayerStorageValue(cid,7140) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a map.") doPlayerAddItem(cid,1952,1) setPlayerStorageValue(cid,7140,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7141 then queststatus = getPlayerStorageValue(cid,7141) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a jacket.") doPlayerAddItem(cid,2534,1) setPlayerStorageValue(cid,7141,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7142 then queststatus = getPlayerStorageValue(cid,7142) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a mask.") doPlayerAddItem(cid,2482,1) setPlayerStorageValue(cid,7142,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7143 then queststatus = getPlayerStorageValue(cid,7143) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a red capsule.") doPlayerAddItem(cid,2001,1) setPlayerStorageValue(cid,7143,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7144 then queststatus = getPlayerStorageValue(cid,7144) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a human boots.") doPlayerAddItem(cid,3982,1) setPlayerStorageValue(cid,7144,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7145 then queststatus = getPlayerStorageValue(cid,7145) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a gotem armor.") doPlayerAddItem(cid,2654,1) setPlayerStorageValue(cid,7145,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7146 then queststatus = getPlayerStorageValue(cid,7146) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a viking helmet.") doPlayerAddItem(cid,2663,1) setPlayerStorageValue(cid,7146,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7147 then queststatus = getPlayerStorageValue(cid,7147) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a makankosappo power.") doPlayerAddItem(cid,2455,1) setPlayerStorageValue(cid,7147,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7148 then queststatus = getPlayerStorageValue(cid,7148) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a right key.") doPlayerAddItem(cid,2086,1) setPlayerStorageValue(cid,7148,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7149 then queststatus = getPlayerStorageValue(cid,7149) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a left key.") doPlayerAddItem(cid,2090,1) setPlayerStorageValue(cid,7149,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7150 then queststatus = getPlayerStorageValue(cid,7150) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a blue ki.") doPlayerAddItem(cid,2190,1) setPlayerStorageValue(cid,7150,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7151 then queststatus = getPlayerStorageValue(cid,7151) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a brooch.") doPlayerAddItem(cid,2318,1) setPlayerStorageValue(cid,7151,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7152 then queststatus = getPlayerStorageValue(cid,7152) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a frozen helmet.") doPlayerAddItem(cid,2490,1) setPlayerStorageValue(cid,7152,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7153 then queststatus = getPlayerStorageValue(cid,7153) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a ice armor.") doPlayerAddItem(cid,2523,1) setPlayerStorageValue(cid,7153,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7154 then queststatus = getPlayerStorageValue(cid,7154) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a ice legs.") doPlayerAddItem(cid,2521,1) setPlayerStorageValue(cid,7154,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7155 then queststatus = getPlayerStorageValue(cid,7155) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a sword.") doPlayerAddItem(cid,2400,1) setPlayerStorageValue(cid,7155,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7160 then queststatus = getPlayerStorageValue(cid,7160) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Vulcanic Glove.") doPlayerAddItem(cid,2386,1) setPlayerStorageValue(cid,7160,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7162 then queststatus = getPlayerStorageValue(cid,7162) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have find Strong Glove deep inside the cocon.") doPlayerAddItem(cid,2387,1) setPlayerStorageValue(cid,7162,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7163 then queststatus = getPlayerStorageValue(cid,7163) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"There is something glowing inside.") doPlayerAddItem(cid,2400,1) setPlayerStorageValue(cid,7163,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7164 then queststatus = getPlayerStorageValue(cid,7164) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Oh! Its exp booster.") doPlayerAddItem(cid,5880,1) setPlayerStorageValue(cid,7164,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7165 then queststatus = getPlayerStorageValue(cid,7165) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Its an chain saw o.O") doPlayerAddItem(cid,2321,1) setPlayerStorageValue(cid,7165,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7166 then queststatus = getPlayerStorageValue(cid,7166) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,2262,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7167 then queststatus = getPlayerStorageValue(cid,7167) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,2263,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7168 then queststatus = getPlayerStorageValue(cid,7168) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,2264,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7169 then queststatus = getPlayerStorageValue(cid,7169) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,2673,100) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7170 then queststatus = getPlayerStorageValue(cid,7170) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,5888,100) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7171 then queststatus = getPlayerStorageValue(cid,7171) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,2543,100) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7172 then queststatus = getPlayerStorageValue(cid,7172) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,2547,100) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7173 then queststatus = getPlayerStorageValue(cid,7173) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"wtf") doPlayerAddItem(cid,6300,1) else doPlayerSendTextMessage(cid,22,"There is nothing inside.") end elseif item.uid == 7174 then queststatus = getPlayerStorageValue(cid,7173) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You found c18 armor") doPlayerAddItem(cid,2508,1) else doPlayerSendTextMessage(cid,22,"It\'s emply.") end end return 1 end TEM VARIOS AI QUERIA ADC O DO RED SENZU AQUI TB
  15. ALGUEM ME MANDA UM PRONTO? A ID DA BAG É 1999, E A ID DA RED SENZU É 2666, E A QUANTIDADE QUE EU QUERO É A BAG CHEIA QUE NO TOTAL DA 3000 DE RED SENZU. SE ALGUEM CONSEGUIR ME MANDAR PRONTO N ESTOU CONSEGuINDO
  16. Mais tipo até deu certo mais ali em quantidade eu coloco 3000, mais só vai 100
  17. BOM GALERA TENHO UM SERVER DE WODBO E PRECISO DE UMA AJUDA QUERO FAZER UMA QUEST ONDE NO FINAL, O ITEM SEJA UMA BAG, COM ITENS DENTRO, MAIS NAO ESTOU CONSEGUINDO FAZER elseif item.uid == 6905 then queststatus = getPlayerStorageValue(cid,7105) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Red Senzu.") doPlayerAddItem(cid,1999,1) setPlayerStorageValue(cid,7105,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end O 1999 É O ID DA BAG AI QUERIA POR ITENS DENTRO
  18. database? isto é mt confuso

Informação Importante

Confirmação de Termo