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

    isWalkable(cid, pos)

    what I meant was, i want to make a function that I can call wherever I want, on the talkactions,movements, actions, etc.. I put it on global.lua and it seems to work, but its not organized. I want to put it on the lib folder, but it doesnt work.
  2. D

    isWalkable(cid, pos)

    okay. and what if I want to make custom functions like this? my data folder doesnt even have a lib folder in it.
  3. D

    [Lua] doPlayerRemoveFrag(cid, count)

    how do I install this on my server? and how do I make a global variable as well?
  4. D

    isWalkable(cid, pos)

    can someone teach me how to install this on my server?
  5. D

    [WIP] Rookgaard Adventures

    Yes that is true. the problem is that I have a hard time messing with numbers. Making new formulas, changing monsters xp and hp always result in a mess. I will definitely change the monsters and spells, i just have to spend more time on it
  6. D

    Learn spell by clicking on a book [Quest]

    I am still doing it, and I created another script just to test. My idea is to make different npcs, each one selling different spells. Put the uniqueid on a tree and use it. Now the spell scroll: the 29001 action id I will make like from aid="" to aid="" for all the spells i need - - -...
  7. D

    Learn spell by clicking on a book [Quest]

    I put doSetItemSpecialDescription(item, "Your text here.") and now it works. idk maybe i made a mistake before. Seriously you guys helped me insanely. Im doing this ot and this was one of the things was giving me headaches. doSetItemSpecialDescription(item, "Your text here.") thanks I rep+...
  8. D

    Learn spell by clicking on a book [Quest]

    [04/08/2013 11:13:05] Lua Script Error: [Action Interface] [04/08/2013 11:13:05] data/actions/scripts/test.lua:onUse [04/08/2013 11:13:05] data/actions/scripts/test.lua:4: attempt to call global 'doItemSetAttribute' (a nil value) [04/08/2013 11:13:05] stack traceback: [04/08/2013 11:13:05]...
  9. D

    Learn spell by clicking on a book [Quest]

    yes im using mystic spirit 2.1.4 i got a problem, the server isnt recognizing neither doSeItemSpecialDescription nor doItemSetAttribute
  10. D

    Spell scroll for all the spells.

    I got the answer. if anyone else wanna know here is the thread: http://otland.net/f132/learn-spell-clicking-book-quest-194764/index2.html
  11. D

    Learn spell by clicking on a book [Quest]

    another thing, besides adding custom action id, can I add a custom description for the same item? I know I have to use the command doItemSetAttribute(item, "description", ....) but how do I add the description for the same item I added the action id? I just put the doitemsetattribute after the...
  12. D

    Learn spell by clicking on a book [Quest]

    awesome. im gonna put the script here and test. - - - Updated - - - I tested and seems to work. thanks A LOT. but how do I make the message tell me what was the spell I learned?
  13. D

    Learn spell by clicking on a book [Quest]

    but how do I make custom action ids for the item? I want to use the poem scroll as the item
  14. D

    Learn spell by clicking on a book [Quest]

    can I make custom action ids, so I can make the player learn different spells for the same item id but with different action ids?
  15. D

    Solved [Help me!] need help with spell scorll!

    what if I have like 30 spells? can I make custom action ids when you buy the spell, and when you use, depending of the action id you will gain a differente spell
  16. D

    Spell scroll for all the spells.

    I need a NPC that you buy the spells from him, but you actually buy the spell scroll, you use it and you gain the spell. I was thinking making a way of using the scroll 6119 ID, and putting custom action id and description for it, depending on which spell you buy, and the action id will...
  17. D

    [WIP] Rookgaard Adventures

    Thanks for the relevant feedback. I am trying to find a balance between not so fun rpg and very fun OP mechanics. Maybe I will make a reset system on level 50 or I will just make many things available at lv 50, like OP spells and equipment. The systems like woodcutting and etc my goal is to...
  18. D

    [WIP] Rookgaard Adventures

    OBS: I will be updating this post with new stuff I add. If you liked the idea, keep watching the thread, and remember to comment if you have any suggestions. Hello, I just started this project which I plan to make a Rookgaard Otsever 9.6, but without that stupid quests cipsoft introduced on...
  19. D

    NPC [How-to] Make NPCs tell stories

    npcHandler:say({"text", "text2"}, cid) WORKED FOR ME TFS 2.1.4 THANKS THIS THREAD IS LIFE SAVING.
  20. D

    Action Action {OutFit Script}

    how do I make it like tibia RL? I want the soil guardian outfit not to be available for everyone, and you can only wear him after doing the quest. How do I do it? i know its on the outfits.xml file
Back
Top