Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP So close yet so far #210

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

WIP So close yet so far #210

wants to merge 5 commits into from

Conversation

UTengine
Copy link
Contributor

@UTengine UTengine commented Jul 28, 2023

1st Query Script:
-- Use the kodb database
USE kodb;

-- Update the kind column based on the values from the remote database (1298) UPDATE k
SET k.kind = r.kind
FROM Item k
JOIN [1298].dbo.Item r ON k.Num = r.Num;

2nd query script to fix left over bardish (ITEM_CLASS_POLEARM)etc: UPDATE ITEM
SET Kind = 52
WHERE Kind = 100;

Use the provided skill userdata editor:
https://discord.com/channels/385253339971190794/1004036880444162089/1134510865496932412

Copy 1264 data\skills_magic_main_en.tbl and rename it to skills_magic_main.tbl

Copy 1264 Fx directory

TODO: Inbe4 ShitStorm of fixing every item kind on Ebenezer.
TODO: Figure out mage skills ice_target1_3.fxb partparticle version 6 1 bool too much. (ReadFile(hFile, &m_bParticleYAxisFix, sizeof(bool), &dwRWC, NULL);)
and when commenting it out some other version 6 fx skills become crippled O.o

Description

WIP Experimental branch help is needed with FX loading.
@Steve help needed......
💔Thank you!

1st Query Script:
-- Use the kodb database
USE kodb;

-- Update the kind column based on the values from the remote database (1298)
UPDATE k
SET k.kind = r.kind
FROM Item k
JOIN [1298].dbo.Item r ON k.Num = r.Num;

2nd query script to fix left over bardish (ITEM_CLASS_POLEARM)etc:
UPDATE ITEM
SET Kind = 52
WHERE Kind = 100;

Use the provided skill userdata editor:
https://discord.com/channels/385253339971190794/1004036880444162089/1134510865496932412

Copy 1264 data\skills_magic_main_en.tbl and rename it to skills_magic_main.tbl

Copy 1264 Fx directory

TODO: Inbe4 ShitStorm of fixing every item kind on Ebenezer.
TODO: Figure out mage skills ice_target partparticle version 6 1 bool too much or less. (ReadFile(hFile, &m_bParticleYAxisFix, sizeof(bool), &dwRWC, NULL);)
@UTengine
Copy link
Contributor Author

ps mage userdata table:
nation 2
race 13
Class 209
image
image
image
image
image
image

Copy link
Member

@stevewgr stevewgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately I can't review this one, because it is combined with changes from previous PRs.
As also mentioned on Discord, the changes should be isolated per PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants