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

    [Netherlands] 8.54 PVP/RPG Omegaserver [NO EASY MODE]

    We are back, for good now! You wont recognize the previous server! Connection Info: IP: omegaserver.hopto.org Port: 7171 Client: 8.54 Website: http://omegaserver.hopto.org:9090 This server is not like 80% of the servers where you have 200kk money at level 200! Getting money and addons are...
  2. dizoxur

    Solved [ACTIONS] How to remove 1 charge of a rune using actions?

    Well here's my manarune script: function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(itemEx.uid) == TRUE then local level, mlevel = getPlayerLevel(cid), getPlayerMagLevel(cid) local mana_minimum = level * 1 + mlevel * 3 local mana_maximum =...
  3. dizoxur

    [MOVEMENTS] Movement doesn't work, why?

    Well here's the script: Movements.xml <movevent type="StepIn" actionid="10201" event="script" value="PitsOfInferno/MagicWallEntrance.lua" /> MagicWallEntrance.lua local position = {x=920, y=545, z=8} local position2 = {x=912, y=525, z=8} function onStepIn(cid, item, pos) if...
  4. dizoxur

    How to change lookdirection of monsters (mapeditor)

    Well I'm using Remere's map editor and I want to change the lookdirection of some spawns. How can I do this? Thanks
  5. dizoxur

    Solved Why aren't my boots working (ITEMS.XML) + showattributes

    Well I want to give them extra stats, +3 every skill but it doesn't seem to work. Weird thing is that the other items I gave + stats do work... So, what am I doing wrong? This is the part of the boots copied from items.xml <item id="11113" name="donation boots"> <attribute key="slotType"...
  6. dizoxur

    Solved Can I go on the phpmyadmin page of my hoster and how?

    Well so the title describes the problem I guess :p I want to login on my hoster's phpmyadmin page, with the password. Is this possible and how? Because I want to be able to edit player/accounts and other information there. Thanks in advance :)
  7. dizoxur

    Lua Questions about blessing-system

    Well here I am again for another question for the pro's around here :p So I was taking a closer look at the blessing-system in my config.lua and I was wondering how to make this work: I want players to lose lose like 4-7% experience when they die AFTER they bought full blessings and...
  8. dizoxur

    [Monster] How do I make my training monk not move?

    Well the problem is he always walks out of his training cabin, and I don't wat him to :p Is there any way I can make sure he doesn't move? I tried to set his speed to 0 but that didn't help... Here's the script: <?xml version="1.0" encoding="UTF-8"?> <monster name="Training Monk"...
  9. dizoxur

    Map?

    Does anyone know what map they're using? Thanks!
  10. dizoxur

    [SOLVED] Where/How can I edit skills of players?

    I'm just wondering, where can I edit them? Will give rep!
  11. dizoxur

    Gesior's AAC 0.3.6 bugs on internet explorer

    Well, everything works fine on firefox, but when people load my website on internet explorer, nothing is displayed. They have to scroll down to see the text... Can anyone help me? Will rep++
  12. dizoxur

    [Europe] [8.54] [RPG/PVP] [NEW] Omega

    We just opened our new server Omega! We worked like 2 months on this server already and are still updating it. But it's time for the release, so please give us a try! Please create an account on: http://omegaserver.hopto.org:9090 Please use FIREFOX, because it's a little bugged with...
  13. dizoxur

    Sweaty Cyclops [rep +]

    Can anyone tell me what's wrong with my script or post a working one? I will give rep! local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState= {} function onCreatureAppear(cid)...
  14. dizoxur

    Some error I keep getting due to an NPC

    Using the rune npc from this thread: http://otland.net/f83/backpack-runes-contains-all-runes-23522/ This is the script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  15. dizoxur

    People are able to connect to my otserv but not to the AAC page

    Well people can connect to my serverip but they can't connect to the gesior's aac page of it. I can connect to it but that's because I'm on the pc of the server... Can anyone tell me what to do please? Will give rep if you help me solve my problem!
  16. dizoxur

    Changing equipment of newly created characters?

    Well I'm working on a war server? I'm using The War Server v1.1 and I am trying to make the real characters of trimera on my server. The problem is that I want to change the equipment and inventory from newly created characters made by the in-game account manager. I can't find this, can...
Back
Top Bottom