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

    Chest Lags.

    thx for the script, But it doesnt work. It spawns me POI stuff. :S And i dont want a bag to come with. I ONLY want 5cc on a working script :S
  2. W

    Chest Lags.

    Hi, i have 8.54 server . When i have the server on for a few hours My chests lag, When you press on them,. and get an item. The whole server lags for like 0,5 seconds. and then it's back again, rly annoying, I get this error in console [26/04/2011 22:30:11] [Error - Action Interface]...
  3. W

    Gamemaster I am Searching for a gamemaster to my server.

    Read what i wrote - PM Me if you're interested.
  4. W

    First items doesnt work :S

    Then i can change the samples?
  5. W

    First items doesnt work :S

    hey, i cant change the first items. I have gesior 8.54 and i tried to change the Samples, but when i relog with a sample the items doesnt save the sample just gets resetted to the old items. I have a XML file in Myserver/mods/firstitems.xml Looks like this <?xml version="1.0"...
  6. W

    Gamemaster I am Searching for a gamemaster to my server.

    Slave? Please get off my thread if u dont have anything better to say. I will only give Gamemaster, other ranks are just abusive and if i see good results there might be a promotion who knows. But apparently you're not experienced enough so if you were me you would just hand out a community...
  7. W

    Gamemaster Looking for a Gamemaster job

    If you're still available check out my thread. http://otland.net/f61/i-am-searching-gamemaster-my-server-127290/ PM me we can chat further.
  8. W

    Gamemaster I am Searching for a gamemaster to my server.

    Hai, I've started a server with my RL Mate , he's the mapper I'm the hoster. It's an edited Armonia map we have edited everything and added ALOT of quests and hunting places It's a normal 8.54 server with a website. I'm a lazy guy but my mapper is active and all he does is mapping it's...
  9. W

    Lua TP Spawns when monster killed.

    Thanks !! Works man ! :D luv u xoxo <3
  10. W

    Lua TP Spawns when monster killed.

    Hi , I've looked everywere without any results. Where do i find an action script were a teleport spawns when a monster dies? :S
  11. W

    Server lag when pressing on chests.

    function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 1040) < 1 then local bp = doPlayerAddItem(cid, 8888, 1) doAddContainerItem(bp, 2152, 100) doAddContainerItem(bp, 2273, 10) doAddContainerItem(bp, 2268, 10) doAddContainerItem(bp, 2313, 30)...
  12. W

    Server lag when pressing on chests.

    Hello, got a 0.3.6 , 8.54 server when people presses on the chests in game, i get this error in console [12/03/2011 22:59:37] [Error - Action Interface] [12/03/2011 22:59:37] data/actions/scripts/quests/master archer's armor.lua:onUse [12/03/2011 22:59:38] Description: [12/03/2011...
  13. W

    !pacc doesnt work wtf .

    hello, i have a 0.3.6 , 8.54 server. I had !pacc a while ago to get premium, now all of a sudden it doesnt work, cant find it in talkactions.xml or the scripts, tried downloading several servers and it's not there either. how do i fix this mess?
  14. W

    Daopay - sweden!?!?

    solved, i had the price too low. if u got the same issue, higher the price. i had like 0.5 euro.
  15. W

    Daopay - sweden!?!?

    hellooo,, i have my products in daopay.com . And i have all countries world wide. But it says Sweden is not available ?!?!? :S " Sweden not available No match " most countries are available , why not sweden? used to work before
  16. W

    Gesior - My Website is messed up :S

    oh , yes i've been working on html, i know this thx alot people <3
  17. W

    Gesior - My Website is messed up :S

    Where do i find the news ticker division block?
  18. W

    Gesior - My Website is messed up :S

    Hi, [/URL] Uploaded with ImageShack.us[/IMG] You see the area i marked with red, i want that moved more to the right. If you use a smaller resolution than me, it covers the text and you cant see the news, how do i change this shit? :O please help me lol kthx / wifebeater <3
  19. W

    My SD is confusing and doesnt work properly.

    Hi, so this is my code: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat...
  20. W

    SD Attack depending on LEVEL and not Mag.

    it worked, i found one of ur earlier posts. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) function...
Back
Top