Euphy's Quest Shop

makubexo

New member
Messages
9
Points
0
Good day ! I'm getting this warning. kindly help we how to solve this. thank you!

error.png

error2.png

 
Last edited by a moderator:
Debugmes has been deprecated. Use consolemes() instead. 

 
@makubexo what is your fix for consolmes?

Sample fix

 

Code:
		if (getitemname(getarg(.@n))=="null") {
			consolemes(CONSOLEMES_DEBUG, "Quest requirement #"+getarg(.@n)+" invalid (skipped) on Quest ItemID "+getarg(1)+".") ; return; 
		}
 
Back
Top