You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I run the following script because these make it crash. SELECT * FROM K_NPCPOS WHERE (zone = 1 AND NpcID IN (351, 1154)) OR (zone = 2 AND NpcID IN (950, 1053));
Then we copy the results into our K_NPCPOS.
CSV file:
Now we have working smd's and spawns and translated warp entries that fully work:
If we want to fix moradon 1264 client file or any moradon to warp out back we replace the following:
We replace this BYTE with a SHORT (credits openko)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
First I run the following script because these make it crash.
SELECT * FROM K_NPCPOS WHERE (zone = 1 AND NpcID IN (351, 1154)) OR (zone = 2 AND NpcID IN (950, 1053));Then we copy the results into our K_NPCPOS.
CSV file:
raw SQL Copy:
Then we launch AIServer you will notice that monster all init success isnt showing

If we launch ebenezer it will say failed to connect to AIServer
Furthermore we observe the following in the trace debug output:
These are the steps to reproduce
The following is the fix:
https://github.com/ko4life-net/ko/files/12185114/servermapsv2.zip
We replace the smd's we rename them accordingly in zone_info database
and then we update the ebenezer gamedefine source to contain sNation:
ko/src/server/Ebenezer/GameDefine.h
Line 546 in f7b210b
Now we have working smd's and spawns and translated warp entries that fully work:

If we want to fix moradon 1264 client file or any moradon to warp out back we replace the following:
We replace this BYTE with a SHORT (credits openko)
ko/src/game/GameProcMain.cpp
Line 4176 in f7b210b
The result:

All reactions