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

    Lua [TFS 1.3] Door requirements

    Hi, thanks for replying! I'm having difficulties still, Im using door 5112 "gate of experience" but when I put action id and then try and look at the door it says "required level 27851" the action id ive used, seems its using it as level.. I even tried a different door 5101 but nothing happens...
  2. SorketROrk

    Lua [TFS 1.3] Door requirements

    Hey! I'm looking for a script that will let the player enter a door "Gate of experience" when lvl 200 requirement is met but also if player has item "2145" So if the player is lvl 200 and player has item 2145 > grant access and remove the item. It sound simple but im having a hard time, all...
  3. SorketROrk

    Lua [TFS 1.3] Upgrade System - quest reward

    Thats nice bro, I fixed some typos and now its working perfectly, great that you did add different rewards in a way, learned a lot :D Thank you!
  4. SorketROrk

    Lua [TFS 1.3] Upgrade System - quest reward

    Wow thats an improvement, thank you very much! I got the same results as you :) I was wondering how I would go about to get an item as reward like the ones dropped by monsters? Example: 20:26 You see an unidentified demon shield (Def:44). Item Level: 109 It can only be wielded properly by...
  5. SorketROrk

    Lua [TFS 1.3] Upgrade System - quest reward

    Hey thanks for replying, im getting: attempt to index local 'reward' (a number value) I tried getting help from the scripter and he mentioned to use it like this in some way, maybe it will help solve the problem local item = Game.createItem(itemId, count) if item then...
  6. SorketROrk

    Lua [TFS 1.3] Upgrade System - quest reward

    Hi! :) I was hoping to get some help with this system - CreatureEvent - [TFS 1.3] Upgrade System (https://otland.net/threads/tfs-1-3-upgrade-system.264672/) I would like for a player to open a quest chest and get an item with attributes like the ones you get from the upgrade system. Something...
  7. SorketROrk

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hey, Im having a hard time understanding how to apply that into this script: function onUse(cid, item, frompos, item2, topos) if item.itemid == 1740 then queststatus = getPlayerStorageValue(cid, 9070) if queststatus == -1 then...
  8. SorketROrk

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hey, Could you explain in detail how you would add the item:setItemLevel(item_level, true) to a chest reward? I couldn't get it to work? It appears as lvl 0. I would like to give players reward from quest with these awesome upgrades on the items :) /SRO
  9. SorketROrk

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hey! Great work, the system is nice and exactly what ots need :) I was wondering if you know maybe why my elemental resistance % is not working properly? It does not apply resistance. I've been testing quite a lot and everything seems to work, skills, mlvl and increase of dmg % works nicely...
  10. SorketROrk

    Lua [TFS 1.2] Addon - Use item to recieve addons

    20:40 You alredy have both addons. & the item is not removed!! Working perfectly thank you! :)
  11. SorketROrk

    Lua [TFS 1.2] Addon - Use item to recieve addons

    Hey, thank you for your time! The script seems to be written to do exactly what I need. It does however not give the message "You already used it" and it keeps removing item on use, even after player already has the addons, any idea how its happening?
  12. SorketROrk

    Lua [TFS 1.2] Addon - Use item to recieve addons

    Hello, I have been looking for a script of type Action that will give addons, but could not find something that fits my requirements, something like this Example: Use Item 2145 > Player gets citizen addon 1+2 and message "Addons added" > Remove item. If Player already has these addons then...
Back
Top