Jump to content

Recommended Posts

Credits goes to Cydh and members at opencore

Download : 1.1
script

 

item link system, shift-click on the item to display the item description

thanks to Cydh posting the topic, I also get a crack on the formula,
although this is a script function ... well not a script command like cydh did ... but I guess it also gets the job done

 

F_ITEML( <ItemID>{, <refine>{, <card1>, <card2>, <card3>, <card4>{, <item option ID>, <item option value>, <item option param> }}} );

prontera,155,180,5	script	final test	1_F_MARIA,{
//	getnameditem 501, getcharid(0);
	npctalk F_ITEML(501);
	npctalk F_ITEML(1201);
	npctalk F_ITEML(5083);
	npctalk F_ITEML(19543);
	npctalk F_ITEML(501, 0, 254, 0, getcharid(CHAR_ID_CHAR) & 65535, getcharid(CHAR_ID_CHAR) >> 16);
	consolemes CONSOLEMES_INFO, F_ITEML(501, 0, 254, 0, getcharid(CHAR_ID_CHAR) & 65535, getcharid(CHAR_ID_CHAR) >> 16);
	npctalk F_ITEML(1501, 13);
	npctalk F_ITEML(1501, 13, 4001, 4002, 4003, 4004);
	npctalk F_ITEML(5083, 0, 4001,4001,4001,4001, 1,2000,0);
	npctalk F_ITEML(5083, 0, 4001,4001,4001,4001, VAR_ATTPOWER,2000,0);
	setarray .@opt_id, VAR_MAXHPAMOUNT, VAR_MAXSPAMOUNT;
	setarray .@opt_value, 2000, 2000;
//	setarray .@opt_param, 0, 0;
	npctalk F_ITEML(5083, 0, 4001,4001,4001,4001, .@opt_id, .@opt_value, .@opt_param);
//	consolemes CONSOLEMES_INFO, F_ITEML(5083, 0, 4001,4001,4001,4001, .@opt_id, .@opt_value, .@opt_param);
	end;
}
Spoiler

script for testing

0.1 - script

0.2 - script
- fix the base62 value, now it breaks 64*64*64 value

0.3 - script
- add show costume option for equipments

0.4 - script
- add refine and cards

1.0 - script
- add item options

1.1 - script
- fix item options when using constants

 

Edited by AnnieRuru

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.