Quote:
Originally Posted by playg
i see thanx il try it we i get back to my comp is there anyway to edit a whole row?
|
yes there is a way to edit a whole row type this in query
update cq_monstertype set drop_item_chance=9000;
and then edit
update cq_dropitemrule set item0=729017;
and where it says item 0 you do that all they way up to item 14 in navicat query so u would do it like this
update cq_dropitemrule set item0=729017;
update cq_dropitemrule set item1=729017;
update cq_dropitemrule set item2=729017;
update cq_dropitemrule set item3=729017; all the way to item14 and the 729017 is 2700 card if u wanted to u can change that to any item code u no and it will drop that
sorry if this isnt very easy to understand lol