letstry Posted September 19, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share Posted September 19, 2012 I've tried on my server that if a Gunslinger is using Desperado skill on Land protector, enemies aren't affected by Desperado's skill.. How will I enable the Desperado skill to work on Land Protector's area? Quote Link to comment Share on other sites More sharing options...
letstry Posted September 20, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 20, 2012 Bump Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 20, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 20, 2012 Go to your ...db/(pre-re)re/skill_db and find Desperado: 516,0,8,4,-1,0x2,3,10,1,no,0,0,0,weapon,0, GS_DESPERADO,Desperado Now, looking at this: // 12 inf2 (skill information 2): // 0x0001- quest skill // 0x0002- npc skill // 0x0004- wedding skill // 0x0008- spirit skill // 0x0010- guild skill // 0x0020- song/dance // 0x0040- ensemble skill // 0x0080- trap // 0x0100- skill that damages/targets yourself // 0x0200- cannot be casted on self (if inf = 4, auto-select target skill) // 0x0400- usable only on party-members (and enemies if skill is offensive) // 0x0800- usable only on guild-mates (and enemies if skill is offensive) // 0x1000- disable usage on enemies (for non-offensive skills). // 0x2000- skill ignores land protector (e.g. arrow shower) // 0x4000- chorus skill I think you would wanna use this: 0x2000- skill ignores land protector (e.g. arrow shower) Quote Link to comment Share on other sites More sharing options...
letstry Posted September 21, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted September 21, 2012 I only have the following 12 inf2 (skill information 2): // 0x0001- quest skill // 0x0002- npc skill // 0x0004- wedding skill // 0x0008- spirit skill // 0x0010- guild skill // 0x0020- song/dance // 0x0040- ensemble skill // 0x0080- trap // 0x0100- skill that damages/targets yourself // 0x0200- cannot be casted on self (if inf = 4, auto-select target skill) // 0x0400- usable only on party-members (and enemies if skill is offensive) // 0x0800- usable only on guild-mates (and enemies if skill is offensive) // 0x1000- disable usage on enemies (for non-offensive skills). Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 23, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 23, 2012 I only have the following 12 inf2 (skill information 2): // 0x0001- quest skill // 0x0002- npc skill // 0x0004- wedding skill // 0x0008- spirit skill // 0x0010- guild skill // 0x0020- song/dance // 0x0040- ensemble skill // 0x0080- trap // 0x0100- skill that damages/targets yourself // 0x0200- cannot be casted on self (if inf = 4, auto-select target skill) // 0x0400- usable only on party-members (and enemies if skill is offensive) // 0x0800- usable only on guild-mates (and enemies if skill is offensive) // 0x1000- disable usage on enemies (for non-offensive skills). That's cause you're probably using eAthena or 3CeAM =/. Quote Link to comment Share on other sites More sharing options...
letstry Posted October 20, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted October 20, 2012 Can someone help me with this? Quote Link to comment Share on other sites More sharing options...
letstry Posted October 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted October 22, 2012 Bump Bump Quote Link to comment Share on other sites More sharing options...
letstry Posted October 28, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted October 28, 2012 Bumpppy Im using eathena-sql-15085 SVN Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 28, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 28, 2012 I'd recommend you to switch over rA for these latest feature. I doubt anyone here have an eA revision to work the update for you O.O Quote Link to comment Share on other sites More sharing options...
letstry Posted October 31, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted October 31, 2012 How would I do that without changing my customize codings? =( Quote Link to comment Share on other sites More sharing options...
letstry Posted November 4, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted November 4, 2012 Bump Quote Link to comment Share on other sites More sharing options...
lekkereten Posted November 5, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted November 5, 2012 Please test. It's just a copy of Ind's INF2_NOLP. Go to src/map/skill.c: Find: if( !(skill_get_inf2(group->skill_id)&(INF2_SONG_DANCE|INF2_TRAP)) && map_getcell(bl->m, bl->x, bl->y, CELL_CHKLANDPROTECTOR) ) Change to: if( !(skill_get_inf2(group->skill_id)&(INF2_SONG_DANCE|INF2_TRAP|INF2_NOLP)) && map_getcell(bl->m, bl->x, bl->y, CELL_CHKLANDPROTECTOR) ) Go to src/map/skill.h: Find: INF2_NO_ENEMY = 0x1000, Add after: INF2_NOLP = 0x2000, Go to db/skill_db.txt: Find: 516,0,8,4,-1,0x2,3,10,1,no,0,0,0,weapon,0, GS_DESPERADO,Desperado Change to: 516,0,8,4,-1,0x2,3,10,1,no,0,0x2000,0,weapon,0, GS_DESPERADO,Desperado Remember to recompile your emulator. I can't test, ...your emulator is kinda old. Quote Link to comment Share on other sites More sharing options...
Question
letstry
I've tried on my server that if a Gunslinger is using Desperado skill on Land protector, enemies aren't affected by Desperado's skill..
How will I enable the Desperado skill to work on Land Protector's area?
Link to comment
Share on other sites
11 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.