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

    Lua Magic wall problem

    I keep having this problem for a while already. [15/02/2018 20:22:46] [Error - Spell Interface] [15/02/2018 20:22:46] data/spells/scripts/support/magic wall rune.lua:onCastSpell [15/02/2018 20:22:46] Description: [15/02/2018 20:22:46] data/spells/scripts/support/magic wall rune.lua:11...
  2. Daemonium

    AAC Gesior AAC error on stop 4.

    I've seen many people who had that problem, but it's never been annswered. So I would like to know how you guys fixed this issue. Thank you very much! Fatal error: Call to a member function fetch() on boolean in C:\xampp\htdocs\classes\account.php on line 33
  3. Daemonium

    Looking for a spriter

    Look for thornspriter! He did an awesome job for me
  4. Daemonium

    Graphic Designer I offer myself to sprite

    I've reached out for him and ask him to do some sets for me and it's awesome!!! He has done better then what you can see here! He's now really good! The price is fair!!!!!!!!!!! Recommended! Recommended!! Recommended!!
  5. Daemonium

    Black demon sprite result! (Really black)

    grey demon :P I love your wyrm haha nice job!!
  6. Daemonium

    Dodge system TFS 0.3.6

    well with local percent = 1, you will have 30% chance of dodge if you have 100/100 dodge... (getPlayerStorageValue(cid, lvldodge)*3) --> lvl dodge * 3 ex: 100*3==300 math.random (0,1000) ---> get a random number from 0 to 1000 300 >= random anything else ?
  7. Daemonium

    Black demon sprite result! (Really black)

    Here you go! (I'm a Goobers nostalgic) Christ!
  8. Daemonium

    RESQUEST! - Sprite for all outfit that aren't in version 8.6.

    Hello, I already got some sprite that I took on version 10.54, but the third addons dosen't fit... So I would like to have the working sprite of those outfit! thanks! Christ
  9. Daemonium

    Dodge System Sevu

    I solved it alone but thanks anyway :D
  10. Daemonium

    Lua - !points - TFS 0.3.6

    bump
  11. Daemonium

    Windows Shop History on Gesior, Offer Name 0 ?

    It's fixed! Go in phpmyadmin --> z_shop_history_item change offer_id value: int(11) to varchar(255)
  12. Daemonium

    Gesior Character auctions (TFS 0.3.6)

    Hello, I've been looking for that for a while and I didn't find any that work with my server.. maybe one of you know where I can find it! Thanks, Christ!
  13. Daemonium

    Dodge system TFS 0.3.6

    Alright, you will need to add this in /data/action/action.xml: <action itemid="ID OF YOUR ITEM HERE" event="script" value="dodge.lua" /> Then you need to add this in /data/action/script : Name it dodge.lua local config = { effectonuse = 28, -- effect (/z) levelsdodge = 100, ---...
  14. Daemonium

    Lua - !points - TFS 0.3.6

    Hello, I would like to have a talkaction wich players could use to withdraw and deposit points! (to trade point in game) Ex: !points withdraw, 12 (+12 points on char/-12 points on website) !points deposit, 34 (-34 points on char/+34 points on website) Thanks, Christ
  15. Daemonium

    Dodge system TFS 0.3.6

    Solved if you need it just ask!
  16. Daemonium

    Wanted Gamemaster tfs 0.4

    You could just create a monster with the name of Game Master for your event! ;) It would do the same.
  17. Daemonium

    Lua !withdraw premium_points in game

    I would like to have that! If someone can complete this it would help me :p. (tfs 0.3.6)
  18. Daemonium

    Lua Add Second Effect to spells

    I use tfs 0.3.6, and it works. Might be outdated...
  19. Daemonium

    Lua Add Second Effect to spells

    You can also use the spell creator to help you, if you can't script it. You download it here; OpenTibia - SpellCreator: A graphical spell creation enviroment
  20. Daemonium

    Windows Shop History on Gesior, Offer Name 0 ?

    I have the same problem! anyone got something to fix that ?
Back
Top