with ado-3, item with 3option is rare (normal drop rate)
but if your server is running on high drop rate (in drop conf)
you have to adjust option rate suit your server drop rate like example above.
adjust drop rate by edit item_radomopt_group.txt (ado-3)
use your favorited text-editor like notepad++ or ms word
eg.
replace ",1000,RDMOPT" with ",100,RDMOPT"
replace ",400,RDMOPT" with ",40,RDMOPT"
use Latest release or after Git Hash: e59cdff , you just copy and replace .
but for athena before 28/04/2107 you need to diff src with Initial release item random option for monster drop #2065
then copy and replace.
i think it is okay to keep it both line
2071,28007,50,RDMOPTG_WEP // HEADLESS_MULE
2071,28007,50,RDMOPTG_Crimson_Weapon // HEADLESS_MULE
anyway i never test multi grouping before let me know if you see error msg.
A.#1. in your mob_drop.text ,add line #22 - #123 of https://github.com/rathena/rathena/blob/master/db/re/mob_drop.txt
A.#1.1 i dont know - -'
A.#2 it is damage reduction when receiving critical hit.
why not?
pull this Initial release of the Achievement System #2044
edit server side : reward >> /db/achievement_db.conf
edit client side : icon of reward to show, description >> system/achievement_list.lub
will see like this.
achievement_db.conf
achievement_list.lub
Now we can add and remove orbs from our item with random-option
A modified version of old school orb refiner by Skorm
Ty cydh for *getitem3
REQUIEMENTS Initial release script commands for Item Random Options #1708
SUGGESTIONS Initial release item random option for monster drop #1743 ALL monster drop item with Random Option
Download https://drive.google.com/open?id=0Bz-BtnAkIhbUNWxWRkhKXzl1eDg
View File
ALL monster drop item with Random Option
ALL equipment drop by monster has chance of getting Random-Option.
Like MU online every item you found have some (random) option .. now in rathena.
/////////////
News update
28/04/2107
due to #2065 one of the requirement was merged in to rathena master so
we no longer need any source modification for those who using latest release.
/////////////////
UPDATE
V.1.0 - 3 random option in each item.
V.1.1 - has chance of getting 0-3 option in stead of fixed 3option.
V.1.2 - drop chance is lower according to option quantity. Now 3option is rare (not yet applied to weapon).
- Fixed error message.
pre-re user still getting error message refer to Invalid monster ID.
but random-drop-system work fine with this error.
get in touch with next update.
/////////
Requirement (for athena before bf2461f 28/04/2107)
Initial release item random option for monster drop #2065
////////////////
Installation
replace the following files.
db/re(pre-re)/item_randomopt_group.txt
db/re(pre-re)/mob_drop.txt
make sure your /db/re(pre-re)/item_randomopt_db.txt is 201 lines (200 sloc) 16.7 KB.
add following 6 line at the end of /db/const.txt
RDMOPTG_WEP 1
RDMOPTG_EQARM 2
RDMOPTG_EQSH 3
RDMOPTG_EQGAR 4
RDMOPTG_EQFOOT 5
RDMOPTG_EQACC 6
//////////////////
Option Description (DEFAULT)
///////////
Drop rate (DEFAULT)
same rate as you can see in db/re/item_db.txt
customize your droprate by editing db/re(pre-re)/mob_drop.txt
/////////
Feel free to PM me
Submitter
nutminemz
Submitted
04/10/2017
Category
Source Modifications
Video
Content Author
NuTmineMz
ALL equipment drop by monster has chance of getting Random-Option.
Like MU online every item you found have some (random) option .. now in rathena.
/////////////
News update
28/04/2107
due to #2065 one of the requirement was merged in to rathena master so
we no longer need any source modification for those who using latest release.
/////////////////
UPDATE
V.1.0 - 3 random option in each item.
V.1.1 - has chance of getting 0-3 option in stead of fixed 3option.
V.1.2 - drop chance is lower according to option quantity. Now 3option is rare (not yet applied to weapon).
- Fixed error message.
pre-re user still getting error message refer to Invalid monster ID.
but random-drop-system work fine with this error.
get in touch with next update.
/////////
Requirement (for athena before bf2461f 28/04/2107)
Initial release item random option for monster drop #2065
////////////////
Installation
replace the following files.
db/re(pre-re)/item_randomopt_group.txt
db/re(pre-re)/mob_drop.txt
make sure your /db/re(pre-re)/item_randomopt_db.txt is 201 lines (200 sloc) 16.7 KB.
add following 6 line at the end of /db/const.txt
RDMOPTG_WEP 1
RDMOPTG_EQARM 2
RDMOPTG_EQSH 3
RDMOPTG_EQGAR 4
RDMOPTG_EQFOOT 5
RDMOPTG_EQACC 6
//////////////////
Option Description (DEFAULT)
///////////
Drop rate (DEFAULT)
same rate as you can see in db/re/item_db.txt
customize your droprate by editing db/re(pre-re)/mob_drop.txt
/////////
Feel free to PM me