[HELP]page script

why not learn how to make a Item generator in HTML/PHP?
It would have a choice of either Weapon or Armor, It would have CELLS with Columns, Weapon Columns labled:

Code:
ID
name
mesh_name
totalpoint
type
res_sex
res_level
slot
weapon
weight
bt_price
delay
damage
range
ctrl_ability
magazine
reloadtime
slug_output
gadget_id
hp
ap
maxwt
sf
fr
cr
pr
lr
color
image_id
bullet_image_id
magazine_image_id
desc

etc..
Then have php use the weapon format:
Code:
	<ITEM id="" name="" mesh_name="" totalpoint="0" type=""
		res_sex="" res_level="" slot="" weapon="" weight="" bt_price="" delay=""
		damage="" range="" ctrl_ability="" magazine="" reloadtime="" slug_output=""
		gadget_id="" hp="" ap="" maxwt="" sf="" fr="" cr="" pr="" lr="" color=""
		image_id="" bullet_image_id="" magazine_image_id="" desc="" />

then have a button that would be "Make Item"
it would put the correct cells/columns in the correct section.
then it would have a box that returns the given data.
 
Upvote 0
what i dont need this crapp....i just want make page where i can put items
by CID then item id... lol XD

You accually do need them If your making a item.
and why what do you mean by 'CID' then item id?
The Table in the Database doesnt need the CID & Item id -.-
 
Upvote 0
Back