Jump to content
  • 0

Random Opt Item Pre-RE


Akace

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  11/26/16
  • Last Seen:  

Hi guys!

Could someone guide me how to add this system in pre-renewal?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

14 hours ago, Akace said:

Hi guys!

Could someone guide me how to add this system in pre-renewal?

try this trick:

db/item_randomopt_group.yml

Footer:
  Imports:
  - Path: db/re/item_randomopt_group.yml
    Mode: Renewal
  - Path: db/import/item_randomopt_group.yml
 
to

Footer:
  Imports:
  - Path: db/pre-re/item_randomopt_group.yml
    Mode: Prerenewal
  - Path: db/re/item_randomopt_group.yml
    Mode: Renewal
  - Path: db/import/item_randomopt_group.yml

copy item_randomopt_group.yml
db/re
to
db/pre-re

edit mob_db.yml:
  - Id: 1002
    AegisName: PORING
    Name: Poring
    Level: 1
    Hp: 60
    BaseExp: 150
    JobExp: 40
    Attack: 8
    Attack2: 1
    Defense: 2
    MagicDefense: 5
    Str: 6
    Dex: 6
    Luk: 5
    AttackRange: 1
    SkillRange: 10
    ChaseRange: 12
    Size: Medium
    Race: Plant
    Element: Water
    ElementLevel: 1
    WalkSpeed: 400
    AttackDelay: 1872
    AttackMotion: 672
    DamageMotion: 480
    Ai: 02
    Drops:
      - Item: Jellopy
        Rate: 7000
      - Item: Knife_
        Rate: 100
add this:
        RandomOptionGroup: Group_1
      - Item: Sticky_Mucus
        Rate: 400
      - Item: Apple
        Rate: 1000
      - Item: Wing_Of_Fly
        Rate: 500
      - Item: Apple
        Rate: 150
      - Item: Unripe_Apple
        Rate: 20
      - Item: Poring_Card
        Rate: 20
        StealProtected: true
        
for Group_1 you can see at item_randomopt_group.yml

if successful, can be done to a different mob

Edited by Slammer
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
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...