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

    Linux Running ipchanger

    When I'm running PyIpChanger.exe, I get an error bad format.
  2. proudera

    Linux Running ipchanger

    I can find: /home/proudera/.wine/drive_c/Python27/python.exe Then I get a terminal but I don't know where main.py is. I needed: PyIpChanger v1.2 - SOURCE.rar Extracting it, going to the directory and running python PyIpChanger.py Now I get: fixme:win:EnumDisplayDevicesW...
  3. proudera

    Linux Running ipchanger

    Which package?
  4. proudera

    Linux Running ipchanger

    I don't know how I can run the ipchanger on Linux: PyIpChanger v1.2 (all clients) I did: sudo apt-get install python2.7 python-qt4, now what should I do next?
  5. proudera

    Lua increase loot chance in function

    I still have a question remaining: If I have: -- Tiers local tiers = { [1] = { prefix = 'rare', chance = { [1] = 100000, -- chance for basic stat [2] = 5000 -- chance for second stat } }, [2] = { prefix = 'epic', chance = {...
  6. proudera

    Lua increase loot chance in function

    Thanks
  7. proudera

    Lua increase loot chance in function

    Alright, if I would do: if math.random(1, 10000) <= tiers[tier].chance[stat] then I would have 10% chance to loot that item?
  8. proudera

    Lua increase loot chance in function

    I'm using this script with tfs 1.2 client 10.99. -- Random Stats local rare_popup = true local rare_effect = true local rare_effect_id = CONST_ME_STUN -- Tiers local tiers = { [1] = { prefix = 'rare', chance = { [1] = 10000, -- chance for basic stat [2]...
  9. proudera

    Team Looking for team members/testers 8.6 custom server

    I've got a 8.6 custom server and am looking for team members/testers. Staff, scripters, mappers, tutors, testers anything. I speak Dutch and English. Post here or send me a pm if you're interested.
  10. proudera

    Help problem with cave boards

    Probably in creaturescripts. Feature - Creaturescript: onMoveItem(moveItem, frompos, position, cid)
  11. proudera

    Tibia 7.7 clone, run 7.7 server or a 7.92 one?

    I would say 7.92 since there are a bunch of 7.4-7.7 ots out there.
Back
Top