Jump to content
  • 0
Keru

Damage Reduction doesn't work anymore

Question

Hello,

currently we have a big problem on our server which is that every item with item script bsubrace, bsubele and bsubsize doesn't have any effect. The opposite effects like baddrace are working fine.

 

I have testet it with following items: Thara Frog Card(in pvp and vs monsters), alice card, tirfing card, raydric card and deviling card. They are all not working.

Hydra cards for example are working fine and elemental armors also working fine for element damage reduce.

 

On my map server i get the following warning: [Warning]: pc_bonus2: unknown type 0 7 10

 

It seems that it have something to do with it.

 

I don't have any clue where to look after this error or what I've done wrong to mess this up.

Share this post


Link to post
Share on other sites

18 answers to this question

Recommended Posts

  • 0

@@malufett

Maybe this is related to your AddRaceTolerance commit?

nah..I didn't touch it, I only add new item script..anyway I'll investigate...

 

Update: after checking I don't find something unusual..its working fine..

 

@@Dogpatch and @@Keru

what revision are you using?

 

:meow:

Share this post


Link to post
Share on other sites
  • 0

Hello,

currently we have a big problem on our server which is that every item with item script bsubrace, bsubele and bsubsize doesn't have any effect. The opposite effects like baddrace are working fine.

 

I have testet it with following items: Thara Frog Card(in pvp and vs monsters), alice card, tirfing card, raydric card and deviling card. They are all not working.

Hydra cards for example are working fine and elemental armors also working fine for element damage reduce.

 

On my map server i get the following warning: [Warning]: pc_bonus2: unknown type 0 7 10

 

It seems that it have something to do with it.

 

I don't have any clue where to look after this error or what I've done wrong to mess this up.

0 - constant not found

I think they are case sensitive (and you probably typo at some word)

bSubRace

bSubEle

bSubSize

Share this post


Link to post
Share on other sites
  • 0

Thanks for your fast answer!

 

I didn't changed the const.txt. They are still:

bSubEle  1010
bSubRace  1011

bSubSize  2026

 

For item editing I'm using the Server Database Editor by Tokeiburu and I din't changed items like Thara Frog Card, so I'm pretty sure there are no typo's.

 

Do you have any other idea what went wrong?

 

 

Share this post


Link to post
Share on other sites
  • 0

Thanks for your fast answer!

 

I didn't changed the const.txt. They are still:

bSubEle  1010

bSubRace  1011

bSubSize  2026

 

For item editing I'm using the Server Database Editor by Tokeiburu and I din't changed items like Thara Frog Card, so I'm pretty sure there are no typo's.

 

Do you have any other idea what went wrong?

Can you post the item script , so we can get to know if something is wrong on item_db

Share this post


Link to post
Share on other sites
  • 0

This is the item script for Thara Frog Card: (nothing changed here)

{
 Id: 4058
 AegisName: "Thara_Frog_Card"
 Name: "Thara Frog Card"
 Type: 6
 Buy: 20
 Weight: 10
 Loc: 32
 Script: <" bonus2 bSubRace,RC_DemiHuman,30; ">
},
 

 

And this is the Alice Card where i changed the RC_Boss to 10 for testing:

{
 Id: 4253
 AegisName: "Alice_Card"
 Name: "Alice Card"
 Type: 6
 Buy: 20
 Weight: 10
 Loc: 32
 Script: <"
   bonus2 bSubRace,10,40;
   bonus2 bSubRace,10,-40;
 ">
},
 

Both cards have no effect.

Share this post


Link to post
Share on other sites
  • 0

I'm using pre-renewal.

But i have tested bAddRaceTolerance now and its also not working for the Alice Card.

Share this post


Link to post
Share on other sites
  • 0

I can confirm this. I run 4 servers with Hercules and all 4 servers have the same problem.

Renewal or Pre-renewal?

Share this post


Link to post
Share on other sites
  • 0

 

I can confirm this. I run 4 servers with Hercules and all 4 servers have the same problem.

Renewal or Pre-renewal?

Pre-Renewal

Share this post


Link to post
Share on other sites
  • 0

Problem got solved for me by updating to newest revision yesterday.

My version before was from march so i don't know what was changed to fix this.

Edited by Keru

Share this post


Link to post
Share on other sites
  • 0

Updated to latest revision today and I'm still having the same problem. Even with Asprika. It's not reducing any elements.

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.