• 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. K

    Lua function doCreateItemArea

    ref
  2. K

    Lua function doCreateItemArea

    It works very well and do you know how to make it create items at the top? Im add to the script: stackpos poss = {x = math.random(leftTopCorner.x, rightBottomCorner.x), y = math.random(leftTopCorner.y, rightBottomCorner.y), z = leftTopCorner.z, stackpos = 1} I tried stackpos 1, 2, 0, 255 and on...
  3. K

    Lua function doCreateItemArea

    Hello, I have a problem with a function I wrote. It is supposed to work so that from position to position it creates items, but only in places where it is possible. function Position:isWalkable() local tile = Tile(self) if not tile then return false end local ground =...
  4. K

    Lua mission global save

    Thanks, that's what I was having trouble with, but now I know everything. Will use the first option.
  5. K

    Lua mission global save

    Hi, I am writing asking if anyone has an idea how I could do a mission that resets after server save and the player could do it again? I'd like someone to guide me, I'll do the rest myself.
  6. K

    TFS 1.X+ addEvent spells monster

    thx ;) very good!
  7. K

    PHP Get count players storage

    thankks! very goood
  8. K

    PHP Get count players storage

    I need a mysql query that will return me the number of players who have storage 5000 == 1 Can anyone help?
  9. K

    TFS 1.X+ addEvent spells monster

    Hello I have such a script for a spell and I have a problem with addEvent: Position.directionOffset = { [DIRECTION_NORTH] = {x = 0, y = -1}, [DIRECTION_EAST] = {x = 1, y = 0}, [DIRECTION_SOUTH] = {x = 0, y = 1}, [DIRECTION_WEST] = {x = -1, y = 0}, [DIRECTION_SOUTHWEST] = {x...
  10. K

    TFS 1.X+ How to crash log TFS 1.2 ubuntu

    Hi how do i get the crash log? I'm using downgrade by Ninja and the server crashes sometimes. I did as here: How to make crash report(OTServ and Tfs) (https://otland.net/threads/how-to-make-crash-report-otserv-and-tfs.59083/) He gets a message :Is a directory Anyone know what the problem is?
  11. K

    Lua TFS 1.2 NPC focus

    After quickly going down the NPC continues to talk to me. stack traceback: [C]: in function '__index' data/npc/scripts/addon.lua:100: in function 'callback' data/npc/lib/npcsystem/npchandler.lua:401: in function 'onCreatureSay' data/npc/scripts/addon.lua:7: in function...
  12. K

    AAC Gesior Acc HTTP ERROR 500 view characters

    updated and it works ;) thank you!
  13. K

    [8.0] - TFS 1.2

    After quickly going down the NPC continues to talk to me. I am using the NPC Addoner which is in your distribution and it gives me an error: 7: function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end 100: doPlayerAddOutfit(cid...
  14. K

    AAC Gesior Acc HTTP ERROR 500 view characters

    When I go to the characters.php tab, it gives me an error HTTP ERROR 500. I use apache, ubuntu. I tested on windows and no problem. 1668701473 error log:
  15. K

    AAC Top Quests Gesior 2012

    thank you !!!
  16. K

    AAC Top Quests Gesior 2012

    Hi, I'm trying to convert this script to Gesior 2012: <?PHP $cache_sec = 50; $q = array(6132,0 => 12900,1 => 12424,2 => 11117,3 => 9000,4 => 8560,5 => 62201,6 => 5159,7 => 5116,8 => 2196,9 => 7697,10 => 90241,11 => 91141,12 => 90231,13 => 91631,14 => 8266,15 => 8865,16 => 8872,17 => 6433,18...
  17. K

    AAC myAcc top quests, top achievements

    Hello, I am looking for someone who will help me transfer the script from Gęsior to MyAcc. 1. Look achievements in characters 2. Look VIP in characters 3. Top Achievements 4. Top Quests 1 look achievements in characters: $osiagniecia_enabled = $config['characters']['osiagniecia'] &&...
  18. K

    Lua local print nil value

    thx you and Kubernik!
  19. K

    MyAAC v0.8.10

    Hello What about scripts? Top Achievements, Top Quests? I really like the admin panel, but I don't know what the scripts situation is like. And I have a dilemma myacc or gesior
  20. K

    Lua local print nil value

    Hi, I have such a script on manarune: local exhaust = Condition(CONDITION_EXHAUST_HEAL) exhaust:setParameter(CONDITION_PARAM_TICKS, (configManager.getNumber(configKeys.EX_ACTIONS_DELAY_INTERVAL) - 100)) -- 1000 - 100 due to exact condition timing. -100 doesn't hurt us, and players don't have...
Back
Top