jayvz17 Posted May 29, 2020 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 04/08/14 Last Seen: July 8, 2024 Share Posted May 29, 2020 Hi, How to add skill GREED to all character jobs? Quote Link to comment Share on other sites More sharing options...
1 Start_ Posted May 29, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 3 hours ago Share Posted May 29, 2020 Add on db > re > skill_tree (Every jobs) Quote Link to comment Share on other sites More sharing options...
1 Cretino Posted May 29, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 50 Reputation: 39 Joined: 01/13/12 Last Seen: April 19, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 jayvz17 Posted May 29, 2020 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 04/08/14 Last Seen: July 8, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Question
jayvz17
Hi,
How to add skill GREED to all character jobs?
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.