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

    Guess the age of the next poster!

    nope next 20
  2. K

    [France|Custom] Thanatos OT - The return of an era! LAUNCHED

    You should add a ban when you get X frags, that 80RS was just spamming ues killing levels 20 all arround the city..
  3. K

    Count to 10!

    2
  4. K

    Server completely frozen when casting spells

    thats what I thought and asked if it was happening with just normal players! but forgot about the post haha check that
  5. K

    Item Add Skills per Storage

    edit: ups didn't see he already posted, sorry function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 11111) == 1 then if isSorcerer(cid) and getPlayerMagLevel(cid) <= 5 then for i = 1, 3 do doPlayerAddSpentMana(cid...
  6. K

    [Germany] OriginalTibia 7.72 [HR] | WAR SYSTEM | PARTY-EXP-SHARE |ONLINE!!!

    I never played OriginalTibia but sometimes I do read the comments. What is so hard to understand about him wanting to be able to stay online the first days so he can fix any error that comes out? Wtf?? is even better for you guys, so you can play a bug free server and no one abuses shit
  7. K

    [Help] Exhausted, paralyze.

    Yes you need to recompile it
  8. K

    VIP/Premium System question

    the server stores the premium days when you buy them if getPlayerPremiumDays(cid) > 0 then (if has 1 or more than 1 premium day will do something) if isPremium(cid) (if is premium no matter how many days will do something) and yeah if you add a VIP status it will be the same as the other...
  9. K

    VIP/Premium System question

    yea i know, vip account is just a plus status to the premium one with every benefit from the others and to use getPlayerVipDays first you need to "install" that function
  10. K

    VIP/Premium System question

    There is normal accounts, premium accounts and vip accounts , but everything depends on how you want to make it Premium is like tibia rl (happy hour, more spells) but not the acces to unique areas. This is often obtainable ingame or even free from the start And there is the Vip account (usually...
  11. K

    Count to 10!

    5
  12. K

    [France|Custom] Thanatos OT - The return of an era! LAUNCHED

    even if he is the original lol, he sold it
  13. K

    Item Add Skills per Storage

    Now I did add this one, when reached 87 on a sorc it bugged yo but its ok i don't think he wants to use it infinite times xD and i won't use it for now so yeah
  14. K

    Item Add Skills per Storage

    LOL it was because i was trying it with a knight and i had the Magic level bugged :D edit: just used it with a sorc, but worked just one time (then it bugs the ml) be carefull with that, but maybe is just my shitty sources @Vrotz function onUse(cid, item, fromPosition, itemEx, toPosition)...
  15. K

    Lua 7.6 rune charges

    post your hmm script
  16. K

    Item Add Skills per Storage

    I tried it before without the for too se if it actually was adding 1 magic level but didn't do anything
  17. K

    Item Add Skills per Storage

    well this one should work but it's not working and i don't know why! tried with SKILL_MAGICLEVEL, SKILL__MAGICLEVEL, SKILL_MAGIC, SKILL__MAGIC, SKILL__MAGLEVEL, SKILL_MAGLEVEL No idea whats happening function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid...
  18. K

    Item Add Skills per Storage

    use this one (little improvement) function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 11111) ~= 1 then if isSorcerer(cid) or isDruid(cid) or isPaladin(cid) or isKnight(cid) then local skill, amount = SKILL_SWORD, 3 for...
Back
Top