• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. V

    Modern acc admin panel BUG

    i think he's using something in admin panel everything is ok on my server i disable de panel now and put the page access of God 0 possible it will solve my problem but i need to know how they hack points in my server :(
  2. V

    Modern acc admin panel BUG

    Hello in my server players can hack points with admin panel of modern acc, there's a accounts with 300, 250 points without buying anything anyone can help me with this??
  3. V

    Modern acc

    Hello i want to know if someone knows how to post image on modern acc forums i tried everything but i cannot post images... Anyone canhelp me??
  4. V

    Monster Barrier

    bump
  5. V

    Help script crashing server

    i have one works perfectly im my server thx
  6. V

    Linux Database tables get deleted randomly + need tile_items query

    DROP TABLE IF EXISTS `tile_items`; CREATE TABLE `tile_items` ( `tile_id` INT UNSIGNED NOT NULL, `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0, `sid` INT NOT NULL, `pid` INT NOT NULL DEFAULT 0, `itemtype` INT NOT NULL, `count` INT NOT NULL DEFAULT 0, `attributes` BLOB NOT...
  7. V

    Port problem.

    u shoul only portforward the ports 7171,7172 and 8080 for website make sure u are done it on your local ip
  8. V

    Help script crashing server

    solved the problem was here if not(isInArray(boots, getPlayerSlotItem(cid, 8))) then then i change to this if not (getPlayerSlotItem(cid, CONST_SLOT_FEET).itemid == 2358) then
  9. V

    Monster Barrier

    I want monsters that are in water cannot pass the beach but i dont know if i can use doTeleportThing(cid, fromPosition, true) for monsters can anyone help me with this? :) local beach = {4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641} function onStepIn(cid, item, position...
  10. V

    Boots of Water Walking

    bump
  11. V

    Help script crashing server

    I have this script but it crashes the server when reload movements anyone knows what could be? <movevent type="StepIn" itemid="4820;4821;4822;4823;4824;4825" event="script" value="waterwalk.lua"/> local grounds = {4820, 4821, 4822, 4823, 4824, 4825} local boots = {2358} local msg = "You cannot...
  12. V

    Boots of Water Walking

    i was donator but expires need only this to solve my problem help me :p
  13. V

    Boots of Water Walking

    tfs 0.4 3884
  14. V

    Boots of Water Walking

    so how i can do my server is crashing when i use this
  15. V

    Boots of Water Walking

    its crashing the server
  16. V

    Boots of Water Walking

    i use it with movements? <movevent type="StepIn" itemid="4820;4821;4822;4823;4824;4825" event="script" value="waterwalk.lua"/>
  17. V

    Boots of Water Walking

    Hello can anyone help me with this script i want that a player walk on tiles only if he's using a boots waterwalking if he isnt using he canot move and take same drowning damage. tiles of walkable water : 4820-4821-4822-4823-4824-4825 boots of waterwalking id: 2358 also when i use this...
  18. V

    Problem on check item on position

    i use this to check if if there is a item in this position if has the item will be removed but dont work anyone know whats could be? removals = { { item = 9486, pos = { x = 33303 , y = 31491 , z = 7 } }, { item = 9486, pos = { x = 33304 , y = 31491 , z = 7 } }, {...
  19. V

    Zzaion Gate

    this is working but how to add this to execute only when raids starts this is checking if the boss is in the position it will be better execute only one time when raids starts anyone have any idea ? removals = { { item = 9486, pos = { x = 33303 , y = 31491 , z = 7 } }, { item =...
  20. V

    Zzaion Gate

    fixed
Back
Top