Anyone familiar with restoring map triggers or is it even possible? Also, if there is a tutorial for it lying around the forum somewhere, do link it for me. I heard it's extremely tedious (even if it's possible) but I would still like to give it a go.
If it is kind of impossible, is there an alternative way to identify item drop rate specific triggers via something like jasscraft?
Restoring map triggers
Moderator: Cheaters
-
- Newcomer
- Posts: 17
- Joined: December 5th, 2008, 9:18 am
Re: Restoring map triggers
no one has any idea? I am trying to find the drop rates for items in TWRPG if anyone is curious
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: Restoring map triggers
You may refer this topic http://forum.wc3edit.net/deprotection-c ... 29515.html
Ask only if you still have problem
Ask only if you still have problem
-
- Shopping Maul USA Creator
- Posts: 1776
- Joined: January 18th, 2007, 11:07 am
- Title: No Comment
- Location: Calgary Canada
- Has thanked: 67 times
- Been thanked: 8 times
Re: Restoring map triggers
You will not be able to restore the triggers on most maps (99% ?). You may get lucky and the triggers were left inside the map itself. Read some of these posts to learn a little more:
http://forum.wc3edit.net/search.php?key ... mit=Search
http://forum.wc3edit.net/search.php?key ... mit=Search
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: Restoring map triggers
You actually can restore triggers, it's just insanely difficult.
Read this: http://forum.wc3edit.net/deprotection-c ... t1606.html (the images are missing, but it's still helpful)
You can certainly identify drop rates though. Look for the create item action, and from there search for a list of conditions. There should be something like (variable<=20.) which means that droprate is 20%.
Read this: http://forum.wc3edit.net/deprotection-c ... t1606.html (the images are missing, but it's still helpful)
You can certainly identify drop rates though. Look for the create item action, and from there search for a list of conditions. There should be something like (variable<=20.) which means that droprate is 20%.
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: Restoring map triggers
I thought you have to do it manually? Anyway, you are talking about the slow method or the fast method?