Cold Posted September 16, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 77 Reputation: 11 Joined: 08/19/12 Last Seen: June 29, 2024 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 17, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: 20 hours ago Share 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 Link to comment Share on other sites More sharing options...
Cold Posted September 17, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 77 Reputation: 11 Joined: 08/19/12 Last Seen: June 29, 2024 Author Share Posted September 17, 2013 I'll try, tanks Quote Link to comment Share on other sites More sharing options...
Question
Cold
Hi guys, i want to change the command @refine and remove hand R and L from the command.
Help me plz?
Link to comment
Share on other sites
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.