Cold Posted September 16, 2013 Posted September 16, 2013 Hi guys, i want to change the command @refine and remove hand R and L from the command. Help me plz? Quote
Emistry Posted September 17, 2013 Posted September 17, 2013 under this line src/map/atcommand.c#L2104 try add these if( position == EQP_HAND_L || position == EQP_HAND_R ){ clif_displaymessage( fd,"Both Left Right hand cant be refine." ); return 0; } 1 Quote
Question
Cold
Hi guys, i want to change the command @refine and remove hand R and L from the command.
Help me plz?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.