danielps Posted December 20, 2016 Posted December 20, 2016 (edited) I tried many thing different with ismount, and all the sme... my scritp test: if( ismounting() ) { mes "MOUNTING!"; } else{ mes "NOT MOUNTING!!"; } Both, when i speak with NPC, no meter if i'm mounting or not, allwys tell me "NOT MOUNTING", why script never enter my first if -> if( ismounting() ) { mes "MOUNTING!"; } Thanks !! Edited December 20, 2016 by Emistry Please use CODEBOX. Quote
0 Athan17 Posted December 20, 2016 Posted December 20, 2016 reminder, ismounting is for cash mounts, while checkriding is for peco rides. 1 Quote
0 Rynbef Posted December 20, 2016 Posted December 20, 2016 As example u can take a look at the npc/custom/breeder.txt Rynbef~ Quote
0 Ehwaz Posted December 20, 2016 Posted December 20, 2016 (edited) Are you sure your char mount "cashmount" ? Dont tell me you riding on dragon and speak with npc !! Edited December 20, 2016 by chne024 Quote
0 danielps Posted December 20, 2016 Author Posted December 20, 2016 14 hours ago, chne024 said: Are you sure your char mount "cashmount" ? Dont tell me you riding on dragon and speak with npc !! Yes i am. 14 hours ago, Athan17 said: reminder, ismounting is for cash mounts, while checkriding is for peco rides. Thanks didn't knw that, i'm new in rathena guys, sorry, i came right now from cronus and herc, they have too many bugs =/ 14 hours ago, Rynbef said: As example u can take a look at the npc/custom/breeder.txt Rynbef~ I'll teste it thanks Thanks you guys, I'll teste it soon i tell you if it worked ! Sorry again for my ignorance, i didn't know ismounting is for cash mounts haha Thanks ! Hope it work =D 14 hours ago, Athan17 said: reminder, ismounting is for cash mounts, while checkriding is for peco rides. Worked 100% !! Thanks a looot !! Last question, is there any way to block players from using mounts in a especific map? LIke i don't want players to use anything, dragon, peco, 3rd mounts, anything that gives move speed. Does this flag exist? Like there is the item 12622 Reins_Of_Mount. Players can put it in sotrage, enter the map, and take it from storage =/ Any ideat how to do that? Quote
0 Stolao Posted December 20, 2016 Posted December 20, 2016 Check for mounts and don't allow then disable at commands on the map. Quote
Question
danielps
I tried many thing different with ismount, and all the sme...
my scritp test:
if( ismounting() ) { mes "MOUNTING!"; } else{ mes "NOT MOUNTING!!"; }
Both, when i speak with NPC, no meter if i'm mounting or not, allwys tell me "NOT MOUNTING", why script never enter my first if ->
if( ismounting() ) { mes "MOUNTING!"; }
Thanks !!
Edited by EmistryPlease use CODEBOX.
6 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.