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

  1. Seanr

    GlobalEvent Capture the flag :d

    Can you reupload the map?
  2. Seanr

    Utito Tempo effect

    Hey thanks! Will this work for berserk potion? setConditionParam(condition, CONDITION_PARAM_SKILL_FIST, 5)
  3. Seanr

    Utito Tempo effect

    Is it possible to add fist fighting to utito tempo's buff effect?
  4. Seanr

    Outfit Bonuses

    Didn't work :/ I have this setup in outfits.xml <outfit id="20" quest="16439"> <list gender="0-3" lookType="73" name="Hero"/> <stats maxHealth="100"/> <stats magLevel="1"/> </outfit> This is the npc quest script I use to get the outfits...
  5. Seanr

    SendAnimatedText if wairing full set?

    How do I edit the time interval for this? every 5 seconds seems a bit much..
  6. Seanr

    [Warning - TalkAction::loadFunction]

    EDIT: I fixed it. thanks for your help.
  7. Seanr

    [Warning - TalkAction::loadFunction]

    I have the same error when loading up..
  8. Seanr

    Custom Vocation Q/A

    Thanks so much for your help. I will test now!
  9. Seanr

    Custom Vocation Q/A

    I PM'd you
  10. Seanr

    Custom Vocation Q/A

    It's not showing up in account manager. here is my lib/031-vocations.lua function isSorcerer(cid) return isInArray({1, 5}, getPlayerVocation(cid)) end function isDruid(cid) return isInArray({2, 6}, getPlayerVocation(cid)) end function isPaladin(cid) return isInArray({3, 7}...
  11. Seanr

    Custom Vocation Q/A

    haha :D Thanks. I will try now.
  12. Seanr

    Custom Vocation Q/A

    function isKnight(cid) return isInArray({4, 8}, getPlayerVocation(cid)) end function isNew(cid) return isInArray({9, 10}, getPlayerVocation(cid)) end function isRookie(cid) return isInArray({0}, getPlayerVocation(cid)) end Like this? Just copy and pasted the function before and...
  13. Seanr

    Custom Vocation Q/A

    Keep in mind that I did search for answers. 1. How are custom vocations added to account manager? 2. I only want to add 1 vocation. Is it possible to make vocation ids 1-5 show up in account manager?
  14. Seanr

    Turn to wolf

    Would this work on 0.4 TFS?
  15. Seanr

    Team New OT Start-up project. Looking for team.

    buuuuuuumppppppp
Back
Top