Jump to content
  • 0

Question

3 answers to this question

Recommended Posts

Well..it has been a month...and he nvr replied me after that.../ok

then i will just publish this out to other member to use as well..

try this...

http://pastebin.com/raw.php?i=Lh6XPmib

this line to add what is the itemID for each level of weapon..

set [email protected],ForgedList( 1210,1211,1212,1206 )

Format :

​ForgedList( <Normal>,<Superior>,<Perfect>,<Legendary> );

Max of 4 items in there....

What item required to forge each weapon you choose....

​RequiredItems( 985,1,984,1 );

item and amount are able to increase, just add at the back follow by the last item id,amount

Format :

RequiredItems( <itemID>,<Amount>,<itemID>,<Amount>,......... );

Max about 64 items....

if got other item that can refine...add in here

switch( select( "Knife", // case 1
				   "Cutter", // case 2
				   "Dirk" )){  // last case...

and add a new case accordingly.......

  • Upvote 3
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...

Important Information

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