ibm2431
ibm2431
Judging by the call stack, I think this case might just be NPCs [that call `wait()`](https://github.com/DarkstarProject/darkstar/blob/master/scripts/zones/Port_Jeuno/npcs/Red_Ghost.lua#L48-L59). I can harass [Jorin](https://github.com/DarkstarProject/darkstar/blob/master/scripts/zones/Western_Adoulin/npcs/Jorin.lua) all I want without him throwing the server in the...
Could we potentially use `npc:speed(0)` to replace wait?
Regarding when checks are done, this line got me thinking: > when we get to implementing magian trials this is going to matter And what I'll add: "Should RoE ever...
What if we're a weirdo and use MariaDB? :anguished:
[Jailer of Justice spawning seems to be commented out](https://github.com/DarkstarProject/darkstar/blob/master/scripts/zones/AlTaieu/npcs/qm2.lua). Its [mob file looks mostly empty](https://github.com/DarkstarProject/darkstar/blob/master/scripts/zones/AlTaieu/mobs/Jailer_of_Justice.lua); I'd wager it is not fully implemented yet.
Looking at the dress + THF AF hands: Ignoring /lockstyle, does the hands item get properly removed when _equipping_ the dress (either manually or from an equip set)? Is equipsets...
**Ignoring /lockstyle**, are equipsets allowing _both_ items _in the set_? Can one use /equipset to _equip_ both the dress and hands?
@teschnei So the problem is only the _display_, and the server isn't forgetting to check for multi-slot items when _equipping_ an equipset?
I fired up my server to play with it some, some things I've noticed thus far: A) Equipset is allowing you to _define_ pieces in both slots (this does not...