Virtue Posted June 22, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 22, 2012 (edited) How do i set nochat mapflag that if you are a GM Level above 10 you can create chats ? and how do i set this so that Groomy also removes mado gear from mechanics case SC__GROOMY: val2 = 20 + 10 * val1; //ASPD. Need to confirm if Movement Speed reduction is the same. [Jobbie] val3 = 20 * val1; //HIT val_flag |= 1|2|4; if( sd ) { // Removes Animals if( pc_isriding(sd) ){ pc_setriding(sd, 0); pc_setoption(sd, sd->sc.option&~OPTION_DRAGON); } if( pc_iswug(sd) ) pc_setoption(sd, sd->sc.option&~OPTION_WUG); if( pc_isridingwug(sd) ) pc_setoption(sd, sd->sc.option&~OPTION_WUGRIDER); if( pc_isfalcon(sd) ) pc_setoption(sd, sd->sc.option&~OPTION_FALCON); if( sd->status.pet_id > 0 ) pet_menu(sd, 3); if( merc_is_hom_active(sd->hd) ) merc_hom_vaporize(sd,1); if( sd->md ) merc_delete(sd->md,3); } break; Edited June 22, 2012 by Emnaj Quote Link to comment Share on other sites More sharing options...
Question
Virtue
How do i set nochat mapflag that if you are a GM Level above 10 you can create chats ?
and how do i set this so that Groomy also removes mado gear from mechanics
Edited by EmnajLink to comment
Share on other sites
0 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.