Is This Possible? :S

Desolation Mir2 (Med Rate Server)

Dumachi

LOMCN Veteran
Veteran
May 18, 2007
384
1
43
Romania
right, want a npc which will show items names and stats by connecting to sql database and only showing dura/name/dc/sc/mc cant see it working for mc/sc because off 1 = mc 2 = 2 but would it work for the others? :S
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
215
UK
In theory it would be a readsql and whatever the mc/sc type column is just do a quick
#IF
EQUAL D0 1
#ACT
Mov A0 MC

then display A0 instead of the number.

Think you get the idea.

I'm assuming you want to put in an item name or select an individual item somehow and see it's stats - should be possible as you're only reading data from the TBL.
 
Upvote 0