donkeyg Posted July 14, 2013 Posted July 14, 2013 DIsable mount (pecopeco) when u equip weapon @item 12433 Quote
Skorm Posted July 14, 2013 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
donkeyg Posted July 15, 2013 Author 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
Skorm Posted July 15, 2013 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
donkeyg Posted July 16, 2013 Author 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
Emistry Posted July 19, 2013 Posted July 19, 2013 { ..... },{ if( ismounting() ) setmounting; },{ ..... } Quote
donkeyg Posted July 21, 2013 Author 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
Question
donkeyg
DIsable mount (pecopeco) when u equip weapon @item 12433
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.