• 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

    Solved On DeEquip exp ring bug

    it does that silly xD the script works fine other than the fact it gives to much exp, and the rate it returns to when i remove ring is a bit higher than it should be..
  2. MadMOOK

    Solved On DeEquip exp ring bug

    It Gives double exp like its supposed to, and goes back to normal like its supposed to.. But when i take ring off and put back on, it is 2x MORE than was first time.. local config = { rate = 1, expstorage = 1102, register = 1202 } function onEquip(cid, item, slot) local...
  3. MadMOOK

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

    Lowered prices of instance tokens in shop and raised drop rate of instance tokens, alot! Tasks being added for new monsters and, bigger areas for task monster (ie: behemoths, overlords ect..) SOON!
  4. MadMOOK

    Lua please script protection level loot

    Woohoo, i needed this script xD
  5. MadMOOK

    Znote guild issue.

    Someone had helped me with a query before and it fixed the issue.. But some players still can not join guilds.. There is no lvl req or anything like that... Ivemade test accounts and it works with new chars.. but his characer for some reason the guild invite does not even stay ! halp pls xD
  6. MadMOOK

    Lua Bonus item skill (attribute addition)

    you CAN just post the part of script u need help with so you dont reveal the rest... ive done it many times
  7. MadMOOK

    mining script resp help

    it is between 11539 and 11538, is there a wayto use both item id's in that line? @Limos If not its cool too, i can just use the 1 type of remains xD ty limos
  8. MadMOOK

    mining script resp help

    in the mines... when a dwarf dies on top of remains of gold ore, it doesnt remove the remains and the big stone comes back with the remains on top of it so u cant mine it again... So my question is, how do i remove the dwarf bodies WITH the remains of gold ore? function...
  9. MadMOOK

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

    Start with 7 days premium now! All accounts that began with 3 days have had 4 days added! ZAYPAY PAYMENT OPTION ADDED
  10. MadMOOK

    duration to item in movement script..

    damn thanks
  11. MadMOOK

    duration to item in movement script..

    Is it possible to add ring duration before decay to 0 in a movement script with onEquip and deEquip inside same script? function onEquip(cid, item, slot) doTransformItem(item.uid, 18528) if isPremium(cid) then doPlayerSetSkills(cid, 4.0) else doPlayerSetSkills(cid, 3.0) end...
  12. MadMOOK

    RPG Tibia based

    Wow bro! That looks awesome!
  13. MadMOOK

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

    UPDATES EVERY FEW DAYS, COME CHECK US OUT!! YOU WON'T REGRET COMING TO MOOKVU!! TRY AN INSTANCE WITH SOME FRIENDS!! 2 new very large hunting places added today.. more spawns will be added in a day or two. There was a large update on the 9th. I know you will enjoy the server, come give it a...
  14. MadMOOK

    Dont lose lvl

    Set to zero. Or.... use this xD creaturescript/whateverucallit.lua function onLogin(cid) if getPlayerLevel(cid) < 8 then doPlayerAddExperience(cid, (getExperienceForLevel(8) - getPlayerExperience(cid))) end return TRUE end Just change level u want to not let them fall below
  15. MadMOOK

    Linux Otservlist dont recognize server online

    post in otservlist forum... it seems to take them days to do anything for you.. i bought points and it took a week to get them... i had same problem as you too...
  16. MadMOOK

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    formulaLevel=5.0 level multiplied by formula formulaMagic=1.0 the multiplier of each spell formula xD
  17. MadMOOK

    Solved Trade npc is messed up

    lol thx @Summ was like half a sleep when i did that xD
  18. MadMOOK

    Solved Trade npc is messed up

    Only the first one works..the helmet then armor and legs below it dont work.. When i say level up armor or legs, it asks the correct question but does not replace the 7 items for the one like it does for helmet.. EDIT: If i have 7 armors and say "level up helmet".. it will take the armors and...
  19. MadMOOK

    1.0 TFS EvoRPG v5 //10.41// 64x

    Thanks man
  20. MadMOOK

    [USA]PSoul - Pokemon Online[CUSTOM]

    Damn dude!
Back
Top