
Tudo que Rusherzin postou
-
(Resolvido)Annihilator Quest
Ué, tenta assim então:
-
(Resolvido)Annihilator Quest
Tenta assim:
-
(Resolvido)Annihilator Quest
Ela só pode ser feita uma vez no dia, eu creio.. tenta assim: Quais mensagens queres adicionar? E em qual situação?
-
(Resolvido)Annihilator Quest
local playerPosition = { {x = 500, y = 755, z = 9, stackpos = STACKPOS_TOP_CREATURE}, {x = 499, y = 755, z = 9, stackpos = STACKPOS_TOP_CREATURE}, {x = 498, y = 755, z = 9, stackpos = STACKPOS_TOP_CREATURE}, {x = 497, y = 755, z = 9, stackpos = STACKPOS_TOP_CREATURE} } local newPosition = { {x=500, y=755, z=10}, {x=499, y=755, z=10}, {x=498, y=755, z=10}, {x=497, y=755, z=10} } local demonPosition = { {x=498, y=753, z=10}, {x=500, y=753, z=10}, {x=499, y=757, z=10}, {x=497, y=757, z=10}, {x=502, y=755, z=10}, {x=501, y=755, z=10} } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = {0, 0, 0, 0} local failed = TRUE local count = 0 item.new = 1946 if(item.itemid == 1945) then if(os.time(t) >= (getGlobalStorageValue(9000) + 3600)) then for i = 1, 4 do player[i] = getThingfromPos(playerPosition[i]) if(player[i].itemid > 0) then if(isPlayer(player[i].uid) == TRUE) then if(getPlayerStorageValue(player[i].uid, 9000) <= 0) then if(getPlayerLevel(player[i].uid) >= 100 or getPlayerAccess(player[i].uid) >= 3) then failed = FALSE count = count + 1 end end end end if(failed == TRUE) then doTransformItem(item.uid, 1946) return TRUE end end if(count == 4) then for i = 1, 6 do doSummonCreature("Demon", demonPosition[i]) end for i = 1, 4 do doSendMagicEffect(playerPosition[i], CONST_ME_POFF) doTeleportThing(player[i].uid, newPosition[i], FALSE) doSendMagicEffect(newPosition[i], CONST_ME_ENERGYAREA) setPlayerStorageValue(player[i].uid, 9000, 1) end setGlobalStorageValue(9000, os.time(t)) end end else item.new = 1945 end doTransformItem(item.uid, item.new) return TRUE end Coloca actionid 9000 na alavanca e configura as posições no script..
- (Resolvido)Ajuda atal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]:
- (Resolvido)Ajuda atal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]:
- (Resolvido)Ajuda atal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]:
- (Resolvido)Ajuda atal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]:
-
(Resolvido)TIRAR SITE DE OT SERVER
Configura no seu config.lua: newPlayerSpawnPosX = 143 newPlayerSpawnPosY = 61 newPlayerSpawnPosZ = 8 newPlayerTownId = 1 E/ou tenta arrumar manualmente pelo SQLiteStudio a posição do Account Manager..
-
(Resolvido)TIRAR SITE DE OT SERVER
Abre a sua database no SQLite, aperta alt + e adiciona essa query no campo: DROP TABLE IF EXISTS z_ots_comunication; CREATE TABLE z_ots_comunication ( id INT( 11 ) NOT NULL, name VARCHAR( 255 ) NOT NULL, type VARCHAR( 255 ) NOT NULL, [action] VARCHAR( 255 ) NOT NULL, param1 VARCHAR( 255 ) NOT NULL, param2 VARCHAR( 255 ) NOT NULL, param3 VARCHAR( 255 ) NOT NULL, param4 VARCHAR( 255 ) NOT NULL, param5 VARCHAR( 255 ) NOT NULL, param6 VARCHAR( 255 ) NOT NULL, param7 VARCHAR( 255 ) NOT NULL, delete_it INT( 2 ) NOT NULL DEFAULT '1', PRIMARY KEY ( id ) ); E depois pressione F9.
-
(Resolvido)TIRAR SITE DE OT SERVER
Okay, boa sorte com seu otserver.. qualquer outra dúvida é só postar. xD
-
(Resolvido)TIRAR SITE DE OT SERVER
Só procurar no config.lua sqlType = "mysql" e botar: sqlType = "sqlite" Se der algum outro erro é só postar..
-
Erro Entrada + Login E CreateAccount
Você adicionou essa entrada no index.php?
-
(Resolvido)Bug nas vocações do site
Vish, tenta botar ambos então: $vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight', 5 => 'Master Sorcerer', 6 => 'Elder Druid', 7 => 'Royal Paladin', 8 => 'Elite Knight', 9 => 'Hell Wizard', 10 => 'High Saintess', 11 => 'Force Archer', 12 => 'Titan Blader'); $vocation_name[0][1] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight', 5 => 'Master Sorcerer', 6 => 'Elder Druid', 7 => 'Royal Paladin', 8 => 'Elite Knight', 9 => 'Hell Wizard', 10 => 'High Saintess', 11 => 'Force Archer', 12 => 'Titan Blader'); Aqui, funciona numa boa ;/
-
(Resolvido)Bug nas vocações do site
$vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight', 5 => 'Master Sorcerer', 6 => 'Elder Druid', 7 => 'Royal Paladin', 8 => 'Elite Knight', 9 => 'Hell Wizard', 10 => 'High Saintess', 11 => 'Force Archer', 12 => 'Titan Blader'); Tenta assim, na de cima..
-
(Resolvido)Bug nas vocações do site
$vocation_name[0][1] = array(5 => 'Master Sorcerer', 6 => 'Elder Druid', 7 => 'Royal Paladin', 8 => 'Elite Knight', 9 => 'Hell Wizard', 10 => 'High Saintess', 11 => 'Force Archer', 12 => 'Titan Blader');
-
Guild War AJUDA
Tem que usar MySQL para o war system funcionar corretamente..
-
Duvida com um erro do champ!
Man, tenta usar essa DB: Full Database for Gesior.rar Qualquer outro erro, só postar..
-
(Resolvido)Invadiram meu site com ACC MANAGER E ROOK SAMPLE ( AJUDA? )
Database sem senha?
- (Resolvido)Error Mysql Player set LastLogin
- (Resolvido)Error Mysql Player set LastLogin
- (Resolvido)Error Mysql Player set LastLogin
- (Resolvido)Error Mysql Player set LastLogin
- (Resolvido)Error Mysql Player set LastLogin
-
(Resolvido)Apache
Comigo o erro foi quando tentei usar um site com MySQLi e eu não sabia como funcionava, mas o gesior que tenho aqui funciona normalmente nele e irei postar ele para download quando eu terminar..