Jump to content
Brynner

@mount

Recommended Posts

it would be nice if we can use all the dragons. i hope this can be applied here just like on 3ceam.

 

@mount 1 for regular dragon

@mount 2 for black dragon

@mount 3 for white dragon

@mount 4 for blue dragon

@mount 5 for red dragon

Share this post


Link to post
Share on other sites

we already have coloured dragon support via *setdragon (script command, I coded it for RREmu about 2 years ago).

/** * setdragon({optional Color}) returns 1 on success or 0 otherwise * - Toggles the dragon on a RK if he can mount; * @param Color - when not provided uses the green dragon; * - 1 : Green Dragon * - 2 : Brown Dragon * - 3 : Gray Dragon * - 4 : Blue Dragon * - 5 : Red Dragon **/
but you have a point o-o would be interesting if @mount supported it as well

Share this post


Link to post
Share on other sites

bindatcmd + setdragon may be satisfying requirements
 

 

 

-    script    test123    -1,{end;OnInit:    bindatcmd "mount", strnpcinfo(0)+"::OnColorDragon";    end;OnColorDragon:    .@colrid = atoi( .@atcmd_parameters$[0] );    if(eaclass()&EAJ_THIRDMASK == EAJ_RUNE_KNIGHT){        if ( .@colrid <=1 || .@colrid >5 || Upper==2 )            setdragon 1;            else            setdragon .@colrid;    } else        atcommand "@mount";    end;}
Edited by Angelmelody

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.