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

    OTClientV8 BOT

    elfbot icons! :o sicky there are hotkeys and shortkeys too? --- i'll test it when i got vacation, maybe i help with some scripts (waypointers... idk a lot) there is no reason to use cip client no more how to put it to work in normal otclient? just create a folder mods and paste all stuff there?
  2. zexus

    OTClientV8 BOT

    this bot will work as mod for default otclient? or only for your client?
  3. zexus

    TFS 0.X SubType missing for parameter item:

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Hyancith" script="data/npc/scripts/potshop.lua" skull="green" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="130" head="19" body="86" legs="87" feet="95" addons="0" /> <parameters> <parameter...
  4. zexus

    TFS 0.X SubType missing for parameter item:

    i tried as u said blank rune,2260,10,1 no errors on console, but when i try to buy, if i have 10 gps, its okey, it buy only one (price shows 10gp) but if i try to buy with more then 20 gps on bp it buy 2 even i'm selecting one it buy 2 with 20 gps if i have 100 gp on bp, try to buy 5, it buy...
  5. zexus

    TFS 0.X SubType missing for parameter item:

    It shows everytime i open my server [Warning] NpcSystem: SubType missing for parameter item: blank rune,2260,10 [Warning] NpcSystem: SubType missing for parameter item: blank rune,2260,10 [Warning] NpcSystem: SubType missing for parameter item: blank rune,2260,10 [Warning] NpcSystem: SubType...
  6. zexus

    TFS 0.X Quests on Quest Log with a storage time

    I found and use this amazing quest system i found on forum. local mins = 60 local hours = 60 * 60 local days = 24 * 60 * 60 local quests = { -- /data/creaturescripts/quests.lua -- rook [8000] = { item = 2385, lvl = 1, time = 15 * mins}, -- sabre [8001] = { item = 2485, lvl = 2...
  7. zexus

    Quest log on lua 0.4

    I found here on forum this amazing quest system, where players can do a quest more then one time. local mins = 60 local hours = 60 * 60 local days = 24 * 60 * 60 local quests = { -- /data/creaturescripts/quests.lua -- rook [8000] = { item = 2385, lvl = 1, time = 15 * mins}, -- sabre...
  8. zexus

    TFS 0.X quest log on lua 0.4

    bump
  9. zexus

    TFS 0.X quest log on lua 0.4

    https://github.com/Fir3element/3777/blob/master/data/XML/quests.xml
  10. zexus

    TFS 0.X quest log on lua 0.4

    what are u mean?
  11. zexus

    TFS 0.X quest log on lua 0.4

    https://github.com/otland/forgottenserver/pull/1973 Is this possible to do quests log on lua on 0.4 like @Mkalo made to 1x? how to? bump bump bump bump bump
  12. zexus

    Action Exercise Dummy for TFS 0.4 :o

    Even changing to DoPlayerAddSpentMana There is on: https://github.com/Fir3element/3777/blob/master/src/luascript.cpp It is showing: [0:2:40.935] [Error - Action Interface] [0:2:40.935] data/actions/scripts/exercise_dummy.lua:onUse [0:2:40.935] Description: [0:2:40.935]...
  13. zexus

    Action Exercise Dummy for TFS 0.4 :o

    Just amazing... But... There is no much good sprites to use as train weapons on 8.6, i was thinking about using only one item (8980) as train weapon Could you help me to give another version of this script? If player clicks on train statue and have the item on BP checks witch weapon players...
  14. zexus

    Quest time on quest log

    So should i just change the data/xml/quests.xml to: https://pastebin.com/raw/CqfThQfV ??? And on quests.lua, what should i do to show the time left?
  15. zexus

    Autoloot buying

    There are a few made for the community, for example: [Mod] Auto Loot (https://otland.net/threads/mod-auto-loot.164289/)
  16. zexus

    Quest time on quest log

    bump
  17. zexus

    Quest time on quest log

    bump
  18. zexus

    Quest time on quest log

    bump
  19. zexus

    Quest time on quest log

    bump
  20. zexus

    Quest time on quest log

    bump
Back
Top