Jump to content
  • 0

Fallen Angel Wing Enchants


Question

Posted

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 *,*

3 answers to this question

Recommended Posts

Posted

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
Posted

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);

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...