Age | Commit message (Collapse) | Author | Files | Lines |
|
tmwa-admin. Fixed communication from char server to login server. Added translations and comments. Minor QoL.
|
|
I unfortunately do not care for TMWA.
So I'll not check if this fixes anything either.
TMWA could always be compiled anyway.
There's no compilation error AFAIK
But as I said ─ whatever, I don't care.
See merge request legacy/tmwa!233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
battle.cpp is very messy and full of bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issues
|
|
|
|
|
|
|
|
|
|
patch
|
|
|
|
When an NPC called destroy; from an attached script, npc_id, and
associated state, was not properly cleared. This meant that the
server considered the PC to still be in conversation, preventing
many actions including walking, but with an invalid NPC.
This clears state for the specific case of the a PC attached to
the script instance that called destroy. It is still not safe to
call destroy; if other players may be attached to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|