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

    promotions problem...

    @Ninja , @Limos 10.10 0.3.7 This script works untill I log off on character and I lose the new promotion! local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  2. MadMOOK

    Upgrade spell issue

    data/spells/scripts/attack/berserk.lua:13: attempt to perform ari thmetic on local 'attack' (a nil value) local SPELL_LVL_STORAGE = 18479 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT...
  3. MadMOOK

    Branch promotion npc

    Someone mind finishing this script? local vocations = { --[sorc] = {master sorc} [1] = {5}, --[druid] = {elder druid} [2] = {6}, --[paladin] = {royal paladin} [3] = {7}, --[knight] = {elite knight} [8] = {8}, --[master sorc] = {epic sorc, noob sorc, super sorc, mega sorc} [5] = {9, 13, 17, 21}...
  4. MadMOOK

    addon doll question

    How do I check players outfit he currently has on to add addon for only that outfit?
  5. MadMOOK

    Minotaur Language

    norse is old swedish i think :P
  6. MadMOOK

    Close this lol

    I was paid to do this the other day, some people this is science for, payment was offered so i decided to make a thread about it, is that wrong? @Wezza Guys like me don't bring anything down... I love this community and I have alot to do in my life so if 5 or 10 bucks to make me sit down for...
  7. MadMOOK

    Lua Bonus to Mounts?

    u need sources to compile bro :/ Sounds to me like your revision is outdated.. Msg me on skype.. Skype: Santa Mook
  8. MadMOOK

    Close this lol

    Nvm xD
  9. MadMOOK

    WARNING: max_allowed_packet might be set too low for binary

    I have that to in my console.. doesn't seem to effect anything
  10. MadMOOK

    1.0 TFS EvoRPG v5 //10.41// 64x

    I did try to the best I could with that
  11. MadMOOK

    1.0 TFS EvoRPG v5 //10.41// 64x

    function list http://pastebin.com/Hypy2J33
  12. MadMOOK

    Getfunc.lua for 1.0 help

    ohhhh i see
  13. MadMOOK

    Getfunc.lua for 1.0 help

    oh i know that xD i just mean thats the whole script? :O nice
  14. MadMOOK

    How to: Cave entrance

    I like to put teleports behind them when i dont have space on lower level lol
  15. MadMOOK

    Getfunc.lua for 1.0 help

    im confused :P where am i putting all of that?
  16. MadMOOK

    Getfunc.lua for 1.0 help

    The error that comes when I run server to get function txt file The script function getLuaFunctions()-- by Mock local str = "" for f,k in pairs(_G) do if type(k) == 'function' then str = str..f..',' elseif type(k) == 'table' then for d,o in...
  17. MadMOOK

    1.0 TFS EvoRPG v5 //10.41// 64x

    Download link:Here Comes with uniform server and a database all set up so newer people dont have to mess with it if they dont want to, or you can delete it it's completely up to you.. Only thing I did was compile and put files together, the real work was done by Zbizu and Evil Hero. Link to...
  18. MadMOOK

    Tfs 1.0 compile fail

    :P I need 1_56 then xD ill try again later..have to go to work this morning xD
  19. MadMOOK

    Tfs 1.0 compile fail

    What did i do wrong?
  20. MadMOOK

    Solved Prem board???

    What happend to it??? EDIT: nvm...premium ran out
Back
Top