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

    Lua Bring Me To -Town- Function

    Did you include lua and quote tags inside the script itself? :eek: llook closer ok xD function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:eek:nCreatureDisappear(cid) end function onCreatureSay(cid, type, msg)...
  2. MadMOOK

    God characters can't atk, cast spells, and have zero cap

    Yeah I would definitely start with 0.3 if you are newer :p
  3. MadMOOK

    Peroxide's Real-Map Project

    You have the patience of a saint xD
  4. MadMOOK

    [8.1] OTMadness Data

    is this someones hard work released without permission?
  5. MadMOOK

    Complaint on Don Daniello

    I agree :P
  6. MadMOOK

    Complaint on Don Daniello

    If there is no RULE ANYWHERE ON THE SUBJECT then you can't just go around POWER ABUSING. Your just selfish that's all Don. Its ugly to be that way.
  7. MadMOOK

    Monsters

    Do it like this, but you can add rest of monsters... 1 by 1 lol <attack name="outfit" interval="2000" radius="3" chance="45" monster="massive fire elemental" duration="6000"> <attribute key="areaEffect" value="yellowspark"/> </attack> <attack name="outfit"...
  8. MadMOOK

    Ascalon - A new beginning.

    that mount looks awesome
  9. MadMOOK

    10.41 GOD

    in my server is group id 6
  10. MadMOOK

    [USA] Mookvu 10.10 100% custom RPG - OFFICIAL START!

    MookVu is back online sorry for the inconvenience
  11. MadMOOK

    Damage, Armor, Defense Formulas [TFS 1.0][10.41]

    I dont im sorry.
  12. MadMOOK

    Damage, Armor, Defense Formulas [TFS 1.0][10.41]

    yer going to have to do some source remodeling then :P sorry
  13. MadMOOK

    Deleting houses of inactive players

    this would be useful, I second this :P
  14. MadMOOK

    [Problem script]

    can you try to explain a little better?
  15. MadMOOK

    Problem whit vocacion knight ml 1

    go into vocations.xml copy and paste yer knights info here so i can see what you have yer stuff set too..like this below.. and what version are you using? @nefinoo
  16. MadMOOK

    Damage, Armor, Defense Formulas [TFS 1.0][10.41]

    EDIT:: Sorry i misunderstood what you ment. If you want to block more dmg per point of armor and do more dmg per skill then look in vocations.xml These are the multipliers <formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/> @xardas33
  17. MadMOOK

    DropLoot script Error

    function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if getPlayerSkullType(cid) < 4 then --might have to edit this number :P doCreatureSetDropLoot(cid, false) end return true end Dont need isPlayer @quirknepx his description was fine..
  18. MadMOOK

    Is exploration still a thing? (Large maps topic)

    I always get inspired when @Flatlander posts on threads like these xD
  19. MadMOOK

    simple onLogin script help

    After logging in on a mount the HP/MP regen bonus is not applied (dismounting and mounting again seems to fix this problem). How do I make onLogin check for mount, or better yet, log in with NO MOUNT??
  20. MadMOOK

    Solved On DeEquip exp ring bug

    A-M-A-Z-I-N-G!! TY :D
Back
Top