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

    Solved.

    Solved.
  2. S

    Trying to compile. Solved =D

    Solved. =D
  3. S

    Lua Multiple arrays inside another array...

    How to create multiple arrays inside another array? Like: array1 = x array2 = y array3 = z multiple_array = array1, array2, array3 Its possible? Thanks!
  4. S

    Solved Give Points in DB.

    Solved, thanks.
  5. S

    Lua Talkaction with 2 param.

    Hi, I trying to make a simple talkaction with 2 params, like: !talkaction param1, param2(ex: !talkaction x, 5 or !talkaction x, bla). And use the number/string(param2) in a variable, like: variable = param2. But how I can do that?
  6. S

    Capture The Flag 1.6.5 - Sources

    Anyone have the sources code from Capture The Flag 1.6.5, or any version of CTF Server from BlackKnight? I very interested on the NPC Robot System, but not find anything about that. Thanks.
  7. S

    Module.

    Can anyone help me to make a new module? I trying to create a simple module that have buttons, when click on button X, make a X action(like a talkaction); Thanks.
  8. S

    Its possible? Hide monster from battle?

    Its possible to hide a monster from battle? But can see this monster on the screen and attack too, like a normal monster, not a ghostmode from GMs/GODs. For example, monsters have two flags: hidename and hidehealth... <flags> <flag hidename="1"/> <flag hidehealth="1"/> </flags> I wonder if it...
  9. S

    Solved //removed.

    //removed.
  10. S

    Solved //removed.

    //removed.
  11. S

    Starter Skills Value - [C++ ?]

    Its possible to change the starter skills value? Actually all skills start at value 10, except magic level which start at 0. Its possible to make sword, club, etc start at value 0 like magic level? If is, where I can do that?
  12. S

    doAddCondition onLogin

    Hello, I trying to make an creaturescript that onLogin gives you an condition with max HP.. function onLogin(cid) local hp_config = 100 local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition...
  13. S

    EXP for KILLERS (onKill)

    Hello, I wonder if anyone can help me in this script. Its basically a enforced system, but I need it on creaturescripts. I'm using creaturescript onKill(cid, target, damage, flags) The easy part is: function onKill(cid, target, damage, flags) local exp = 100 if cid ~= target and...
  14. S

    Sorry, figured out what I did wrong. [close please]

    Sorry, figured out what I did wrong.
  15. S

    Help!

    Hi guys. I wonder if it is possible to make a function to change a field in the database, for example .. premium_points .. A function that give premium_points for all players, offline and online. The problem is that I do not know how to do this, because all commands use (cid), etc. .. I...
  16. S

    Hello guys.

    I was thinking about the OtClient. Like, I'm working on a Open Tibia Project and it will use custom client, create new features, delete some existing, etc.. Then I wonder, due to be editable customer the way it is, would be bad because the player would only disable one module and ready, can...
  17. S

    Sell only items not equipped

    Hello, I use the svn 0.4 distro and my NPCs are picking up the item from the body (equipped items) of the players when the item is sold, I would just get to pick up the containers of items such as backpacks. I tested two systems of NPC and the same thing happens if this function uses...
  18. S

    HotWar Mapping Thread!

    HotWar Mapping Thread! Welcome to my mapping thread, or better, HotWar mapping thread. I will show existing maps on my server and possibly new areas, etc.. Thanks.
  19. S

    NPC take item from body

    Hello, I use the svn 0.4 distro and my NPCs are picking up the item from the body(equipped items) of the players when the item is sold, I would get to just pick up the containers of items such as backpacks. I tested two systems of NPC and the same thing happens, one uses this function...
  20. S

    [USA] Hotwar 8.60 PVP 24h

    Hello, I am here to announce my server. Mini-Map Thats not showing us all the map, thats only one of the bests place of the map, for new players. +Rates: Exp Initial: 50x Exp End: 3x Skills: 50x Magic Level: 25x Loot: 3x General Information: ~*Ip*~: hotwarots.com ~*Port*~: 7171...
Back
Top