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

    Lua Npc sell exercise weapons

    Bump
  2. nefinoo

    Lua Npc sell exercise weapons

    I am using tfs 1.3 master, but not have store ingame
  3. nefinoo

    Lua Npc sell exercise weapons

    If you could help me with an npc that sells exercise weapons and send them to the store inbox? i am using tfs 1.3 master
  4. nefinoo

    Revscripts(1.3) Custom Equipment {SYC}

    take your time man
  5. nefinoo

    [TFS 1.3] Small Boss Room

    Thank you for your contribution, it will be very useful
  6. nefinoo

    Lua NPC Addon Error

    I already solved it, the problem was the capital letter of the storageID
  7. nefinoo

    Lua NPC Addon Error

    Now it does not give me an error in the console, and when I ask for the addon it does not tell me that I do not have the necessary items, it just does not tell me anything and there is no error in the console
  8. nefinoo

    Lua NPC Addon Error

    After 'second demon outfit addon' the console show me this error Lua Script Error: [Npc interface] data/npc/scripts/addons.lua:onCreatureSay data/npc/scripts/addons.lua:264: attempt to compare number with nil stack traceback: [C]: in function '__lt'...
  9. nefinoo

    Downgraded 13.x assets to .dat/.spr format

    This works for the signs thansk!
  10. nefinoo

    Scripter Service for TFS 1.X

    Recommended 103% highly recommended, very good personal attention, prompt response, excellent service in general. 10/10
  11. nefinoo

    Downgraded 13.x assets to .dat/.spr format

    Could you help me with this?
  12. nefinoo

    Lua Npc task with cooldowns

    Bump
  13. nefinoo

    Lua Permanent attributes

    Bump
  14. nefinoo

    Lua Npc task with cooldowns

    Help
  15. nefinoo

    RevScripts Exercise Weapons getRateFromTable

    local skills = { [31196] = {id=SKILL_SWORD,voc=4}, -- KNIGHT [31197] = {id=SKILL_AXE,voc=4}, -- KNIGHT [31198] = {id=SKILL_CLUB,voc=4}, -- KNIGHT [31199] = {id=SKILL_DISTANCE,voc=3,range=CONST_ANI_SIMPLEARROW}, -- PALADIN [31200] =...
  16. nefinoo

    Lua Permanent attributes

    So far, this is what I have, only that I have problems with maxhealth and maxmana, since the code is in login, I have a bug that every time I log out and login, my life goes up permanently and increases every time I log out and login. could you help me @Xikini ? local BONUSES =...
  17. nefinoo

    Lua Permanent attributes

    local BONUSES = CreatureEvent("BONUSADDONS") male = {128, 129, 130} female = {136, 137, 138} function BONUSES.onLogin(player) local Outfits = 0 local sex = player:getSex() if sex == 0 then for i, looktype in pairs(female) do if...
  18. nefinoo

    Lua Get amount of addons owned

    I did not understand much your script man, but it gave me a good idea, just putting all the looktypes distributed by gender local BONUSES = CreatureEvent("BONUSADDONS") male = {128, 129, 130} female = {136, 137, 138} function BONUSES.onLogin(player) local Outfits = 0 local sex =...
Back
Top