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

    Lua NPC Editing: How to code items worth less than 1 gold.

    I have made a crafting system. Good eye! This NPC sells a large amount of the raw materials required to participate in crafting.
  2. Drakkhan

    Lua NPC Editing: How to code items worth less than 1 gold.

    My data\npc\lib\*.lua files are not edited. modules.lua: http://pastebin.com/wJ3PY1PV Thanks for taking the time to look into this, by the way. I'm trying to avoid a source code edit if possible. My C++ is rusty. Regards, Drakkhan
  3. Drakkhan

    Lua NPC Editing: How to code items worth less than 1 gold.

    I'm running TFS_10_915. This is my code: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  4. Drakkhan

    Lua NPC Editing: How to code items worth less than 1 gold.

    Is it possible to set an NPC to sell things for less than 1 gold? I'm trying to set it to sell feathers, but 1 gold coin seems excessive for 1 feather. Any ideas!? Anything would be helpful. Thanks!
  5. Drakkhan

    Give a Nickname to User Above!

    Pigimus Decimus Meridius
  6. Drakkhan

    Vocations.xml help.

    It is set to 1.1. Can I set it lower? What does 1.1 mean compared to 1.2 or 1.8?
  7. Drakkhan

    Vocations.xml help.

    I'm running TFS_10_915, and I've noticed that my Knight is gaining shielding skill very slow. I don't wish to slow down or speed up how his other skills gain, I just want to speed up shielding gain. The problem is, all the skills are set to 1.1 in Vocations.xml. What range of values is ok for...
  8. Drakkhan

    The Forgotten Server 1.1

    Does one have to use 10.77? Does it allow for the use of 10.30?
  9. Drakkhan

    How popular are you?

    7/10 I've read your posts before, but I can't remember where.
  10. Drakkhan

    Lua [Help] Pop-Up Windows

    What kind of functionality is there to call pop-up windows from lua scripts, and how do they work? I am looking to open up a conversation on pop-up windows in general. I fully understand script and item inputs and outputs, but calling client-based windows is outside my knowledge. I'm using...
  11. Drakkhan

    Solved TFS 0.2.14 doTransformItem bug

    Sorry.. but.. BUMP. Is there a reason why doDecayItem(...) wouldn't have any effect if it's called within an added event ( via addEvent(...) )?
  12. Drakkhan

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    @Flatlander has anyone requested a "wait(milliseconds)" command of you? I think it would be a great addition if one could call wait(milliseconds) in a lua script that leads back to the C++ source code (C++ offers robust wait functions, lua does not). This would allow direct waiting, instead of...
  13. Drakkhan

    Compiling TFS simple tutorial for beginners

    I've got it running on 64 bit Windows 7
  14. Drakkhan

    Item Editing Tutorial

    It was brought to my attention that I missed a step in my tutorial. Gray Dat Editor was used to add relations between the new sprites and the new CIDs. Sorry for any confusion! Thanks @Seksy
  15. Drakkhan

    Item Editing Tutorial

    I edited my second post to reflect known compatibilities. I don't know about others, but _I_ can edit my posts :D
  16. Drakkhan

    Solved TFS 0.2.14 doTransformItem bug

    Is there a reason why the trees wouldn't decay from: doTransformItem(getTileItemById(ltoPosition, litemExID).uid, 18574) doDecayItem(getTileItemById(ltoPosition, litemExID).uid) items.xml: <item id="18574" article="a" name="willow stump"> <attribute key="decayTo"...
  17. Drakkhan

    Can someone tellme how to do this?

    You DON'T have global.lua in your distro's data folder? "data/global.lua"? I thought every version of TFS had this. Not trying to insult your intelligence, just hoping you missed it somehow.
  18. Drakkhan

    Solved TFS 0.2.14 doTransformItem bug

    @Mark Thanks for that valuable clarification. this will help me in the future.
  19. Drakkhan

    Solved TFS 0.2.14 doTransformItem bug

    @Limos OMG I think I love you. Problem Solved.
  20. Drakkhan

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

    Yes, I do, but this morning I compiled 0.2.15: 1> tfs02.vcxproj -> C:\Users\Al'Thor\Desktop\Tibia\Source Code (0.2.15)\vc10\x64\Release\tfs02.exe ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
Back
Top