Reply to Re: help me i can't stop 3ding
If you don't have an account, just leave the password field blank.
Your item-fst.c is overwriting the stuff you set in dink.ini, I think:
dink.ini
item-fst.c
If you remove the latter, or add the extra info from dink.ini into it, the graphics *mostly* align right (except for the upward animation, but that's probably just a matter of more fiddling.)
EDIT: Ah, that one just didn't work because you have an extra space here:
Also, purple head and pink boots?! Hardcore, man.
dink.ini
load_sequence_now graphics\khepran\hit\c-h2- 870 75 44 69 -9 -11 8 6 load_sequence_now graphics\khepran\hit\c-h4- 872 75 40 69 -7 -10 8 6 load_sequence_now graphics\khepran\hit\c-h6- 874 50 34 68 -8 -8 9 6 load_sequence_now graphics\khepran\hit\c-h8- 876 75 43 66 -8 -10 9 5
item-fst.c
init("load_sequence_now graphics\khepran\hit\c-h2- 870 75"); init("load_sequence_now graphics\khepran\hit\c-h4- 872 75"); init("load_sequence_now graphics\khepran\hit\c-h6- 874 75"); init("load_sequence_now graphics\khepran\hit\c-h8- 876 75");
If you remove the latter, or add the extra info from dink.ini into it, the graphics *mostly* align right (except for the upward animation, but that's probably just a matter of more fiddling.)
EDIT: Ah, that one just didn't work because you have an extra space here:
876 75 43
Also, purple head and pink boots?! Hardcore, man.
