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

    Lua Spell damage formula

    Hello, I'm stuck with trying to change below aoe script. It was used for a mage and damage formula worked fine, however i wanted to adapt it to melee vocations and therefore add weapon attack to the damage formula with no success. Could someone assist in this regard? -- Delay between animations...
  2. sick

    Lua Spell damage formula

    Hello, This is Utori San based script, instead of costant 150 damage each turn I'd like it to scale based on your level and magic level. Could someone assist please :) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat...
  3. sick

    Dangerous website

    Hello, Recently we've created website for our soon to be launched ot server, however I've noticed that using chrome we get security error before trying to access it. Has anyone had such issue before? Any ideas what can be the root cause of it?
  4. sick

    Custom backpack issue

    Hello, I was trying to create new backpack. As i understood i got to change item category to containter in items.otbm I'm using OTItemEditor 0.3.9 however after marking item as "Container" and then hitting save and reopening the same items.otbm file i find the backpack at previous "Other"...
  5. sick

    Lua Gift box

    Hello, So i've came across an issue: Idea is to click on a gift box and receive items on random basis, get not just one item but any of listed ones. Currently it rewards you with only 1 item. Please help out with this one: local items = { [0] = {id = 10129, count = 1, chance = 2}...
  6. sick

    Lua NPC random chance

    Hello :), I'm looking for some help with adding random chance of success when giving X item and receiving Y item. For example there is just 30% chance to receive Y item when giving out X item. function obsidian(cid, message, keywords, parameters, node) if(not npcHandler:isFocused(cid))...
  7. sick

    Selling Selling 3 chars, 12kk+

    Selling list: Selling 3 accounts 205 rp(Sold to Wakinsky for 250k in Aurora), 191 ek, 215 ek and 248 ek, recovery keys and emails are not taken; also selling 9kk gp. Accepting cash and items in RL tibia world Aurora, or RL cash from a verified paypal account. PM me or msg me on Xesh if...
  8. sick

    Changing tibia.dat [9.54] fields

    The question is whats the number of fire field in tibia.dat (tibia v. 9.54, using the Gray Dat Editor), there are like 15000 items and manually searching for it 1 by 1 will take ages, maybe some1 knows exact number of it? Thanks in advace :)
  9. sick

    Linux Modern Aac Problem

    When Someone trys make Account , And he press Register , it looks like it loading... but after some secs nothing happends... how i fix it ?
  10. sick

    Spell words fail

    Fixed
  11. sick

    Lua Spell request

    So the idea is to make a spell kind of familiar to sharpshooter. When you cast the spell you get paralyzed, get exhaust only for attack spells and become 50% stronger against all types of damages for 10 seconds. The spell has exhaust for itself for 30 seconds, i mean u can only cast it after 30...
  12. sick

    [Sweded] 8.54 Warfare noobwar RESET . TODAY START 22 CET JOIN WAR

    [Sweded] 8.54 Warfare noobwar . START JULY 21 13CET JOIN WAR Hello otlanders, at last I've almost finished my low level war server, which is going to be launched in up coming week so check this thread out and join us at the opening! Update: added Boss Hunting Place with requered 1 crystal...
  13. sick

    Windows Problems with RME and graphics

    I used to map a lot years ago and rme used to work fine, but now when i installed map editor it lags badly and there are some weird black lines. I just can't even map with this lag dunno whats the problem. My graphics card is kind of old but it worked just great with the map editor like 6 months...
  14. sick

    Lua Broadcast request

    I was wondering if someone could make script that broadcasts top 5 fraggers online at that moment ( I mean it tells the frags you made from your log in ). So for example I have total 355 frags at the moment, and i made 15 frags from my log in so the broadcaster will show my name and those 15...
  15. sick

    Redskull and Black skull editing

    Lets say guy gets red skull or black skull, how can i edit this that if he dies he wouldn't lose his items, and black skull can attack everyone with area spells also without getting 2x damage to him. Don't tell me that the only chance is to edit source, cause i don't even know where to start...
  16. sick

    Lua A quest mission script

    I'm creating a new quest and I'm stuck at one script: When i use pick on these stones i get 1 small stone, but that works just once, if you try to get a second small stone it says something like - You have already done this. If anyone could make this script I would be very glad :) The...
  17. sick

    Lua Adding time to this script

    So i got this script: when i use the lamp the ladder appears, when i use it again, ladder disappears, however, I need to add a line that if lamp was used 1 time and ladder appeared, ladder would disappear automatically after 1 min. Thanks in advance :thumbup: function onUse(cid, item...
  18. sick

    Question about dedicated servers

    Time has come for me to buy a dedicated server and i was looking through the forums and couldn't find any well and cheap servers. :huh: So does anyone know any web page which provides dedicated servers for 20-40 euro per month, I'm not looking for really hard ones which can hold 1k players...
  19. sick

    [Sweden] Unique NoobWar TEST server (8.54/ 8.55/ 8.57)

    Welcome to Test server of Warfare Hello otlanders, today I'm reopening my low level war server, which is still unfinished completely, however i decided to open a beta test which is going to be hosted at home while looking for bugs, so its going to be open 12-18 hours per day. Date of...
  20. sick

    Lua Adding new condition

    So i got this simple question, how to add death protection ( lets say 50% ) or all elements protection to this script, when it is casted. Maybe its something simple like: setConditionParam(condition, CONDITION_PARAM_XXX_YYY, ZZZ) i just dunno what are the words for these conditions. :S (This...
Back
Top Bottom