• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Skill swipe skill block

Newbie Spellweaver
Joined
Dec 26, 2014
Messages
64
Reaction score
2
Hi guys , is there any way to block CERTAIN skills to not be steal-able by Phantoms ?(v117)
 
Newbie Spellweaver
Joined
Dec 26, 2014
Messages
64
Reaction score
2
Talking bout this ?

Code:
          case SKILL_SWIPE:                PlayersHandler.StealSkill(slea, c);                break;
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
Talking bout this ?

Code:
          case SKILL_SWIPE:                PlayersHandler.StealSkill(slea, c);                break;

Yes. I can't find that in my Development source so I'm not quite sure which it is. I'll assume it's SkillSwipeRequest, and if it is, it refers to GameConstants.canBeStolen(skillid). In GameConstants, find boolean "canBeStolen", and for whatever skills you want to block, make them return false.
 
Upvote 0
Back
Top