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

    Proper death list?

    But that involves arrays, and you know, arrays are tricky :p
  2. Yodot

    Got scammed Please read.

    Lol, um, lol.. Not quite sure how to respond. Gee, um, ARE YOU STUPID? Kudos to you for giving this guy the benefit of the doubt, but gee, giving money to a stranger and expecting him to repay you on an OT? Just wow. Please don't have kids.
  3. Yodot

    Windows Accmaker on web but ots on not my computer

    lol, they're not getting you. Ok, I think your only real solution here is to upload a copy of the OT files to your webserver. I'm pretty sure it only reads those files and does not need to write to them. So long as you sync the OT files on your webhost with the files on your OT Host then the...
  4. Yodot

    NPC Request (Remove Rocks)

    Why would you pay for scripting when Limos provides this kind of excellence for free? Good work. Cheers, Yodot.
  5. Yodot

    shadowcores custom client

    lol, hence the word.... COPYright!!!!!! I'm amazed some people reach adulthood...
  6. Yodot

    When someone dies he goes back to Lvl 1 Rep+

    If it's the same problem I had then you are reducing the DP (death penalty) to below 0% Check your blessing script and base DP amount (in config.lua) and do the math and make sure with full blessing the DP does not go below 0%. Cheers, Yodot.
  7. Yodot

    Solved NPCs..

    NPC library maybe?
  8. Yodot

    Points sql command

    Hi 3mR, Before I put ANY effort into helping you, can you please provide just a little more information (my mind reading skills are rusty). Do you want this as an lua for in-game? Do you want this as a php script? Do you just want to know the sql to do it (without php)? Do you want it to...
  9. Yodot

    Help with mount system =(

    Hi belier140, Not sure if this will work or not but try replacing this line: local TYPE_MONSTER, TYPE_NPC, TYPE_ACTION, TYPE_UNIQUE = 1, 2, 3, 4 With: local TYPE_MONSTER, TYPE_NPC, TYPE_ACTION, TYPE_UNIQUE = 2, 3, 5, 6 Hope that helps. Cheers, Yodot.
  10. Yodot

    Solved Client Crash on Login

    Nevermind, I misread that the problem occurred BEFORE the character list was displayed.
  11. Yodot

    Solved Cannot Load Items.xml

    Hi 25193323, Try the items.xml from this link (it's your items.xml just extracted from the rar) items.xml. The extra errors were nested <item> tag info terminating prematurely. Let me know how it goes. Cheers, Yodot.
  12. Yodot

    Solved Cannot Load Items.xml

    Sure thing, There's actually a few errors in it, I'll post a link to the corrected items.xml in a couple of minutes. Cheers, Yodot.
  13. Yodot

    Solved Cannot Load Items.xml

    Hi 25193323, I think you may have chanegd something else while trying to fix your problem. Anyway, you might find this site a great resource. Load your items.xml and it will show you where the errors are. Of course, depending on the type of syntax error it may or may not show where the problem...
  14. Yodot

    Solved Cannot Load Items.xml

    Hi 25193323, The error was with the Rich Boots, as stated below. Change: <item id="2641" name="Rich boots"> <attribute key="weight" value="900"/> <attribute key="armor" value="20" <attribute key="slotType" value="feet"/> <attribute key="healthGain" value="50"/> <attribute...
  15. Yodot

    Solved problem adding attack to monster

    Hi Thorn, You have already closed the attack tag, no need to do it twice ;) Change: <attack name="Hells Core" interval="500" chance="1" min="-5000" max="-6000"/> </attack> to <attack name="Hells Core" interval="500" chance="1" min="-5000" max="-6000"/> See the '/' before...
  16. Yodot

    Solved Login on webpage redirect me to protected.php

    Clear out your cookies and try again. Or try another browser.
  17. Yodot

    Why doesn't this mob work?

    Hi Muzzy, Everything looks good there. Have you ensured the file, arafin, the dragon caller.xml, is actually in the folder Elves and that it's extension is .xml? Of course those are a couple of obvious things but sometimes overlooked. Cheers, Yodot.
  18. Yodot

    Solved Chest problem

    Nice pick up on the PSV.
  19. Yodot

    Solved Chest problem

    Hi EvoSoft, There were more 'ends' than 'ifs'. Anyway, here's an edited version that should work (untested). function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid,11171) == -1 then doPlayerAddItem(cid,1988) doPlayerAddItem(cid,2457)...
  20. Yodot

    Teleporting

    Hi Mercer, Well, instead of letting me guess which distro you have, exactly what you mean by teleport to a certain x,y,z can you try and give us more info? Are you trying to perform this command as a GM? What distribution are you using? Are you aware you can put waypoints into your map with...
Back
Top