donkeyg Posted July 14, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted July 14, 2013 DIsable mount (pecopeco) when u equip weapon @item 12433 Quote Link to comment Share on other sites More sharing options...
Skorm Posted July 14, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted July 14, 2013 12433,Drosera_Herb_Salad,Drosera Herb Salad,2,,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; setriding(0); },{},{} Quote Link to comment Share on other sites More sharing options...
donkeyg Posted July 15, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted July 15, 2013 (edited) 12433,Drosera_Herb_Salad,Drosera Herb Salad,2,,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; setriding(0); },{},{} 18144,Anniversary__Two-Handed_Sword,Anniversary__Two-Handed_Sword,4,20,,10,500,175,,3,0x00004080,7,2,34,4,0,1,3,{ setriding(0); },{},{} sorry its item id 18144, my custom weapon.. but it still can ride Edited July 15, 2013 by donkeyg Quote Link to comment Share on other sites More sharing options...
Skorm Posted July 15, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted July 15, 2013 Does it unequip the mount when you do the item? 18144,Anniversary__Two-Handed_Sword,Anniversary__Two-Handed_Sword,4,20,,10,500,175,,3,0x00004080,7,2,34,4,0,1,3,{ set @oneq,1; while(@oneq) if(checkriding()) setriding(0); sleep2 100; },{},{ set @oneq,0; } Quote Link to comment Share on other sites More sharing options...
donkeyg Posted July 16, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted July 16, 2013 Does it unequip the mount when you do the item? 18144,Anniversary__Two-Handed_Sword,Anniversary__Two-Handed_Sword,4,20,,10,500,175,,3,0x00004080,7,2,34,4,0,1,3,{ set @oneq,1; while(@oneq) if(checkriding()) setriding(0); sleep2 100; },{},{ set @oneq,0; } nope, it didnt dismount my peco , and nothing happened lol Quote Link to comment Share on other sites More sharing options...
donkeyg Posted July 19, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted July 19, 2013 Bump Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 19, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted July 19, 2013 { ..... },{ if( ismounting() ) setmounting; },{ ..... } Quote Link to comment Share on other sites More sharing options...
donkeyg Posted July 21, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted July 21, 2013 { ..... },{ if( ismounting() ) setmounting; },{ ..... } 18144,Anniversary__Two-Handed_Sword,Anniversary__Two-Handed_Sword,4,20,,10,500,175,,3,0x00004080,7,2,34,4,0,1,3,{ set @oneq,1; while(@oneq) if(checkriding()) setriding(0); sleep2 100; bonus bMaxHPRate,-20; bonus bHit,-150; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,20; if(isequipped(4276)){ bonus2 bWeaponComaRace,RC_NonBoss,50; } } },{ if( ismounting() ) setmounting; },{ set @oneq,0; } not working too bump Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
DIsable mount (pecopeco) when u equip weapon @item 12433
Link to comment
Share on other sites
7 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.