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

    Help Script

    Hello, please help with this. I need a script that when players have xxxx storage, he can´t change his outfit while it have that storage value. This is not working :( do you know why? local storage = 323245 local storage2 = 323244 function onOutfit(cid, old, current) if...
  2. A

    How can I create a teleport to become a resident in a city?

    In movements/scripts, copy any file and replace name with asigntemple.lua and content inside replace with: function onStepIn(cid, item, position, fromPosition) doPlayerSetTown(cid, 1) doPlayerSendTextMessage(cid, 22, "You are now citizen of NAME TOWN 1") doTeleportThing(cid...
  3. A

    Need Help Fixing This Script

    It worked perfectly! 🙂👍 Thanks Roriscrave!
  4. A

    Need Help Fixing This Script

    Hello, Im working in a script that don´t allow a player with a storage value attack a player with the same storage value. This is ok and working, but only allows 1 storage value: local storage = 323245 function onCombat(cid, target) if getPlayerStorageValue(cid, storage) ~= -1 then...
  5. A

    Simple Change Map Script

    bump
  6. A

    Infinite Brown Mushroom

    Hello, I´m working on a WAR SERVER and I need brown mushroom to be infinite (you eat and the mushroom is not spent). Someone knows how to do it? do anyone have the script or modification I must do?
  7. A

    TalkAction Very fun Script for GODs

    Hello dear friends: In my experience, being a player is more funny than being a GOD, but sometimes you need the GOD to put some things in order. So you have to login as player, then as god and viceversa, making it very boring. I have the solution for this problem. With this talkaction you can...
  8. A

    Windows 0xc000007b running server just compiled

    I had the same problem. I was launching compiled OTX 32bits on my 64 bits PC. I installed Visual C++ 86 (to launch 32 bits programs) and problem solved. I launched OTX great after that installation. Here is download link from Microsoft...
  9. A

    [Mexico] [War - 8.6] MONSTERWAR [Tuesday 04.12.2018][20:00 GMT -3]

    Welcome to THE BEST WAR OT. I'm glad to announce that we opened our FULL WAR OT. Login now with 1-1! World: The Best War Ot (Map Rookgard Custom) Client: 8.6 Port: 7171 IP: thebestwarot.com Account Manager: 1/1 Experience From Players: 8x Skills: 1000x (stuck in 100) Magic Level: 1000x (stuck...
  10. A

    Stages Skills and Magic Level Problem 8.6 OTX 2

    Hello, I´m using "stages skills and magic level script" like: CreatureEvent - Skills & magic level stages I have a problem. I put Magic Skill 100+ x 0.1 (don´t want people have more than 100 ML Skill rate). Everything is Ok at this point, but when I put an "upgrade magic level item" as...
  11. A

    CreatureEvent Skills & magic level stages

    I have a problem. I put Magic Skill 100+ x 0.1 (don´t want people have more than 100 ML Skill rate). Everything is Ok at this point, but when I put an "upgrade magic level item" as Yalahari Mask, Magic level should go up to 102, but instead it get stucked in 100. If I want to have ML 102 I have...
  12. A

    2 WAR MAPS IN 1 (CAN BE USED WITH CHANGEMAP SCRIPT) VERSION 8.6

    Hello friends. Here is the map I used in my ot. Now I´m retired so I share the map here. I hope you like it. Is ready to play. - Version 8.6 - Tiny Rookgard WAR map (adapted for war). - Simple War Map. - Some quests RL customized (with the teleports). POI, INQUI, ANNIHILATOR, DEMON HELMET. You...
  13. A

    Warzone 4, 5, 6 / New Asuras / Falcons

    what version is it? please upload in 8.6 :D
  14. A

    RANK LEVEL BROADCAST

    Thanks very much! the second option did the trick perfectly! the first one shows the best level of offline and online players, but the second one only the players online, that is what I needed. Thanks a lot! Here is the code if somebody wants to use it: Create a file in globalevents...
  15. A

    RANK LEVEL BROADCAST

    [Error - GlobalEvent Interface] [21/11/2018 11:14:6] data/globalevents/scripts/topplayers.lua:onThink [21/11/2018 11:14:6] Description: [21/11/2018 11:14:6] data/globalevents/scripts/topplayers.lua:10: bad argument #3 to 'format' (string expected, got boolean) [21/11/2018 11:14:6] stack...
  16. A

    RANK LEVEL BROADCAST

    I will try it when I get back home! Thanks very much for colaboration. I hope it works :) I will tell you later how it goes.
Back
Top