• 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!

Recent content by Nesaj

  1. N

    Lua Player can sell "special" items...

    Thx for the help but it don't worked... I changed > Callback onSell() function. < on modules.lua That's the best solution till now.
  2. N

    Lua Player can sell "special" items...

    Well, I have a forge system on my server and players can use it to upgrade their equips... But now some players are selling their forged items on the npc (by mistake). Is there a way to check if the item being sold has an actiond id (so I can give the player an error message if he tries to sell...
  3. N

    Premmium Days

    Everytime a player login he loses 1 day premium accont... someone know how to fix this? Is it a problem with some lua file or its my source? =X
  4. N

    Windows Simple question.

    I can use Windows 2003 Standard Edition R2 x64 and Windows 7 professional x64 to host my server but I have a question, wich is the more stable for hosting?
  5. N

    [TALKACTION] Mute on help channel

    Is it possible to mute a player only on HELP channel with a talkaction? Here's a basic mute script: function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, 21, "explaining the talkaction") return true end local t = string.explode(param...
  6. N

    Lua onStatsChange

    Fixed it, thx for the help Cykotitan. Rep +
  7. N

    Lua onStatsChange

    Well, im using a script for a PVP arena and every time a player get killed by a field item (inside the arena) my server crash. The Script: local ArenaJungle = { frompos = {x=1908,y=1208,z=7}, topos = {x=1992,y=1290,z=7} } local ArenaJungleSub = { frompos = {x=1908,y=1208,z=8}, topos =...
  8. N

    MoveEvent Slot system - Multi slot (No crashes)

    How can I remove the % of the script and add a RAW vallue?
  9. N

    Lua Enchanted Weapons are disappearing when charges reach 0

    You see a knight axe (Atk:33, Def:21 +1) that has 100 charges left. When it reaches 0 charges, the item disappear... How can I fix this? Using rev.3884 (0.4_SVN).
  10. N

    Lua World Light

    Well, idk the version that this was implemented but you can see that there is a diference between day and night on tibia (the light on floors 7+).
  11. N

    Lua World Light

    Ok then, thanks for the info =D
  12. N

    Lua World Light

    Can't do it with scripts? =X
  13. N

    Lua World Light

    Is there a way to change the World Light? Something like "setWorldLight()" or a command to change the tibia time (day/night).
Back
Top