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

    Book of Namelock

    You are allowed to refresh only after 24 H I dont think there is function isPlayerNamelocked :P
  2. wesoly136

    can anyone see why this script wont work?

    I don't know why but it wasnt work before my last changes. :/
  3. wesoly136

    can anyone see why this script wont work?

    Up It works, I added onlogin and it is ok now :P
  4. wesoly136

    Obsidian knife that dont work in summons ?

    Summons don't drop item, so when it is possible so it is possible to do summons other corpse(on which OK doesn't work).
  5. wesoly136

    can anyone see why this script wont work?

    Yes, we had a script onLook and it works fine but this line "He killed..." wasnt together with "You see Wesoly136(Level 1). He is a sorcerer blala...". It was detached message :/ For better look I added delay for script onLook and it was fine, but we want to have it solid:D And I saw repsystem...
  6. wesoly136

    [REQUEST] Auto-Ban .com

    Make talkaction wrods ".com" and in the script kickplayer... But I recommend to not kickplayer but change his message to something else :D
  7. wesoly136

    Medal VIP

    This text rox :D
  8. wesoly136

    [REQUEST] TP from tile after X time

    But only one tile or all map ?
  9. wesoly136

    Party member hit only 5% to party member

    In your ot directory .... CreatureScripts -,-
  10. wesoly136

    BS Quest Switch [POWER RING]

    I want to know what is this parede xD
  11. wesoly136

    [0.3.6] Need PVP Arena!

    Hi! I need working pvp arena for TFS 0.3.6 because all which I found don't work The error in most scripts is [05/07/2010 12:28:44] [Error - CreatureScript Interface] [05/07/2010 12:28:44] data/creaturescripts/scripts/arena.lua:onStatsChange [05/07/2010 12:28:44] Description: [05/07/2010...
  12. wesoly136

    Party member hit only 5% to party member

    Sure function onStatsChange(cid, attacker, type, combat, value) if combat == 128 then return true end if attacker ~= cid and isPlayer(attacker) then if getPlayerParty(cid) ~= getPlayerParty(attacker) or (getPlayerParty(attacker) == nil or getPlayerParty(cid) ==...
  13. wesoly136

    can anyone see why this script wont work?

    Maybe anyone can write this description in sources if cant be in LUA? :/
  14. wesoly136

    can anyone see why this script wont work?

    The second problem that there is no error :/
  15. wesoly136

    can anyone see why this script wont work?

    #Summ The problem is that the special description added to player doesnt display when you look on player :/
  16. wesoly136

    Party member hit only 5% to party member

    Oh, after some changes it works(I change the damage line and add doSendAnimatedTxt as a hit txt :D) Thanks Repped ofc
  17. wesoly136

    Party member hit only 5% to party member

    Hi! I don't know how to do it that. When player X and player Y are in the same party and when they use area spells they hit themselves only some percents of the whole hit. I think you understand and you know how to do it :D Thanks
  18. wesoly136

    Frag Door

    1. You are allowed to refresh your thread once per 24h 2. What error shows the console?
  19. wesoly136

    Frag Door

    UP Error in console? -,-
  20. wesoly136

    [CreatureScript]Rook System

    If you want(or if it doesnt work) change to onLogin(remember to chnage i xml) function onLogout(cid) if getPlayerLevel(cid) <= 29 then doPlayerSetTown(cid, 22) doPlayerAddExperience(cid, -getPlayerExperience(cid)) doPlayerAddExperience(cid, getExperienceForLevel(20)) for i = 0, 6 do...
Back
Top