jenwin Beginner
Joined: 05 Jul 2003 Posts: 24 Location: Sweden
|
Posted: Fri Apr 09, 2004 2:19 pm
Database figuring... |
Hello, I am trying to build a database with loring eq.
The only thing I want it to do is to sort out
the eq based on if its 16hr or if its 240hit
for example:
You study the an evil presence very carefully
You know what this is!
Object 'evil presence' is type armor.
Extra flags none.
Usable by all.
Weight is 2, value is 100, level is 100.
Armor class is 0 pierce, 0 bash, 0 slash, and 0 vs. magic.
Affects DEX by 2.
Affects STR by 2.
Affects HIT by 60.
Affects HITROLL by 16.
Since its 16hr id like that to be in a 16hr database and only thing I want in that database is the name of the item and what affects is.
Next example:
You study the a gold signet ring very carefully
You know what this is!
Object 'ring golden signet' is type armor.
Extra flags none.
Usable by all.
Weight is 2, value is 100, level is 100.
Armor class is 2 pierce, 2 bash, 2 slash, and 2 vs. magic.
Affects HITROLL by 4.
Affects HIT by 240.
Ok, thats now is a hit 240 eq and Id like to that to in separate database that records its name and affects as well.
How do I do this?
Thank you for your help. |
|