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

    Revscripts(1.3) Custom Equipment {SYC}

    I'm testing now and i get like each 3 seconds the hp tick from food. But I get each second the tick from the equipment. So I'm not sure yet how and where this goes wrong. Sadly I dont see someway to slower it with timers or something. I'll keep tinkering around.
  2. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    Manashield indeed works now, well done :) Next one I see that's not working is the soul points, but no hurry in that. You are doing a good job. I would prefer to see/know how the tickers work on the health generation for example. Really would like to adjust the timer on that
  3. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    Mhmm weird, my version is not old it's actually quite new. Got it like almost 2 weeks I guess. The Forgotten Server - Version 1.3 Compiled with Microsoft Visual C++ version 14.2 Compiled on Aug 20 2021 14:19:47 for platform x64 Linked with LuaJIT 2.0.5 for Lua support My version is almost the...
  4. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    I've been using it now with your latest version. And it looks like this to me. So the sign of mana shield is there, but it isn't actually working. Could it be that it checks also for magic level and vocation to be working(mana shield spell?)
  5. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    I've tried out the manashield on the example zelda sword, but it doesnt seem to work for me. Or I misunderstand, but if i get hit i still get hp loss and not mana loss. -- EDIT -- The way I made it possible to add these items was with the use of THIS (extra-loot-system) script. The way i added...
  6. Raikou

    [TFS 1.3] Small Autoloot

    I really like how simple and effective it is! How easy is it possible to change the looting to when the body is opened instead of when it's killed? Don't want to make things to easy. ;)
  7. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    Alright I see, what you mean. I have added them now like this and it works perfect: lookEvent.onLook = function(self, thing, position, distance, description) if thing:isItem() then if thing:getCustomEquipId() then local eq = customEquipment[thing:getCustomEquipId()]...
  8. Raikou

    [NL] [10.98] Dolport Challenges

    Fire sword like normal drop would still exist, but there are 3 additional tiers of that sword with their own benefits. But like I said before, it's something I'm still working on. :) The mechanism/system behind it basically already works, now I'm deciding on what races I'll apply the extra tier...
  9. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    @Codinablack It seems I don't see the special bonuses on the items, is there something I'm missing? 15:14 You see a cyclops battle shield (Legendary) (Def:25 +3). It weighs 62.00 oz. A rare battle shield, once used by a cyclops legend. this one should for example also show the healthgain...
  10. Raikou

    [NL] [10.98] Dolport Challenges

    Yes I can. There will be a whole new engine in the back (from otx to latest tfs). Currently the server is running on an older engine which is otx. I want the server to be more up to date, so new features can be added easier. Currently adding new features as well like race specific drops. These...
  11. Raikou

    [NL] [10.98] Dolport Challenges

    The server is back on line again. There will be a whole new engine in the back (from otx to latest tfs). Currently adding new features as well like race specific drops. These are very rare and have special bonus stats.
  12. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    Ohh I'll await your results, cause that looks more like what i want. I'm sadly not that great with lua (mostly don't know all the functions that are useable). If you already got something to add the custom id i would like to hear see it. Maybe i can get on from that point. :) Alright, I...
  13. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    I've been tinkering around with this, and the script seems to work perfect. Within the suggested example and function on giving an item to a player. I've tried to use this in combination with custom loot so that in rare occasions a custom equipment (as like a legendary or what not). (so...
  14. Raikou

    Quest Log

    What is stated in the database on player_storage @7777 and @5000? To make the script work you should at least have the storage 7777 in your database with 0 or higher. Furthermore for 5000 you should at least have in your database 1-3 otherwise it wont work either. If that changes all correctly...
  15. Raikou

    Finding Career passion

    Step out of your comfort zone, get used to it. And look at that! You stepped out of the comfort zone some time ago, but are actually back in because you made that zone bigger. What I try to say, if you never step out of your comfort zone, you wont be able to achieve anything.
  16. Raikou

    [NL] [10.98] Dolport Challenges

    Dolport Challenges Dolport Challenges is a small server where the whole map is custom made. The standard 10.98 client is usable, but the best performance will be with Dolport's own client. Dolport Challenges is meant to be, for people seeking new places that are yet to be explored. The...
  17. Raikou

    [NL] [10.98] Dolport Challenges

    Update: Alchemy Added Alchemy to the server, with this players are able to refine a few extra items. Currently these are only needed in outfit quests, but later on these will be added for crafting in new weapons/armors. Raw materials Raw item Type Refined item Giant sword(1) Forge huge...
  18. Raikou

    CREATE TABLE DATABASE

    This looks broken, but i doubt the primary key is a date field, try to use raceid as primary key
  19. Raikou

    [NL] [10.98] Dolport Challenges

    Map update: Coldfrost As many of you know by now this map update will be all about Coldfrost, the island in the north. Since today this new island will be available. Here will be a lot of snow and new adventures. New things including in this update are a new travelsystem that can be...
  20. Raikou

    Changing ports to other

    In general, to assist such questions, try to give more details about your setup. Like Custom tfs based on 0.4/1.2 etc. Linux/windows Behind a router/firewall On topic in some of the tfs versions it's just in the config.lua loginProtocolPort = 7171 gameProtocolPort = 7172
Back
Top