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

    Lua unjustified points (skulls)

    didn't know that, like this?: untested local function executeDbQuery(name) db.query("UPDATE player_deaths SET unjustified = 0 WHERE unjustified = 1 AND killed_by = " .. db.escapeString(name)) return true end function onUse(player, item, fromPosition, target, toPosition, isHotkey)...
  2. JayMeazy

    Lua unjustified points (skulls)

    try to kick the player afterwards, player:remove()
  3. JayMeazy

    [USA] Xilux-OTS EVO (8.6)

    lol this was me, I don't remember this release at all though, I see I stuck with a lot of ideas I had back then though.
  4. JayMeazy

    C++ TFS 1.2 Is it possible to fix the spell emote spam

    @Sarah Wesker @4Nathu4 would it be more efficient if I saved the condition, so it didn't call it? for example: if (!player->hasCondition(CONDITION_EMOTESPELLEXHAUST)) { Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_EMOTESPELLEXHAUST, 4000...
  5. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    I fixed the crash, it was really stupid >.> and cobra will be nice, but there might be better sets next time ;d Added 10 seconds login protection, which was ironically where the crash started. Now it works, If you don't move, or attack anything, for 10 seconds you don't take damage. Added...
  6. JayMeazy

    C++ TFS 1.2 Is it possible to fix the spell emote spam

    I needed this too, it should work for you too, you'll have to adjust the numbers because I have different cooldowns, first go to enums.h add CONDITION_EMOTESPELLEXHAUST to the bottom of ConditionType_t table: CONDITION_EXHAUST_COMBAT = 1 << 23, // unused CONDITION_EXHAUST_HEAL = 1 <<...
  7. JayMeazy

    C++ IsSupress(type) crash

    oh lol, I didn't even have to debug, it says in the warnings about the NULL dereference, and like 5 other NULL dereferences, thanks to you guys I found those, I took out the custom part and made it in lua, now I can spam summon monsters that attack each other and it doesn't crash so that's cool...
  8. JayMeazy

    C++ IsSupress(type) crash

    Whenever I use Visual Studio debugger, and attach to the exe while it's running, with symbols loaded, it points me to this line: bool Creature::hasCondition(ConditionType_t type, uint32_t subId/* = 0*/) const { if (isSuppress(type)) { <--- return false; } are you saying that...
  9. JayMeazy

    C++ IsSupress(type) crash

    I did that and apparently that's not enough to hold the crash back, it does make it less frequent but once I summon a few monsters it throws it, memory access violation at 0x00000000000000, which i think has to do with the other functions being used, here's isSuppress: bool...
  10. JayMeazy

    C++ IsSupress(type) crash

    thank you, weird that it would only throw exceptions sometimes, seemed like right after a server save, which struck me as people duping.
  11. JayMeazy

    C++ IsSupress(type) crash

    Hello, I tried to add login Protection for 10 seconds via condition, just a generic condition, the same as CONDITION_MUTED, but it's crashing the server, even if no one logs on and receives the condition which is what struck me as strange, which is why I initially didn't think this was the...
  12. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    The crash appears to be something I've done recently, and is much more prominent on windows than Linux. I spend so much money here because I like the things that I'm learning, and I can't afford school lolol. After the crashes I was ready to never look at this again, but I can't deny that there...
  13. JayMeazy

    TFS 1.X+ mount on login

    try player:toggleMount() lowercase p
  14. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    Xilux-OTS will be down while I try to figure out the problem. Expect downtime to be in the 4-6 hour range while I make some changes.
  15. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    Vocation adjustments were made: So far I raised all knight and pally spells, made attack a factor in spells, which helps for 2h weapons, raised attack of all two hand weapons. Knights and paladins also have more health ( 25% more for knights, 33% more for paladins ) 25% more health for druid and...
  16. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    New Addon & Mount Npc added at temple+1: Attack speed Npc and Mounts have been fixed. Higher priced mounts now give more speed. Houses are now available. Added furniture npc for houses. Stamina ice cream cone is available in Gnomally for 500 minor crystalline tokens. Whoever went out of their...
  17. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    It's a custom formula, I can make like a graph, it starts at around 25x, goes up to about 50x, and then gradually goes down to 1x. LAUNCH IN ABOUT AN HOUR 1.5X EXP BOOST ACTIVE FOR FIRST 48H, OTHER GLOBAL BOOSTS WILL BE AVILABLE SOON. NO SHOP UNTIL THEN. NEW SPELLS ADDED FOR ALL VOCATIONS...
  18. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    LESS THAN 24H! Red Skull is set to 20 frags per day, 75 per week, 150 per month, and it lasts 2 days, black skull is double. Orbs will help out experience gain now for active players, orbs have a chance to give back a small amount of stamina too. Killing players also has a chance to give orbs...
  19. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    thank you! and it's under development, Join the Xilux-OTS Discord Server! (https://discord.gg/tb589XbyKX) Bows will now be 1h, and crossbows will be 2h, so that paladins can get rare 1 handed weapons. Also, all 2h weapons are being redone to reflect lack of a shield, so they will be...
  20. JayMeazy

    [USA][10x] Xilux-OTS - EVO START 12/27/2020 [LEGENDARY REWARD BOSS ITEM][FISHING REWARD BOSSES][SKILL POINTS][IMBUE][CUSTOM SPELLS]

    LESS THAN 3 DAYS TIL LAUNCH! Attack speed is now handled different, and will now be available on some equipment/weapons, Also extra attack speed will be available as imbuement! Also, as previously stated, server is launching in PvP-E, take care out there! ( Make sure you buy buffs from NPC's...
Back
Top