Hi, i m trying to create a major RPG like Durotar of WC3. Yet i got some problems ><
Firstly, how do u clean items from map. U know, after some monster killing, items are everywhere and if u dont pick them up, they r gonna flood the map. So how do u clear the items?
Secondly, how do u store Game Constants in a hashtable/game cache?
Thirdly, my maps are connected like Durotar's Act 1. This means when u finish a quest or the whole map, and u head off to the next map, but u want to return to the previous map u just finished. How do u ensure that everything u done on the previous map is saved?
Thats all my questions. Please help me as these 3 issues are the main problems i m trying to solve now.
Firstly, how do u clean items from map. U know, after some monster killing, items are everywhere and if u dont pick them up, they r gonna flood the map. So how do u clear the items?
Secondly, how do u store Game Constants in a hashtable/game cache?
Thirdly, my maps are connected like Durotar's Act 1. This means when u finish a quest or the whole map, and u head off to the next map, but u want to return to the previous map u just finished. How do u ensure that everything u done on the previous map is saved?
Thats all my questions. Please help me as these 3 issues are the main problems i m trying to solve now.