BPAlpha New Member Joined Jan 15, 2010 Messages 594 Reaction score 41 Dec 4, 2010 #1 hey guy.. been trying to perfect my inscription plugin for 2 days now.. got milling working fine, for ink making working and vendor work but it will not make darkmoon cards and dont know why.. can some one take a look and see what im missing Attachments Incription.cs Incription.cs 11.2 KB · Views: 34
hey guy.. been trying to perfect my inscription plugin for 2 days now.. got milling working fine, for ink making working and vendor work but it will not make darkmoon cards and dont know why.. can some one take a look and see what im missing
Azathoth1 New Member Joined Oct 14, 2010 Messages 202 Reaction score 0 Dec 4, 2010 #2 Have you tried just using Code: Styx.Logic.Combat.SpellManager.Cast("Darkmoon Card of the North"); ?
BPAlpha New Member Joined Jan 15, 2010 Messages 594 Reaction score 41 Dec 4, 2010 #3 spell is cast from id so name should not really matter
Azathoth1 New Member Joined Oct 14, 2010 Messages 202 Reaction score 0 Dec 4, 2010 #4 Just asking for debug purposes, if it doesn't work one way try another.
BPAlpha New Member Joined Jan 15, 2010 Messages 594 Reaction score 41 Dec 4, 2010 #5 got darkmoon to work now but vendor now bugged just keeps buying paper here code im using sure its right but not sure Code: int index = 6; int quantity = 1; Logging.Write("Buying {0}", ItemInfo[0].ToString()); Lua.DoString("BuyMerchantItem(\"" + index,quantity + "\")");
got darkmoon to work now but vendor now bugged just keeps buying paper here code im using sure its right but not sure Code: int index = 6; int quantity = 1; Logging.Write("Buying {0}", ItemInfo[0].ToString()); Lua.DoString("BuyMerchantItem(\"" + index,quantity + "\")");