jayvz17 Posted June 24, 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 June 24, 2020 How do I remove the effect of ghost armor /ghostring in monster? and it will effect only in PVP? Quote Link to comment Share on other sites More sharing options...
0 Ronald Posted June 24, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share Posted June 24, 2020 I don't think that it's already implemented but this might help. https://github.com/rathena/rathena/blob/master/db/pre-re/item_noequip.txt Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted June 24, 2020 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 72 Joined: 02/10/12 Last Seen: Friday at 08:29 AM Share Posted June 24, 2020 11 hours ago, jayvz17 said: How do I remove the effect of ghost armor /ghostring in monster? and it will effect only in PVP? Edit your item_db.txt find ghostring_card 4047,Ghostring_Card,Ghostring Card,6,20,,10,,,,,,,,16,,,,,{ if(getmapflag(strcharinfo(3),mf_pvp)) { bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25; } },{},{} Quote Link to comment Share on other sites More sharing options...
0 jayvz17 Posted June 25, 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 June 25, 2020 23 hours ago, Ronald said: I don't think that it's already implemented but this might help. https://github.com/rathena/rathena/blob/master/db/pre-re/item_noequip.txt Thanks man. I appreciate your feedback, I already implement this and I still looking for the script level. 13 hours ago, LearningRO said: Edit your item_db.txt find ghostring_card 4047,Ghostring_Card,Ghostring Card,6,20,,10,,,,,,,,16,,,,,{ if(getmapflag(strcharinfo(3),mf_pvp)) { bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25; } },{},{} Hi, Is there any script level that did not focus on MAP? Example: In MVP map with PK/PVP on. GR should be enable when receiving damage in player and GR should no effect in mobs? Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted June 25, 2020 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 72 Joined: 02/10/12 Last Seen: Friday at 08:29 AM Share Posted June 25, 2020 7 hours ago, jayvz17 said: Thanks man. I appreciate your feedback, I already implement this and I still looking for the script level. Hi, Is there any script level that did not focus on MAP? Example: In MVP map with PK/PVP on. GR should be enable when receiving damage in player and GR should no effect in mobs? i dont think so Quote Link to comment Share on other sites More sharing options...
Question
jayvz17
How do I remove the effect of ghost armor /ghostring in monster? and it will effect only in PVP?
Link to comment
Share on other sites
4 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.