jayvz17 Posted May 29, 2020 Posted May 29, 2020 Hi, How to add skill GREED to all character jobs? Quote
1 Cretino Posted May 29, 2020 Posted May 29, 2020 You can do this too: Spoiler - script Give Greed#1 -1,{ end; OnPCLoginEvent: if (getskilllv(1013) <= 0) { skill 1013, 1, 3; } end; } 1 1 Quote
0 jayvz17 Posted May 29, 2020 Author Posted May 29, 2020 26 minutes ago, Cretino said: You can do this too: Hide contents - script Give Greed#1 -1,{ end; OnPCLoginEvent: if (getskilllv(1013) <= 0) { skill 1013, 1, 3; } end; } Thanks its working. I tot this modification is in SRC Quote
Question
jayvz17
Hi,
How to add skill GREED to all character jobs?
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.