Jump to content
  • 0
Tales

Fallen Angel Wing Enchants

Question

I know that Malangdo quests have a Arch Angel wing enchant, but i dont understand the script...

Anyone can teach me how to create a Enchant Script? If you have the Fallen Angel Wing Echant Npc i want this too *,*

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

The basic idea is:

  1. Block equipment changing (disable_items) -- very important!
  2. Store all the equipment data you want to keep for the gear to enchant (i.e. location, item ID, cards, refines...).
  3. Find a free card slot for the enchantment.
  4. Generate a random item ID for the enchantment.
  5. Delete the old gear (delequip), then use getitem2 to create a new piece of equipment slotted with the enchantment.
  • Upvote 1
Link to comment
Share on other sites

I'm trying to edit the Unnoficial faw enchantment but I do not know who the getargs are referencing.
 

delitem2 2589, 1, 1, getarg(3), 0, @card1, @card2, @card3, @card4;
getitem2 2589, 1, 1, getarg(3) , 0, @card1, getarg(0), getarg(1), getarg(2);
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.