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

  1. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Ok, this must be source related, correct? Any idea where to start or can you help me? :) I could pay for support on this one if you want.
  2. Neptera

    OtcV8 Outfit Problem

    I know, I just wanted to let you know that it is possible to fix and I will update you if I find a solution of course and share it here.
  3. Neptera

    OtcV8 Outfit Problem

    I had the same issue with TFS 1.2. Managed to solve it at some point and then deleted the client. So it is possible, just forgot how to fix it. Basically I'm stuck at the same issue and trying to solve it too :D
  4. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    How can I make so that items on the ground save on the map even when I close the server and only be deleted with the daily server save?
  5. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Here is issue I have found: Creatures damage Creatures loot tables Spells (accuracy) Tiles for borders and water Movements are a bit off feels laggy (Neikro fix this issue) Scripts needs to be seen over (OnThinks) Random crashes if more players connected (idk why yet) Quests such as poi and...
  6. Neptera

    Otclient Classic UI

    what is module trainer?
  7. Neptera

    Lua Server Crash

    My server crash randomly, and I get not errors in the console. If i look in the logs, it tells me this: Faulting application name: theforgottenserver.exe, version: 0.0.0.0, time stamp: 0x66472cad Faulting module name: lua51.dll, version: 0.0.0.0, time stamp: 0x65b1ef42 Exception code...
  8. Neptera

    Lua Nostalrius - Outfit scroll?

    Anyone got outfit scroll for Nostalrius? An item that actually add a custom outfit for the player to select? I tested a few, but seems like Nostalrius do not have "addOutfit" or "addOutfitAddon".
  9. Neptera

    Lua Nostalrius - Shared Party Kills?

    Yes, but this code only register kills when player is in party (not solo kills): local function getKillers(creature, party) local killers = {} local timeNow = os.mtime() local inFightTicks = configManager.getNumber(configKeys.PZ_LOCKED) for uid, cb in...
  10. Neptera

    Lua Nostalrius - Shared Party Kills?

    How can I make this lua script give one kill to each player in a party and not just to the killer? function onKill(player, target) local monster = config[target:getName():lower()] if not monster or target:getMaster() then return true end local storageValue =...
  11. Neptera

    Lua How can I get it to NOT remove the item already got MAX slots?

    As title says, how can I get this code to NOT remove the item on usage if the target item already got max slots? Where it says "Slot limit reached" in the end of the script. local conf = { maxSlotCount=1, ignoredIds={} } function choose(...) local arg = {...} return...
  12. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    I tried using the same client and server locally, then it works. But over the internet, I experience issues with the Live Channel not opening and the casters character not showing until he change floor. Why is that? It only happens when I watch over the internet. Is it that I must open some...
  13. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Cast works, but not the Live Channel. Also, when watching someone the character is invisible until the caster changes floor.
  14. Neptera

    TibiaCore 7.4 TFS 1.2 same Nostalrius project.

    Seems like deathloss is wrong too? 10% without promotion, 7% with promotion. 1% on all bless. 2% fully blessed. Why is that? Got a fix for this?
Back
Top