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

    [MAP] Bugged Razachai and Zao

    Make sure when you map that you use the same items.otb from your server in your mapeditor. Kind Regards,
  2. OldXar

    Making 2 Servers? xD Help!

    Those are the standard ports lol, if you have a second server running you cannot use the same ports -.-
  3. OldXar

    Making 2 Servers? xD Help!

    Diffirent port,... :P
  4. OldXar

    How to start a server on a notebook connected by wifi

    Port: 7171 Port: 7172 Port: 8090 (if you are using that one for your website)
  5. OldXar

    Door/Tile script help.

    function onStepIn(cid, item, position, fromPos, fromPosition) storage = 2500 if getPlayerStorageValue(cid, storage) >= 1 then setPlayerStorageValue(cid, storage, 1) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_FIREWORK_RED) doPlayerSendTextMessage(cid, 27, "You have...
  6. OldXar

    Elf Bot Script is needed

    Cheater http://www.youtube.com/watch?v=1EJXTh4HMAE :mad: :mad: :mad:
  7. OldXar

    Lua den exit and stay with the training target monk in my ot

    I don't understand gibberish but I'll do the best I can to understand you. and what I understand is that you want to attack monks while you exit out ? config.lua stopAttackingAtExit = true or,.... stopAttackingAtExit = false Btw, use google translate next time... it works way...
  8. OldXar

    Linux Character List Load but I can't enter on the server PLXX HELP ;/

    So I'm concluding that you are the only one with the problem ? Instead of joining your server with 127.0.0.1 try to use your IPv4 address. Start > Cmd > write: ipconfig
  9. OldXar

    Lua Oracle (luaGetCreatureStorage) Creature not found

    I've tested this script and it works now, you will have to change your position again though ;P local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  10. OldXar

    Windows 8.0 .dat in 7.6 client?

    What do you mean with can't use them ? Are you talking about weapons, equipment,.. something else ? Ofcourse if it's weapons and equipment you will need to add the weapon scripts and the movements for equipment,.. "Equip", "DeEquip". A bit more information pls ; )
  11. OldXar

    Linux Character List Load but I can't enter on the server PLXX HELP ;/

    Are you using a wireless connection ?
  12. OldXar

    Why can I see char list but not login?

    If you want help from people you can ask that with RESPECT dickface
  13. OldXar

    Solved Summoned creatures won't die.

    I just have a standard creaturescripts.xml , I've double checked it and I can't notice any mistakes, however here it is: <creaturescripts> <event type="login" name="PlayerLogin" event="script" value="login.lua"/> <event type="joinchannel" name="GuildMotd" event="script"...
  14. OldXar

    Solved Summoned creatures won't die.

    -Bump- :)
  15. OldXar

    Solved Summoned creatures won't die.

    I've been looking on the forum and google to find this but I can't seem to gather any information about this issue. When I'm using the spell utevo res "fire elemental (this problem is with any creature btw) my summons follow and attack like they are supposed to. When the summon gets killed...
  16. OldXar

    .Dat Editor (8.60)

    It's up to you really, but I'm using 0.3.6pl1 :) If you need more information on adding sprites this tutorial will give you a lot of help ! http://otland.net/f479/how-make-own-items-30-pictures-full-explain-74873/#post767410
  17. OldXar

    .Dat Editor (8.60)

    I'm using the 8.54 client for custom sprites ; )
  18. OldXar

    House Problem

    Yes, I know you are trying to help but I know how to map houses, the problem is that they are not entering in my Mysql database.... Kind Regards,
  19. OldXar

    Lua getCreatureHealth(cid)

    Hey, Does anyone know if you can use getCreatureHealth(cid) to check for the health of multiple players ? Kind Regards,
  20. OldXar

    ps2 spellen tekoop!

    Ik speelde een paar jaar terug op Isara sinds 7.6 als "Old-Xar, Old-Xar Pala, Lord Old-Xar" :P
Back
Top