Hi All, I'm trying to implement random option in my local server with pre-renewal settings.
currently using latest rathena version and chriss translation with client 2019-06-05
i copied the content of item_randomopt_db.yml and item_randomopt_group.yml from db/re and pasted it in db/import
then i added below in db/import/mob_db
Question
friomixx
Hi All,
I'm trying to implement random option in my local server with pre-renewal settings.
currently using latest rathena version and chriss translation with client 2019-06-05
i copied the content of item_randomopt_db.yml and item_randomopt_group.yml from db/re and pasted it in db/import
then i added below in db/import/mob_db
after i used magnifier to the dropped item its not showing the random options.

I did also tried using the example of getitem3 from /doc/script_commands.txt
setarray .@OptID[0],RDMOPT_WEAPON_ATTR_TELEKINESIS; setarray .@OptVal[0],0; setarray .@OptParam[0],0; getitem3 1102,1,1,9,0,0,0,0,0,.@OptID,.@OptVal,.@OptParam;
can any one help me identify what might i be missing?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.