QQfoolsorellina Posted July 16, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted July 16, 2012 (edited) As title say I was wondering Is it posible ? Edited July 16, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 12 hours ago Share Posted July 16, 2012 http://rathena.org/wiki/MountingNPCHandle Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 16, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 16, 2012 No, there isn't. I just checked if there was any sc_ for it, but there isn't. @Emistry: Wargs aren't mounts~ Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted July 16, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Author Share Posted July 16, 2012 Ok, finally I figure it out by searching status .h I find Option_Wug and OPTION_WUGRIDER so .. if(checkoption(Option_Wug) || checkoption(OPTION_WUGRIDER)){ if(checkoption(OPTION_WUGRIDER)) setoption OPTION_WUGRIDER,0; setoption Option_Wug,0; } problem solved and thx for supporting 1 Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 16, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 16, 2012 Oh, I completely forgot to check that, sorry. x.x Glad you got it fixed though. I'll be sure to add this into the documentation for my next commit. Quote Link to comment Share on other sites More sharing options...
Question
QQfoolsorellina
As title say I was wondering Is it posible ?
Edited by QQfoolsorellinaLink to comment
Share on other sites
4 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.