M makubexo New member Messages 9 Points 0 Jun 3, 2019 #2 Good day ! I'm getting this warning. kindly help we how to solve this. thank you! Last edited by a moderator: Jun 3, 2019
L Luciar Support Leaders Messages 45 Points 0 Discord Luciar#0001 Github Luciar Emulator Jun 3, 2019 #3 Debugmes has been deprecated. Use consolemes() instead.
M makubexo New member Messages 9 Points 0 Jun 3, 2019 #4 Luciar said: Debugmes has been deprecated. Use consolemes() instead. Click to expand... Error attempt after changed to consolemes()
Luciar said: Debugmes has been deprecated. Use consolemes() instead. Click to expand... Error attempt after changed to consolemes()
L Luciar Support Leaders Messages 45 Points 0 Discord Luciar#0001 Github Luciar Emulator Jun 3, 2019 #5 View the syntax of consolemes() here: https://github.com/HerculesWS/Hercules/blob/stable/doc/script_commands.txt#L7868
View the syntax of consolemes() here: https://github.com/HerculesWS/Hercules/blob/stable/doc/script_commands.txt#L7868
M makubexo New member Messages 9 Points 0 Jun 3, 2019 #6 Still can't fix it sir mam can you help me what I need to do
D d102791estiny New member Messages 1 Points 0 Apr 19, 2020 #8 @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; }
@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; }