Jump to content
  • 0

Fallen Angel Wing Enchants


Tales

Question


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Something is calling the current label (callsub) or function (callfunc). Read a bit about them if you don't know what that means.

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