XkAcY- Posted January 4, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 103 Reputation: 0 Joined: 11/13/11 Last Seen: April 5, 2017 Share Posted January 4, 2012 how to set function by character? instead by account example => set #Novice,1; <= instead per account i want to set func. by character Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 4, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 4, 2012 I highly suggest going through the second chapter of this series: http://rathena.org/board/topic/53620-scripting-for-dummies/ Also this: http://rathena.org/wiki/Variables Quote Link to comment Share on other sites More sharing options...
iFoxkun Posted January 4, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 189 Reputation: 16 Joined: 11/20/11 Last Seen: January 4, 2014 Share Posted January 4, 2012 To make a character variable, you don't need to add any prefix. Ex. set Novice, 1; <- This would make the character variable become 1. Quote Link to comment Share on other sites More sharing options...
Sneaky Posted January 4, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted January 4, 2012 how to set function by character? instead by account example => set #Novice,1; <= instead per account i want to set func. by character as iFoxkun stated above... set Novice,1; // (no prefix = permanent character variable, no matter what happens the variable will remain) set @Novice,1; // (@ prefix = temporal character variable, dissapears after relogging or when server's re-started) Quote Link to comment Share on other sites More sharing options...
Question
XkAcY-
how to set function by character? instead by account
example =>
set #Novice,1; <= instead per account i want to set func. by character
Link to comment
Share on other sites
3 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.