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

    OpenTibia OTItemEditor [10.10]

    BUMP! Yes, i have the same error, it says that it could not load properly the 1000.dll (strange .NET FRAMEWORK error).
  2. Ahead

    Lua Vip Save Location

    Hmm, i do not know, i have this script which gives me X vip days. I suppose that by pass of real time they disappear, don't they? function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid,199413) < 1 then if getPlayerLevel(cid) > 8 then...
  3. Ahead

    Rune charges/ammo not infinite

    It is so strange, because if that is the code which was included with your version, normally it should works. Maybe your version is bugged or something has been modified wrongly. And this is your version Yourots, version 0.7.5 I am still searching in google to help you, but i can not find...
  4. Ahead

    Lua Vip Save Location

    Console says to me an error: ')' expected near "somehow" (Did you put somehow as expression or is it valid inside the code? haha) S:
  5. Ahead

    Lua Vip Save Location

    Do i have to add they both to login.lua? (sorry for the clumsiness).
  6. Ahead

    Lua Vip Save Location

    Would it works? if getPlayerStorageValue(cid, 199413) == 1 then setPlayerStorageValue(cid, 199413, 0) and doTeleportThing(cid,getTownTemplePosition(2)) end end But 1 = yes or no? Because if it checks a player with 199413 ID it should not remove his VIP days xDDD.
  7. Ahead

    Lua Vip Save Location

    Hmm, i have not done it yet but i suppose it would be by... hmm.. storage id 199413 (how can i know the free values?) So, since i have the signature i have, i am f¨¨ked?
  8. Ahead

    Windows 10.10 Doors not working

    Maybe a problem with that door (item)?. Did you marked the exit of the house (although i think it would be the same as before if you just changed the door)?
  9. Ahead

    Lua Vip Save Location

    I know i have to learn and i wrote it in a .txt how it could be :P. But i have no idea of how really make it works, i mean, how would be the codes for: - "Player is not vip" (maybe something with check?). - Set the storageid to 0. - Tp to temple. I have no schemes so if you plus it i have no...
  10. Ahead

    Lua Vip Save Location

    Imagine a VIP Player saves in the VIP City, it could be possible to make him save "forcibly" (with a script) in Thais (for example) when his Vip Days have gone?. Like a position reset. I mean to not allow him the fact of keep the savepoint in the VIP City while not being VIP. You suppose i am...
  11. Ahead

    Doubt about VIP System

    I got it, but i do not know exactly how to use it S:
  12. Ahead

    Doubt about VIP System

    So, the idea is to create a new storage for vips and keep premium as usual? I mean, for using the new and invented storage for VIP things, isn't it?
  13. Ahead

    Request maps you need here!

    I am looking for a map like this (it seems like Venore, like a posh city): Thank you, you can PM me ^^
  14. Ahead

    Doubt about VIP System

    Well, i got a terrible headache thinking about this, because i do not get it clearly. If i put VIP System in my server, it means that: VIP = Common Premium in another server? No VIP = Free Account? I have to know it, because if that's the point i have to readjust a lot of things xD. I think...
  15. Ahead

    Lua Citizen addon NPC ;-/

    Why do you complicate it that much? If you want you can try this other easier way to make the npc: xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Addons" script="data/npc/scripts/addoner.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="134" head="76"...
  16. Ahead

    Solved Mounts and Outfits

    Meh, it is working, insta rep, thanks Ninja.
  17. Ahead

    Solved Mounts and Outfits

    @UP PLEASE u.u
  18. Ahead

    Lua Trainers Auto Warp

    Thanks again, haha ^^
  19. Ahead

    Lua Need help with these luas

    Thank you Redseb ^^.
  20. Ahead

    Lua Need help with these luas

    I do not know how these luas work, could you explain to me? 1º. Pythius The Rotten xml <event type="death" name="PythiusTheRotten" event="script" value="PythiusTheRotten.lua"/> lua function onDeath(cid, corpse, deathList) if getCreatureName(cid):lower() == "pythius the rotten"...
Back
Top