Rivers Posted May 10, 2020 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
0 Patskie Posted May 10, 2020 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
Question
Rivers
How do I make this NPC give 50 guild levels to any player that talks to it?
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.