[GUIDE]For ppl who's using MaggieDB.

01/15/2013 06:27 dark2141#1
Hey everyone... i see many ppl having problem with vampires equib.
if your using Flamesclient then use this query
Quote:
UPDATE `cq_itemtype` SET `req_profession`='50' WHERE (`req_profession`='60')
then restart ur server.
__________________________________________________

My Release:
[Only registered and activated users can see links. Click Here To Register...]
My Guides:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
01/17/2013 09:03 pretzel666#2
Also add
Quote:
UPDATE `cq_action` SET `param`='profession == 50' WHERE (`param`='profession == 60');
For the actions are
01/19/2013 04:47 ryumaki23#3
great guide ;]