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

    Geisor 0.3.8 Reuploaded

    be cuase old paygol script is working on it and more scripts
  2. megazx

    [SWEDEN/8.6] Cinara - ONLINE - EVO, Great Events + Wars, Active Staff!

    Nothing special and only 10 free points i cant get any thing
  3. megazx

    DATABASE

    look xampp is not secured i got hacked before when i used it but now i advice u to use uniform server as ninja said its most secured it has 2 password for the program and the data base hashed passwords no one can hack
  4. megazx

    Log in once, and no more.

    check the ip in config if u made it right and check if port 7172 is open
  5. megazx

    Lua Exp Token/MonsterOutfit/Gm Potion And Vip Tokens

    thats How it Works try it first
  6. megazx

    Lua Exp Token/MonsterOutfit/Gm Potion And Vip Tokens

    outfit doll data/actions/actions.xml <action itemid="11255" script="outfitdoll.lua"/> data/actions/scripts/outfitdoll.lua local config = { itemid = 11255, effect = 52, count = 3, storage = 55555 -- use a free storage for this function. } function onUse(cid, item, fromPosition...
  7. megazx

    Really Important.

    You Can Have Both outdoor Life And In Side Life You Dont Have To Live In the Street To Be Grown UP
  8. megazx

    Mapper Looking for a creative/experienced mapper for Cinara.net

    Really you need Mapper
  9. megazx

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    i tried zaypay on gesior 2012 and made it but its only limited on 2 Countries and they have to approve your site before they open all countries to you and you have to give them an account on your site (regular account not admin ) so they can log in and see your site then they will put you on...
  10. megazx

    [Paygol] Complete tutorial with photos and scripts!

    i made a part of it that is how u add it in the buy points and i receive the money but no points sent
  11. megazx

    Solved Magic wall rune

    could u give us the fixed mw
  12. megazx

    Solved Magic wall rune

    this is the part that should be or no pvp zone
  13. megazx

    Solved Magic wall rune

    if getTileInfo(getThingPos(cid)).protection or getTileInfo(pos).protection then return not doPlayerSendDefaultCancel(cid, RETURNVALUE_ACTIONNOTPERMITTEDINPROTECTIONZONE) end this line any one can change it to no pvp zone not protection zone
  14. megazx

    Solved Not enough memory

    this is the npc handler http://www.mediafire.com/download/3fpjf5736iuid16/npchandler.lua
  15. megazx

    Solved Magic wall rune

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) function MagicWallTime(pos, delay) doSendAnimatedText(pos, delay, 215) if delay ~= 1 then addEvent(MagicWallTime, 1000, pos, delay -1) end end function onCastSpell(cid, var) local pos =...
  16. megazx

    [Paygol] Complete tutorial with photos and scripts!

    i need a script that work for gesior 2012
  17. megazx

    Solved Not enough memory

    sebastian local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  18. megazx

    Solved Not enough memory

    -- Include the Advanced NPC System dofile(getDataDir() .. 'npc/lib/npcsystem/npcsystem.lua') function selfIdle() following = false attacking = false selfAttackCreature(0) target = 0 end function selfSayChannel(cid, message) return selfSay(message, cid, false) end function...
  19. megazx

    [GESIOR] Gryphon and Valhalla Reupload

    re upload and how to make it work
Back
Top