Jump to content
  • 0

MVP Cards


Ernest90

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

Hi , Anyone have idea To "remove mvp Card" , example player @mi golden thief bug which is 0.01% , but actually after scripting is unable to drop.

 

Thanks for the help and appreicate for the reply :)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


- script Sample#del_drop -1,{

OnInit:

delmonsterdrop( <mob id or name>, <item id> );

end;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  08/01/12
  • Last Seen:  

I believe Ernest90 is referring to 'conf/battle/drops.conf', where he probably put "0" for all of this:

// The rate at which cards are dropped
item_rate_card: 0
item_rate_card_boss: 0
item_drop_card_min: 0
item_drop_card_max: 0

I have done the same; but, as he stated, it still shows up that MVP's drop their cards at a rate of 0.01%. (I guess a source edit would be required.)

 

Hopefully someone will add some thoughts on this.

Edited by sprite0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

sorry guys for my bad english . 

 

Player use  commands @Mi angeling , angeling card 0.01%

 

but until my script is unable to drop the card.

 

Means MVP Card cant be drop but can seen via @mi 0.01%

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  08/28/14
  • Last Seen:  

what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt

he is refering to this 

1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,65,222750,1,194400,155520,1,907,1750,159,81,71,77,80,62,127,76,10,12,2,4,43,0x11AB,100,768,768,480,97200,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1

change the 4128,0 to 0,0

 

4128 is golden thief bug card ID and 1 refers to the chance of drop

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  08/01/12
  • Last Seen:  

 

what? i dont get it, You mean you remove the card dropping on Golden Thief Bug? if yes you should remove the item# of GTB Card on mob_db.txt

he is refering to this 

1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,65,222750,1,194400,155520,1,907,1750,159,81,71,77,80,62,127,76,10,12,2,4,43,0x11AB,100,768,768,480,97200,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1

change the 4128,0 to 0,0

 

4128 is golden thief bug card ID and 1 refers to the chance of drop

 

 

I don't think he wants to do that for every single MVP, but for all of them as a whole.

 

I'd like the same feature as he's asking. (Sorry for intruding like that.)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

thank you for everyone reply over here and  very appreicate . I just edit some certain mvp only.

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