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

  1. highclick

    What is compiling?

    I see alot of people speaking of compiling this to that or whatnot. What exactly is compiling? What is it used for? I'm a noob so try to keep it simple. Thank you
  2. highclick

    Lua What's wrong? Tiny script

    TFS: 0.3.6 local lever = 113 local item = 2346 local altarpos = {x = 1205, y = 1189, z = 10} local cpos = {x = 1205, y = 1190, z = 10} local npos = {x = 1205, y = 1184, z = 12} function onUse(cid, item, fromPosition, itemEx, toPosition, item2, topos) if item.actionid == lever and...
  3. highclick

    NPC talkRadius for specified NPCs

    laughing my ass off xD
  4. highclick

    Solved NPC kill mission help

    SOLVED, due to Limos aiding me through Teamviewer. Solution: the startstoragevalue was not set to 1.
  5. highclick

    Solved NPC kill mission help

    Okay! The function is inserted and the error is gone. However i get no message while killing spiders nor can i finish the quest. So something is still wrong BUMP Nobody knows a fix for this??
  6. highclick

    Solved NPC kill mission help

    Where do i insert function isSummon(cid) return (isCreature(cid) == TRUE and (getCreatureMaster(cid) ~= cid)) and TRUE or FALSE end Printer mentioned global.lua? I cannot find that file
  7. highclick

    Solved NPC kill mission help

    Alright, I'm getting somewhere! I'm getting an error in the cosole. Unfortunately the error spams so i cannot copy it. something about " attempt to call global 'isSummon' (a nil value)
  8. highclick

    Solved NPC kill mission help

    No, how do i do that?
  9. highclick

    Solved NPC kill mission help

    Tried it, wouldn't work BUMP
  10. highclick

    Solved NPC kill mission help

    TFS 0.3.6 Hey guys! I've followed this guide (http://otland.net/threads/npc-mission.211063/#post-2022378) to create a monster killing quest. For some reason it won't start the monster count. Here are my files: The spider name is actually "Spider [Level 10]" in game. Any ideas?
  11. highclick

    Solved Reward XP percentage?

    It's solved now, thanks for you time mate!
  12. highclick

    Solved Reward XP percentage?

    Bruuuuuuuuuuuuh o_O This worked perfect, thank alot you fucking god.
  13. highclick

    Solved Reward XP percentage?

    It gives you lvl * 0.3 So i get 6,3 XP if im lvl 21
  14. highclick

    Solved Reward XP percentage?

    It's supposte too give % of the XP needed from lvl a to b. For example, you need 1.000 XP from level 1-2. You get 30% of that = 300XP
Back
Top