Jump to content
  • 0

DIsable mount when u equip weapon @item 12433


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

DIsable mount (pecopeco) when u equip weapon @item 12433

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1282
  • Reputation:   393
  • Joined:  02/03/12
  • Last Seen:  


12433,Drosera_Herb_Salad,Drosera Herb Salad,2,,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; setriding(0); },{},{}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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 by donkeyg
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1282
  • Reputation:   393
  • Joined:  02/03/12
  • Last Seen:  

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; }
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Bump

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2371
  • Joined:  10/28/11
  • Last Seen:  


{ ..... },{ if( ismounting() ) setmounting; },{ ..... }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

{ ..... },{ 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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...