Search results

  1. tigerija

    MPQ Import

    Hey i'm just curious; what are the ways to import/install some files into .mpq or is there any way of use you .mpq ? I would like to try installing some files into .mpq so map won't need to drain resources from map, but instead from .mpq. Also is possible to remove/deinstall those files ?
  2. tigerija

    Other Warcraft III Arena

    Release your progress so we can see. And y, i dont like using old wc3 units, coz and maybe make at least unit face position where he fires. Would be great to implant more like combat system, with melee weapons, and own made icons(for items) that fits the game. Would be cool to use robot as a...
  3. tigerija

    Save/Load Code, Yet Another

    I solved problem on your question 2 , but seems like when i put more than 145 items or somtn like that, it loads wrong items, so it seems it has small limit of items...
  4. tigerija

    Save/Load Code, Yet Another

    I'm saving quest progrst with it works good, btw ace can you add color for lower letters ? i'm not very well with jass, and the way i did it it doesnt works anymore with new jass newgen. So can you add this to you system ?
  5. tigerija

    Save/Load Code, Yet Another

    Y it is... Then you can pick all items in rect and for each picked item: Set SaveLoad_Items[Save_ItemNum+1] = Picked item Thats about 6 lines but I think its unstable when you update items, anyway i prefer mine way when i do stufs like this, i always store stufs in variables then a do things...
  6. tigerija

    Save/Load Code, Yet Another

    Btw Johnson: -------- List of Items -------- Set Save_ItemNum = 1 Set SaveLoad_Items[Save_ItemNum] = Alleria's Flute of Accuracy Set Save_ItemNum = (Save_ItemNum + 1) Set SaveLoad_Items[Save_ItemNum] = Amulet of Spell Shield ... Makes things little easier.
Top