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

    Help, when i change my outfit in my god char it crashes

    You should try to unlock ALL the outfits, and then test with a normal character. Just to test your theory. We still dont know the limit of outfits. What if you unlock all outfits to a normal char and it crashes the server?
  2. Vesgo

    Help, when i change my outfit in my god char it crashes

    Im assuming that the graphic display limit is true. Even if you find a way to change your GOD type as you trying to imagine, someday one of your players will reach the outfit limits, and will crash too. Do you REALLY need that huge ammount of outfits? Have you tried the outfit.xml file i posted...
  3. Vesgo

    Help, when i change my outfit in my god char it crashes

    I think it would be easy if you remove some of the outfits, i dont know the limit, but it would solve your problem.
  4. Vesgo

    Items.otb Question

    You can use Objectbuilder (with adobe air)
  5. Vesgo

    Help, when i change my outfit in my god char it crashes

    Nice perspective @Xikini @Xikini Could you please take a look at my post? https://otland.net/threads/healling-items-stop-working-after-logout.248686/
  6. Vesgo

    Lua Question Sote in Game

    My bad. Now i tested and it is running fine. function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid,12139) == -1 then doPlayerSendTextMessage(cid,19,"shaggy es pro") setPlayerStorageValue(cid,12139,1) doRemoveItem(item.uid) else doPlayerSendTextMessage(cid,19,"You...
  7. Vesgo

    Lua Question Sote in Game

    Try using the norseman doll ID 8982. The 9019 item is non usable.
  8. Vesgo

    Help, when i change my outfit in my god char it crashes

    You have to remove from the outfits.xml file man, this file is for ALL players, including GOD.
  9. Vesgo

    Lua Question Sote in Game

    Errors? Any console msgs? Edited the actions.xml? <action itemid="9019" event="script" value="questdoll.lua" />
  10. Vesgo

    Lua Question Sote in Game

    Worked?
  11. Vesgo

    Help, when i change my outfit in my god char it crashes

    When you hit the OUTFIT button, it loads the file, thats why it crashes instantly Thats new to me, thank you.
  12. Vesgo

    Help, when i change my outfit in my god char it crashes

    Yeah, normal players dont crash because some of your outfits are locked to then. As the GOD character have ALL the outfits, you must check which one is crashing the server. <?xml version="1.0" encoding="UTF-8"?> <outfits> <!-- Female outfits --> <outfit type="0" looktype="136" name="Citizen"...
  13. Vesgo

    Lua Question Sote in Game

    Change the text STORAGE NUMBER in the script to the number of storage you want fot that quest
  14. Vesgo

    Help, when i change my outfit in my god char it crashes

    If you log with a normal char does it crashes too? If it does, you may have some looktypes crashing your server. What server are you using?
  15. Vesgo

    Help, when i change my outfit in my god char it crashes

    Post your outfits.xml
  16. Vesgo

    Help, when i change my outfit in my god char it crashes

    Is it crashing with all outfits or just 1?
  17. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    Export you Players.sql and post the sql command you used to manually insert the samples.
  18. Vesgo

    Lua Question Sote in Game

    local questdoll = {ID OF THE ITEM YOU WANT TO SELL} function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid,STORAGE NUMBER) == -1 then doPlayerSendTextMessage(cid,19,"MSG WHEN USE THE ITEM") setPlayerStorageValue(cid,STORAGE NUMBER,1)...
  19. Vesgo

    Windows Port 80 redirect/port checker tool question.

    I think you should test your connections, port checkers lie a lot.
Back
Top