• 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!

Recent content by Zombiegod

  1. Zombiegod

    TFS 1.X+ Monster works, but client side is buggy. health increase from int32 to int64

    i would put this as a source issue but idk if it is. I change everything i could find for health relating to monsters, in game it seems to be working, they move, attack, can be attacked ect. However when looking at them it states the HP as if its a int32. When attacked the health bar above the...
  2. Zombiegod

    Feature Reborn System | Reset level, increase power, set exclusive items, spells, houses, web and more!

    For everyone asking, here you go, it does rebirths for free, but here is a NPC script you can use. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  3. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    ummmm... did you read? I said i found out that it was the case. So of course i did that.
  4. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    Yea, however it strange, as other mobs that did not do heals such as the cat i posted earlier were also triggering it, not as rapidly, but they were. Also it was not triggering in 1.2 unless you attacked something.
  5. Zombiegod

    NPC Advance Guard [Attacking Pk's and Monsters with options] [TFS 1.x]

    Really like the alterations! great script!, however for the one that stands still, it seems for me he just defaults to teleporting back, rather then walking.
  6. Zombiegod

    TFS 1.X+ where do i find the int32_t in the source for all the player/monster stats and hp/mp.

    I am trying to raise all the limits on my server to the 64bit integer limit. Why? so that if i need to go higher then 2b, i can. I got a lot of it done i feel, as i have been using my admin chicken as a test monster, atm its health is set too 10 trillion, then i gave it monster levels 1-100, so...
  7. Zombiegod

    Monster Training Dummy with DPS calculation

    Thanks! i really like this script, also for anyone that wants it, i added in a "DPS" log, and adjusted the DPS texts position to be on the player. Firstly change this target:say(string.format("New Record! DPS: %d", PLAYER_DPS[pid]), TALKTYPE_MONSTER_SAY, false, player...
  8. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    i have 0 clue, as to why i mentioned where i found it, and showed where it was. To my knowledge nothing should of triggered it without being attacked. As it was on my TFS 1.2, at the time i just was like w/e we are in dev and it only happened when you attacked or were attacked. EDIT: just to...
  9. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    Good news!, i happened to randomly stumble upon what was causing "1" to be spammed, bad news, i have 0 clue why it was being spammed when players entered the monsters view. So this bit of code std::cout << bonusRebirth << std::endl; From this system Feature - Reborn System | Reset level...
  10. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    nothing already said i looked through all my files for print.
  11. Zombiegod

    Lua tfs 1.2 odd bug

    Thanks everyone! i made the adjustments and turned it into a local function, at least for now. It is current;y working flawlessly (to the best of my knowledge.).
  12. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    its something i found of otland. https://otland.net/threads/monster-changing-appearance-to-all-creatures-tibia-10-36.223561/ and the other related scripting i have to trainers is this https://otland.net/threads/training-dummy-with-dps-calculation.263659/
  13. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    nah, i tried changing the encoding.
  14. Zombiegod

    TFS 1.X+ Console getting spammed with "1"

    Double checked all prints, they are set to something like a error this or error that, including source ones in the file you ask me to check. And i am using the latest (as of 2 days ago) source from the github I did find this while searching, its in my lib and it does print something but i have...
  15. Zombiegod

    Lua tfs 1.2 odd bug

    not really, most of the work done is barely custom, the little that is custom you dont need access too due to me knowing the code is good to go. HMU on discord, pm me.
Back
Top