Jump to content

Refine Bonus


Cydh

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Looks somewhat useful, but I need more examples  /$

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

Looks somewhat useful, but I need more examples  /$

examples are in the patch file, it makes refine_bonus.txt at your db folder

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   10
  • Joined:  01/13/12
  • Last Seen:  

Type can support Shadow Equip special refine ?

 

example:

type 5 = Shadow Weapon level 1

type 6 = Shadow Weapon level 2

type 7 = Shadow Weapon level 3

type 8 = Shadow Weapon level 4

type 9 = Shadow Armor

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

Type can support Shadow Equip special refine ?

 

example:

type 5 = Shadow Weapon level 1

type 6 = Shadow Weapon level 2

type 7 = Shadow Weapon level 3

type 8 = Shadow Weapon level 4

type 9 = Shadow Armor

Interesting

EDIT: would you test it, please. :)

refine_bonus-rA-20140216.diff

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   10
  • Joined:  01/13/12
  • Last Seen:  

 

Type can support Shadow Equip special refine ?

 

example:

type 5 = Shadow Weapon level 1

type 6 = Shadow Weapon level 2

type 7 = Shadow Weapon level 3

type 8 = Shadow Weapon level 4

type 9 = Shadow Armor

Interesting

EDIT: would you test it, please. :)

attachicon.gifrefine_bonus-rA-20140216.diff

 

 

great

thank you

use it can achieve office server Shadow Equip Refine System

Edited by a91323
Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

this patch work with eAthena?

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

1>c:\users\herrera\rathena\src\map\status.c(2486): error C2065: 'wlv' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(2486): error C2065: 'r' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(2487): error C2065: 'wd' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(2487): warning C4047: '==' : 'int' es distinto en los niveles de direccionamiento indirecto de 'weapon_data *'

1>c:\users\herrera\rathena\src\map\status.c(2489): error C2065: 'wlv' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(2489): error C2065: 'r' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(2492): error C2065: 'wlv' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(2492): error C2065: 'r' : identificador no declarado

1>c:\users\herrera\rathena\src\map\status.c(12207): warning C4013: 'status_refine_bonus_clear' sin definir; se supone que extern devuelve como resultado int

1>c:\users\herrera\rathena\src\map\status.c(12215): error C2371: 'status_refine_bonus_clear' : nueva definición; tipos básicos distintos

 

I use rathena 17698 and have this problem in compile

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   48
  • Joined:  07/23/13
  • Last Seen:  

I found a bug: getequipisequiped() will stack same bonus when you equip more than 1 equipment

 

eg. Headgear get 1 str bonus, garment get 1 vit bonus

 

when I equip headgear the bonus will be 1 str, then equip garment will get 2 str and 2 vit coz it check everytime you equip a equipment

 

The bonus should be clear before reapply isn't it?

Edited by yuchinin
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  164
  • Reputation:   16
  • Joined:  03/15/12
  • Last Seen:  

Cydh, can you UPDATE this to the latest rev please? I need this mod.

Thank you in advance.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

been year I don't update the mod in this thread. Now there is a new .diff for 'nearly' latest rAthena (for a rev in 2015-09-13)

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Cydh is it possible to change this like...

 

Structure:
ItemID,Type,RefineNumber,{ Script }

 

Example:
30000,4,15,{ bonus bStr,3; }

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

Cydh is it possible to change this like...

 

Structure:

ItemID,Type,RefineNumber,{ Script }

 

Example:

30000,4,15,{ bonus bStr,3; }

 

eh? why don't u put the script on ur item then use getrefine/getequiprefinecnt? /hmm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Yup your correct but in the other hand isn't it this src mod is similar to what you said? getrefine/getequiprefinecnt? but i mean is instead of using getrefine and adding it into your script why not place it in a separate .txt so that its easier to edit/change rather opening item_db.txt and messing the scripts.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

If for item id, edit your item script. my mod to 'help' u to avoid edit all item with same type (armor,weapon,...) with same script for each refine.

clear?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Nah i think this conversation is waste of time, well anyways thanks for replying. (Note: The things that i said is just my suggestions)

Link to comment
Share on other sites

  • 3 years later...

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

@Cydh Can you update this mod for the latest git? Thank you /kis

Link to comment
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
Reply to this topic...

×   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...