Jump to content
  • 0

Drop double items


ittiphol

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  115
  • Reputation:   7
  • Joined:  05/09/19
  • Last Seen:  

Script Is it possible or not That will allow monsters to drop double items.

Thank you advance.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

Its allowed just put the same item id in monster drop via mob_db.yml

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   5
  • Joined:  08/11/13
  • Last Seen:  

21 hours ago, ittiphol said:

Script Is it possible or not That will allow monsters to drop double items.

Thank you advance.

Honestly, this is really cool. If there's like a cool small effect pops out too.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

1 hour ago, cmsm94 said:

Honestly, this is really cool. If there's like a cool small effect pops out too.

yes, set the item_id on item_flag.txt

 

// 64 - Item will be displayed with a client side defined drop
// 128 - Item will be displayed with a white pillar drop effect
// 256 - Item will be displayed with a blue pillar drop effect
// 512 - Item will be displayed with a yellow pillar drop effect
// 1024 - Item will be displayed with a purple pillar drop effect
// 2048 - Item will be displayed with a orange pillar drop effect

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  115
  • Reputation:   7
  • Joined:  05/09/19
  • Last Seen:  

 

5 hours ago, Loke said:

Its allowed just put the same item id in monster drop via mob_db.yml

Thank you

Can you example for me

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

3 hours ago, ittiphol said:

 

Thank you

Can you example for me

Quote

 

Example : you want to add more broken shell to Permeter just add one more broken shell to its drops.

  - Id: 1314
    AegisName: PERMETER
    Name: Permeter
    Level: 63
    Hp: 8228
    BaseExp: 3756
    JobExp: 1955
    Attack: 943
    Attack2: 1211
    Defense: 46
    MagicDefense: 45
    Str: 69
    Agi: 59
    Vit: 60
    Int: 5
    Dex: 69
    Luk: 100
    AttackRange: 2
    SkillRange: 10
    ChaseRange: 12
    Size: Medium
    Race: Brute
    Element: Neutral
    ElementLevel: 2
    WalkSpeed: 250
    AttackDelay: 1100
    AttackMotion: 483
    DamageMotion: 528
    Ai: 17
    Drops:

      - Item: Turtle_Shell
        Rate: 4413

      - Item: Turtle_Shell
        Rate: 4413

      - Item: Broken_Shell
        Rate: 45
      - Item: Wooden_Block
        Rate: 1240
      - Item: Red_Herb
        Rate: 2450
      - Item: Zargon
        Rate: 1240
      - Item: Fruit_Of_Mastela
        Rate: 25
      - Item: Anodyne
        Rate: 1
      - Item: Permeter_Card
        Rate: 1
        StealProtected: true

 


 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  115
  • Reputation:   7
  • Joined:  05/09/19
  • Last Seen:  

7 hours ago, Loke said:


 

So if i want to set double drop all monster must set like this all id monster !!

OMG!

Thank you. hahaha

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

7 hours ago, ittiphol said:

So if i want to set double drop all monster must set like this all id monster !!

OMG!

Thank you. hahaha

Yes.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  115
  • Reputation:   7
  • Joined:  05/09/19
  • Last Seen:  

Hahaha i give up.

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