Brahms Posted March 19, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 149 Reputation: 3 Joined: 07/29/16 Last Seen: August 6, 2019 Share Posted March 19, 2017 Hi guys. ive already tried to search in the forum, i saw some links but it doesnt work on the latest git.. can anyone help me with this?? i want the spider web works like ankle snare.. please help.. thank you in advance.. Quote Link to comment Share on other sites More sharing options...
1 Playtester Posted March 21, 2017 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 09:07 AM Share Posted March 21, 2017 Okay so you want it to be ground target. Spiderweb is a pretty complex skill, it can stack durations and ends when it doesn't trap anymore, so it might not work to just change targeting of the skill. If you want to give Sages something like Ankle Snare I guess you have two ways to do that: 1. Simply replace Spiderweb with Ankle Snare skill in the Sage skill tree (I think it also requires some client file changes so it can actually display Ankle Snare in the skill tree on the interface, but not sure about those). 2. Search the whole source code for PF_SPIDERWEB and UNT_SPIDERWEB and remove all that code. Then add "PF_SPIDERWEB" whereever HT_ANKLESNARE appears and "UNT_SPIDERWEB" whereever "UNT_ANKLESNARE" appears. Finally the db entries in the skill_db and skill_unit_db also need to be unified (mostly same values except skill id and packet number of sprite). Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted March 20, 2017 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 09:07 AM Share Posted March 20, 2017 What exactly should work like Ankle Snare? Quote Link to comment Share on other sites More sharing options...
0 Brahms Posted March 21, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 149 Reputation: 3 Joined: 07/29/16 Last Seen: August 6, 2019 Author Share Posted March 21, 2017 3 hours ago, Playtester said: What exactly should work like Ankle Snare? yes sir.. instead of casting it directly to a player. i want it to cast same as ankle snare... i found some links regarding this but its seems its not working on the latest git.. Quote Link to comment Share on other sites More sharing options...
0 Brahms Posted March 21, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 149 Reputation: 3 Joined: 07/29/16 Last Seen: August 6, 2019 Author Share Posted March 21, 2017 7 hours ago, Playtester said: Okay so you want it to be ground target. Spiderweb is a pretty complex skill, it can stack durations and ends when it doesn't trap anymore, so it might not work to just change targeting of the skill. If you want to give Sages something like Ankle Snare I guess you have two ways to do that: 1. Simply replace Spiderweb with Ankle Snare skill in the Sage skill tree (I think it also requires some client file changes so it can actually display Ankle Snare in the skill tree on the interface, but not sure about those). 2. Search the whole source code for PF_SPIDERWEB and UNT_SPIDERWEB and remove all that code. Then add "PF_SPIDERWEB" whereever HT_ANKLESNARE appears and "UNT_SPIDERWEB" whereever "UNT_ANKLESNARE" appears. Finally the db entries in the skill_db and skill_unit_db also need to be unified (mostly same values except skill id and packet number of sprite). Im just newbie sir specially in src modification.. if you dont mind sir, can you just give me the exact modification to be made then ill just going to try it.. if its ok sir... Thank you for this sir.. Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted March 21, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: April 16 Share Posted March 21, 2017 1 hour ago, Brahms said: Im just newbie sir specially in src modification.. if you dont mind sir, can you just give me the exact modification to be made then ill just going to try it.. if its ok sir... Thank you for this sir.. you can search them skill.c just replace what playtester said and alwys backup your skill.c Quote Link to comment Share on other sites More sharing options...
Question
Brahms
Hi guys. ive already tried to search in the forum, i saw some links but it doesnt work on the latest git.. can anyone help me with this?? i want the spider web works like ankle snare.. please help.. thank you in advance..
Link to comment
Share on other sites
5 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.