| 07-06-2005, 12:12 PM | #1 |
Is it possible to get hero orignal stats after you have changed them? And if I store the orginal in a variable, how do I get the orginal when the hero levels up? ______________________________ When I use Unit Issunes a order targing a object, how to differ from Picking up order and move item in inventory? |
| 07-06-2005, 02:45 PM | #2 |
store them in a variable array before you change them.Then you can always access that array to get those stats back. The orderids are different. Picking up an item from the ground is smart, there is no order when you just drag it out of its slot. The order for dropping an item is 852002-852007 depending on the slot. (slot=0 852002...5=852007) |
