Zach Toogood

Results 349 comments of Zach Toogood

Now that @TeoTwawki has prompted me, I've tried killing (DC) bees at Lv2 for 90xp, but a chain never forms. I'm not sure what sort of madness I was under...

Technical reading for anyone who wants to take a look at this: https://github.com/ahupowerdns/luawrapper/pull/46/files https://github.com/ahupowerdns/luawrapper/pull/45/files https://github.com/ahupowerdns/luawrapper/pull/44/files http://lua-users.org/lists/lua-l/2011-06/msg00372.html

Possible relevant area: https://github.com/DarkstarProject/darkstar/blob/master/src/map/entities/battleentity.cpp#L1563

I wonder if it's worth adding a new member to `CCharEntity` when only the population that equips the scythe at least once will ever need it, there's nothing else as...

depends on https://github.com/LandSandBoat/server/pull/2216

If char creation is the issue, it's a free PR for someone to move the ` super(player)` 2 lines up

Hmmm, I doubt it though, since it's the last possible thing that happens at the end of `LoadChar`: ``` LoadChar luautils::OnGameIn(PChar, zoning == 1) xi.player.onGameIn = function(player, firstLogin, zoning) if...

This module was added by you 19 days ago: https://github.com/LandSandBoat/server/commit/a8d63c1d1978d4c53743087e010d3cb6f11661c3 Has the crash appeared since then? Can you pinpoint when it started happening?

Nice tracking issue 👍

With this: https://github.com/LandSandBoat/server/pull/2106 You should be able to get the NPCs working correctly