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

  1. X

    Need to prevent skill ticks when attacking creatures and players.

    Hello, I am in need of some help regarding skill ticks. I do not want a character to gain skill ticks when attacking whatsoever. I do however wish the skill tick system to still be in place. Ex. I attack a creature for 10 minutes, no skill ticks. I talk to an npc who grants me 100 skill...
  2. X

    TalkAction Set player vocation to ...

    you can reset mana,hp,and caps when resetting the vocation using negative values instead of positive ones Getting the players level and for each level, reward player with like -5 hp, -30 mana, -10 caps per level then set vocation for each level give player +5 hp, +30 mana, +10 caps on new...
  3. X

    DDOS Attacks, How to protect server?

    to best protect a server from ddos and dos attacks, the best way is to prevent item floods >.> this is the most common form in tibia, since most hackers wont maliciously attack a server by pinging directly because any idiot can trace it >.>.. To prevent item floods, limit how much someone can...
  4. X

    Paying for script

    you need to create an lua function that sends the necessary sql string to the database, this can only be done by editing the source and will compromise your server security an easier way is to re-design the way characters are named, you would need to right click someone to see their name...
  5. X

    Scripter [paid job]

    http://otland.net/f81/real-tibia-svargrond-arena-gesior-13148/ this should be enough of an example to code the base, i can tell you the theory behind it without doing the code, as long as you have a theory you can create a code even with the basic programming knowledge IF said player stands on...
  6. X

    [Project] Rawr Tibia Server Discussion

    I havn't been on OT for a while..roughly 1-2 years..when ive started around 3 years ago so this is the first post on coming back o.o anywho..im building upon a server i started a long long time ago here are some of the details and features Note: I do not know if or when i will have this...
  7. X

    [Request] Crystal Arrow

    crystal arrow is a quest item, if it was a real weapon in real tibia then it would need a special bow for it if any...if your wanting a working arrow script that looks like c arrow...just change what the item looks like...
  8. X

    Drowning Floor, plz HELP URGENT!!

    function onStepIn(cid, item, pos) if (isPlayer(cid)) == 1 then queststatus = getPlayerStorageValue(cid,5462) if queststatus ~= 1 then doSendMagicEffect(pos,25) doSendAnimatedText(pos,50,17) doCreatureAddHealth(cid,-50) doPlayerSendTextMessage(cid,22,'You are drowning.') elseif...
  9. X

    question : make 1 bolt shoot 3 times

    you can make an lua script for each one, although i dont know the exact line of code to do it...its in the source somewhere..best thing to do is have infinite ammo if your a fast atk server..sorry i cant be of any help...hope you get what you need goin
Back
Top