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

    Mapper Looking for work(preferably long-term)

    Muzzy, I would love some help mapping. I don't know if my project is exactly what you want, but your input on my map would be appreciated? PM me! Regards, Drakkhan
  2. Drakkhan

    Solved Players have infinite cap?

    Sounds like your server needs to reduce the gamemasters to just you haha..
  3. Drakkhan

    Solved Players have infinite cap?

    Totally agreed. It is unfortunate when you are working hard to provide people with a fun atmosphere and someone decides to wreck it. Interesting solution to problems of that nature. I've found that banning people who exploit bugs or behave erratically doesn't always work, so, instead, I've...
  4. Drakkhan

    Solved Players have infinite cap?

    I see! I was just curious.. I have more faith in my gamemasters than you, I guess. I was curious here, to see what you've come up with in case my gamemasters fail me. Thanks, Drakkhan
  5. Drakkhan

    Solved Players have infinite cap?

    exactly... BUT he might need to pick up garbage or pick up a custom enchanted staff of kill-the-crap-out-of-everyone that some bug produced. I.E. remove the ability to make the item, but not the ability to pick up.
  6. Drakkhan

    Solved Players have infinite cap?

    On your gamemaster conundrum: You should give them infinite cap and remove their ability to summon items? On my server I haven't gotten around to adding cap to my gamemaster character and every item that I work with has to be thrown about the ground, AND, I can still summon items, but they go on...
  7. Drakkhan

    Lua How exactly does movements.xml work?

    @DaPlaya Thanks for all your help! :) So if I wanted to write a script that activates when a player equips an item... would I replace the line that has "function="onEquipItem""? or would I add another line so the item has that function line and a script line? or is it not possible? @Everyone...
  8. Drakkhan

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    @otibianerd it is bad form to spew questions like that. If you are going to ask people for help, take some time to investigate and provide as much information as you can to help solve your problem. Did you make the map yourself? Did you make the NPCs yourself? Did you modify their scripts? Do...
  9. Drakkhan

    Is it possible to set player names not to display?

    Bump? "#i Jane" command? I'm guessing this isn't possible, or no one with the capability to speculate has time to do so..
  10. Drakkhan

    Lua How exactly does movements.xml work?

    @DaPlaya: Thank you, I'm not sure what you were trying to say at the end there with donate helmet, but I get that the item ID's correspond to the script.. I guess I'm just asking what kind of power I have here. What functions are available to .lua scripts called by movements.xml? What things in...
  11. Drakkhan

    Can i make unique party system?

    Hmm.. I'll dig. I'm looking for 0.2.14 if you know of any thread..?
  12. Drakkhan

    Can i make unique party system?

    Dumb question, but is the source code for various distributions of TFS available somewhere?
  13. Drakkhan

    Lua How exactly does movements.xml work?

    In my movements.xml I have lines like: <movevent event="StepIn" fromid="4620" toid="4625" script="swimming.lua"/> <movevent event="StepOut" fromid="4620" toid="4625" script="swimming.lua"/> and lines like: <movevent event="Equip" itemid="2195" slot="feet" function="onEquipItem"/> <movevent...
  14. Drakkhan

    Lua Equipping armor changes your outfit

    Hmm... I don't have much time, but I'll take your code and try to expand.. I'll get back to you when I've found time.
  15. Drakkhan

    doPlayerSetMaxCapacity missing?

    I know this function used to exist.. but it is not listed. Is there some functionality to allow adding/removing maxcap? Regards, Drakkhan
  16. Drakkhan

    Lua Equipping armor changes your outfit

    YUP! If you're still around.. this would be very useful.. if it works... I haven't tested it.
  17. Drakkhan

    Shadowcores <3

    It's a non-flaming post within the shadowcores subforum that expresses the player's love of an OT... I think it's great! Why make OT's if not for people to enjoy them and share their fun with others, here?
  18. Drakkhan

    A couple talkaction guild commands.

    TFS 0.2.15 (Mystic Spirit) didn't have !invite functionality for my guildleader.. sooo.. I made a couple talkactions to replace that feature. Maybe someone else needs these? If nothing else, there's some informative use of functions! :) This in global.lua: GUILD_BASELINE = 9913000 This in...
  19. Drakkhan

    Solved TFS What are the guild commands?

    Update: This in global.lua: GUILD_BASELINE = 9913000 This in talkactions.xml: <talkaction words="!join" script="joinguild.lua"/> <talkaction words="!invitetoguild" script="invite.lua"/> New script "data/talkactions/scripts/invite.lua": function onSay(cid, words, param) local...
  20. Drakkhan

    Action [Farming] [Mining] [WoodCutting]<<UPDATED[Fletching] Scripts!!

    haha "hoed"... haha.. sorry it's late here.
Back
Top