I need just a little help....
OK this is a really dumb dumb question but im new so lay off me.
HOW DO I ADD NEW GRAPHICS TOO MY DMOD!!
Im trying to add the elemental swords but i just cant work it out.
If you guys could tell me and then tell me how to make sure it goes to inventory that would be great XD
HOW DO I ADD NEW GRAPHICS TOO MY DMOD!!
Im trying to add the elemental swords but i just cant work it out.
If you guys could tell me and then tell me how to make sure it goes to inventory that would be great XD
Not dumb
Paste the following into your dink ini file(your dmod) and cnange new to the name of your folder and xxx to the graphics names and the 40 to the slot number you have picked for your graphics to go in
load_sequence_now graphics\new\XXX- 40 NOTANIM
Paste the following into your dink ini file(your dmod) and cnange new to the name of your folder and xxx to the graphics names and the 40 to the slot number you have picked for your graphics to go in
load_sequence_now graphics\new\XXX- 40 NOTANIM
Also, "NOTANIM" makes it not animate, so if you wanted to add a sequence that did animate, you would just remove that part of the line.