Tales Posted December 23, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share Posted December 23, 2014 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 *,* Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 23, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 23, 2014 The basic idea is: Block equipment changing (disable_items) -- very important! Store all the equipment data you want to keep for the gear to enchant (i.e. location, item ID, cards, refines...). Find a free card slot for the enchantment. Generate a random item ID for the enchantment. Delete the old gear (delequip), then use getitem2 to create a new piece of equipment slotted with the enchantment. 1 Quote Link to comment Share on other sites More sharing options...
Tales Posted December 23, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share Posted December 23, 2014 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); Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 24, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 24, 2014 Something is calling the current label (callsub) or function (callfunc). Read a bit about them if you don't know what that means. Quote Link to comment Share on other sites More sharing options...
Question
Tales
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.