Jump to content
  • 0

Random Option on Pre-Renewal


friomixx

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  03/02/12
  • Last Seen:  

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
 

Body:
  - Id: 1002
    Drops:
      - Item: Knife_
        Rate: 2500
        RandomOptionGroup: MAGMA_ESSENCE
        Index: 1

after i used magnifier to the dropped item its not showing the random options.
image.png.0b1c0222e0fb8360ba15b62f6a64c1b4.png

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;

image.png.d329bd5fd795903555147bbace512a0c.png

can any one help me identify what might i be missing?

Edited by friomixx
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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