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

    TFS 1.X+ Shielding doesnt increase even with shield

    Hi I'm not sure whether I'm retarded or something, but I just compiled fresh TFS 1.2, created db with default schema and decided to test skilling shielding and... it doesn't work <lol> * I have shield * Monster is hitting me (actual dmg, not just poofs) * I'm hitting him (actual dmg, not...
  2. Exeus

    TFS 1.X+ When does execute event actually end?

    Hi! I'm using TFS 1.2 and I'm kind of changing TFS' death but I found some part that I struggle to understand Here's the code: https://github.com/otland/forgottenserver/blob/master/src/creature.cpp#L727 for (CreatureEvent* deathEvent : getCreatureEvents(CREATURE_EVENT_DEATH)) {...
  3. Exeus

    What's the reasoning behind getDeathPenalty's static cast to u_INT32_?

    So, we have Player:getDeathPenalty() (lua) which internally calls Player::getLostPercent() in player.cpp which returns double like 0.031804801590335649 and then cpp -> lua proxy multiplies it by 100 (which is fair) but then rounds it to uint32? why???? luascript.cpp int...
  4. Exeus

    TFS 1.X+ Adding new skull

    Hola I'd want to add new skull which looks like black skull, but has no behaviour at all I tried some reverse engineering current cpp code but I have no idea how to connect tibia client's skull id (look) with new skull in TFS When I assumed that Skulls_t has id of skull for tibia client's...
  5. Exeus

    How can I access&change variable between lua files?

    Hi! I need to access variable that has to be shared between two lua scripts talkactions/a.lua for key, player in ipairs(players) do player:sendTextMessage(MESSAGE_STATUS_DEFAULT, tostring(GLOBAL_CURRENT_SOMETHING)); end creaturescripts/b.lua onLogin(player)...
  6. Exeus

    Support C# scripting

    Hi! What I'd have to do in order to support C# as scripting language in e.g TFS 1.3? AFAIK GTA 4/5 are using C# for their moding community
  7. Exeus

    What editor do you guys use for lua scripts development?

    Intellisense? refactor ability? snippets?
  8. Exeus

    Reverse Engineering 8.6 client - getting current pos(x,y,z)

    Hi, sorry if I used wrong section. I really couldn't decide ;o So, has anyone idea on how to receive those variables from tibia client to e.g C# program? Some time ago I saw posts suggesting using Cheat Engine to scan memory and receiving those memory addresses, and then adding something like...
  9. Exeus

    player.Save() used with Game.getPlayers() - Thoughts?

    Let's assume that I'd want to use something like this: while(true) do local t = Game.getPlayerCount() local arr= Game.getPlayers() for i=1,t do player = arr[i] player:save(player) wait(1000) end wait(900000) end 1...
  10. Exeus

    What happened to otland's ip changer that virustotal shows 26/61?

    I'm just curious... Antivirus scan for 091716b421ed9cd032b372363db4810ec9be0c46764012aacecb7867f3654451 at 2017-05-16 17:45:32 UTC - VirusTotal
  11. Exeus

    Old tibia clients without "features" (malware) - Any trustworthy links?

    As title says. Ofc virustotal scan: 0/56 BTW: Any cheap VPS ? (Windows)
  12. Exeus

    New mounts (magic carpet) - RL Tibia

    Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ Soon™ >??????????<
  13. Exeus

    rl tibia profession rework hhhhhh

    "Dev Note Vocation Definitions Over three years ago, we presented you a rough concept to redefine the four vocations. Due to several internal and external factors we had to put off our work on this topic. After all the time that has passed by, it is finally time again to pick up our work. Of...
  14. Exeus

    Selling Sell Casino House - Castle Shop 2 -

    Sell Casino House - Castle Shop 2 - 400kk
  15. Exeus

    polako-brasiliera

    @Fenyxxx stay active on tv 3:0 soon?
  16. Exeus

    3:2 or nothing?

    3:2 plz? pl
  17. Exeus

    Magic Level 1yr ago and now

    (its only info) ;O 1 Year ago: Now:
  18. Exeus

    @Flandiezor

    hey mr trollerinio its you?
  19. Exeus

    @Mark [no roshamuul]

    Can you add it when will you have time? - Repair ground in drefia grims /// ( these grims walking like tibia audio bot ;o ) - Vampire Lord Bosses 5 stupid bosses - i think its max 2-3h /// ( becouse vampire doll ) - 3th spawn necropharus ( ye, it is on rl ) ( dunno why xd ) - Elf boss...
  20. Exeus

    Oldari Legendari

    How Long You & And What You Get??
Back
Top