• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Glidarn

    Lua sceptre bug?

    When collecting the sceptre parts from ghost of a priest npc's i'm finding it really annoying when it doesnt work... so ima explain the problem down here. if(item.actionid == 130) then -- combine scepter if(getPlayerItemCount(cid, 12285) >= 1 and getPlayerItemCount(cid, 12286) >= 1 and...
  2. Glidarn

    Zaypay problem

    Maybe you alreade promoted when creating the character? maybe that's why he says "you are already promoted". On my server the players starts with promotion ^^
  3. Glidarn

    Some Questions!

    r u sure you really need port forwarding if you are using fiber? Just saying because i'm using fiber aswell and I didnt need it
  4. Glidarn

    Yalahar 10th Mission!

    np :P
  5. Glidarn

    Yalahar 10th Mission!

    yep
  6. Glidarn

    Yalahar 10th Mission!

    doTeleportThing(cid, player_pos_entrada) doSendMagicEffect(player_pos_entrada, 10) set coordinates :p i had exactly the same script but changed it for this one function onStepIn(cid, item, position, fromPosition) if getCreatureStorage(cid, 50001) == -1 then if item.actionid ==...
  7. Glidarn

    Action deleted thread

    so X should be 33113? The positions before were the same though :/ But what does that have todo with Zlak?
  8. Glidarn

    Lua UIDS Wrath

    bump
  9. Glidarn

    Action deleted thread

    ye, i changed the positions so they pop out on the other side of the gate, but then i havent touched anything in the storage thingi... my gate guardian local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  10. Glidarn

    Action deleted thread

    SOrry, forgot to reply but i solved that part. Though i'm on the zlak mission and the nothing happends
  11. Glidarn

    Lua UIDS Wrath

    bump
  12. Glidarn

    Lua UIDS Wrath

    After i have spoken to Chartan i checked the latest storage and that was the latest storage. When i tried to enter the tp (with the original script) i just bounced back 2 squares. So i checked on the map what actionIDS those tps had and then i looked for it in the scripts and found something...
  13. Glidarn

    Lua UIDS Wrath

    So baiscally want them to get teleported to these places if they have the correct storagevalue from teh quest but i tried and i'm getting some error and it doesnt work. so this is the unchanged version local safe = {x=33212, y=31066, z=9} local zao = {x=33137, y=31247, z=6} local zlak =...
  14. Glidarn

    Windows [Gesior with Xampp] Error :(

    CREATE TABLE `z_ots_comunication` ( `id` int(11) NOT NULL auto_increment, `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`...
  15. Glidarn

    Lua UIDS Wrath

    huh? I'm pretty sure i i'm trying to use it on the water...
  16. Glidarn

    Lua UIDS Wrath

    hmm, something is really weird 'cause when i use the coal thing on the water nothing happends :@ lol, hmm could it be something wrong with the item, because when you try to use an item on something and it doesnt work you usually get the test "sorry, not possible" or "you cannot use this object"...
  17. Glidarn

    Lua UIDS Wrath

    @WibbenZ, the thing is when you use the coal on the water it is suppose to disappear and you are suppose to get a storageID so you can go on with the next mission... and that's the problem since it does not work. here's the pic from that particular mission...
  18. Glidarn

    Lua UIDS Wrath

    i thought iwas all about to change the ids but apparently not, anyone know what's wrong?
  19. Glidarn

    Emporia 8.6x - OtLand Exclusive! <3

    do it yourself like everyonelse?´and ask in support if you get stuck along the way.
  20. Glidarn

    Lua UIDS Wrath

    The last problem on chartan, could you please take a look at it in the first post :)
Back
Top