Comand @afk with AFK Hat

Break San

New member
Messages
240
Points
0
Location
França
Does anyone have the source code updated to pass me?

w893yx.png

thank

 
Last edited by a moderator:
Maybe with

set @itemid, 471;

and later

Code:
	atcommand "@changelook 1 " + @itemid;
 
That plugin do what you want.

@ line 67

Code:
        clif->changelook(&sd->bl,LOOK_HEAD_TOP,471); // Change 471 to any headgear view ID you want.
 
Back
Top