Rivers Posted May 10, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: Yesterday at 11:53 AM Share Posted May 10, 2020 How do I make this NPC give 50 guild levels to any player that talks to it? Quote veil,120,131,6 script Level-Up 2559,{ if( select("Level-Up!:Cancel") == 1 ){ BaseLevel = 175; JobLevel = 90; resetstatus; resetskill; Zeny += 100000000; glvl += 50; } end; } Quote Link to comment Share on other sites More sharing options...
0 Patskie Posted May 10, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 6 hours ago Share Posted May 10, 2020 *guildgetexp <amount>; This will give the specified amount of guild experience points to the guild the invoking character belongs to. It will silently fail if they do not belong to any guild. 1 Quote Link to comment Share on other sites More sharing options...
0 Rivers Posted May 10, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: Yesterday at 11:53 AM Author Share Posted May 10, 2020 Thank you very much. Quote Link to comment Share on other sites More sharing options...
Question
Rivers
How do I make this NPC give 50 guild levels to any player that talks to it?
Link to comment
Share on other sites
2 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.