Tales Posted December 23, 2014 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 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 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 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...
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