Log in

View Full Version : can't attack


MisifuWiki
05-20-2013, 08:48 PM
Hi all , i got a trouble if someone can help , i can't hit any mob in commonlands and in norht ro , i got the maps in the right folder of the server folder , what is the reason about this ?? i can hit damage or cast any spell on a mob same than the mobs can't hit me.

Shiny151
05-20-2013, 09:39 PM
Check your zone table in your database for those two zones. There's a column called 'combat' or something close to that. Check that the value is enabled. Should he either 1 or 0.

Burningsoul
05-20-2013, 09:57 PM
Are these the new revamped zones or the old ones? Didn't cavedude lock combat in the revamped zones?

MisifuWiki
05-20-2013, 11:54 PM
revamp zones and i was change the 0 to 1 and then can fight and hit in that revamp zones. Many thanks !

andy5427
06-11-2013, 09:01 AM
I am having the same issue. I am a little new to this but was able to configure the server and log in and play ok. I sourced in everything but am unsure how to change values in these tables using Hedisql. Any one help me or lead me to a guide on its usage? I can open the peq db ok and browse through all the different columns but not sure how to change values.

Kingly_Krab
06-11-2013, 03:54 PM
Here are 5 steps to do this in HeidiSQL, I had to download it to do this, you're welcome, haha. If you cannot read the query I will put it below.
Step 1 (http://prntscr.com/19g1lr)
Step 2 (http://prntscr.com/19g1yh)
Step 3 (http://prntscr.com/19g2gm)
Step 4 (http://prntscr.com/19g2qc)
Step 5 (http://prntscr.com/19g2vs)
/*Remember to change %XXXX% to your zone name!*/
SELECT * FROM zone WHERE short_name LIKE "%XXXX%";

andy5427
06-12-2013, 08:55 AM
Great guide. Worked like a charm. Things are much clearer now.

Kingly_Krab
06-12-2013, 09:24 AM
You're welcome.