Jump to content
  • 0

R/H> Remove Ruwach and Pneuma from GTB Blocked List


budek

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  01/11/14
  • Last Seen:  

Hi,

In my server, if the player is using GTB, he won't be able to use ruwach (can cast but will not work). And when he step on Pnuema while using GTB, he/she is able to be attacked.

I want to remove this effect when player using GTB. Tried to google and search from this forum but no avail.

 

This is what only I see from status.c. don't see where can i remove the gtb effect for Pnuema and Ruwach. (Not sure as well if i'm looking at the right place.) TIA!

if (status_isimmune(bl)) {
  std::shared_ptr<s_skill_db> skill = skill_db.find(battle_getcurrentskill(src));
   
  if (skill != nullptr && skill->skill_type == BF_MAGIC)
  return 0;
  }
 
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...