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

    Windows [Error - GlobalEvent Interface]

    function onThink(interval, lastExecution, thinkInterval) for _, pid in ipairs(getPlayersOnline()) do weapon = getPlayerWeapon(pid) if weapon.uid > 0 then if getPlayerStorageValue(pid, 1987) <= 0 and getItemAttackSpeed(getPlayerWeapon(pid).uid) > 0 then...
  2. Protegy

    Windows [Error - GlobalEvent Interface]

    [22/07/2011 13:09:36] [Error - GlobalEvent Interface] [22/07/2011 13:09:36] data/globalevents/scripts/weaponCheck.lua:onThink [22/07/2011 13:09:36] Description: [22/07/2011 13:09:36] data/lib/050-function.lua:665: attempt to index a boolean value [22/07/2011 13:09:36] stack traceback...
  3. Protegy

    Windows [Error - GlobalEvent Interface]

    noted.
  4. Protegy

    Windows [Error - GlobalEvent Interface]

    Bumb
  5. Protegy

    Windows [Error - GlobalEvent Interface]

    What function am I missing? If it's the pally.lua you're talking about I do have it. Do you have msn? I'd like to talk about it a bit more in depth if that's okay with you. :peace:
  6. Protegy

    Windows [Error - GlobalEvent Interface]

    [22/07/2011 07:54:51] [Error - Action Interface] [22/07/2011 07:54:51] data/actions/scripts/buffs/pally.lua:onUse [22/07/2011 07:54:51] Description: [22/07/2011 07:54:51] data/actions/scripts/buffs/pally.lua: 20: attempt to call global 'setItemAttackSpeed' (a nil value) [22/07/2011 07:54:51]...
  7. Protegy

    Windows [Error - GlobalEvent Interface]

    Will Rep++ for help~ BUMP
  8. Protegy

    Windows [Error - GlobalEvent Interface]

    I'm using TFS 0.3.6 > I'm trying to create an item that can be used by players to increase the attack speed for x amount of time. Any suggestions? :peace:
  9. Protegy

    Windows [Error - GlobalEvent Interface]

    WHAT IN TAR NATION! How do I go about getting that function? :peace:
  10. Protegy

    Windows [Error - GlobalEvent Interface]

    I have no clue what the problem is here... [22/07/2011 06:18:42] [Error - GlobalEvent Interface] [22/07/2011 06:18:42] data/globalevents/scripts/weaponCheck.lua: onThink [22/07/2011 06:18:42] Description: [22/07/2011 06:18:42] data/globalevents/scripts/weaponCheck.lua:5: attempt to call...
  11. Protegy

    Windows What is the best tfs?

    And how about helping me with my thread ;)
  12. Protegy

    Windows What is the best tfs?

    I'm pretty confused! There are so many versions of TFS that I do not know which one is the best and most up to date. Can someone please fill me in?
  13. Protegy

    Windows Adding Level Requirements

    Not to sure if this is what any of the people above were getting but to solve my problem (with the people above pointing me in the generally correct direction) I went to the movements.xml found the item I was looking for and added level="" to the "Equip" and "DeEquip" section of the item.
  14. Protegy

    Windows Adding Level Requirements

    But then again it is almost 0400 here. I think I just had an epiphany! Please bear with me here. :)
  15. Protegy

    Windows Adding Level Requirements

    Would be pretty easy if I were adding level requirements to weapons. You won't find a royal helmet in the weapons.xml.
  16. Protegy

    Windows Adding Level Requirements

    I'm not tying to add level requirements to a weapons. Only trying to add the requirements to helmets, armors, legs, and boots. Any other suggestions?
  17. Protegy

    Windows Adding Level Requirements

    I've skimmed over the movements.xml several times and see nothing that gives an example of what I need done. Any other suggestions?
  18. Protegy

    Windows Adding Level Requirements

    Is it possible to add level requirements to armors, legs, helmets, and boots? If so, how can I do it? Thank you for your time. :)
Back
Top