Hello!
I followed this tutorial for deprotecting a map:
http://forum.wc3edit.net/deprotection-c ... 16357.html
First I got critical error and with the file i fixed it.
After that i got a unit missing error and i fixed it with "war3mapunits.doo".
Now I am able to open the map, but there are no mobs, no bosses, only the terrain.
My main goal is to increase the drop chance of some items.
How can I fix this and open the map perfectly?
Thank you!
[HELP]Deprotecting problem
Moderator: Cheaters
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: [HELP]Deprotecting problem
You can increase the drop chance without deprotecting it, deprotect a map usually will spoils the map, so editing a map with deprotection method is not recommended, map deprotection normally is used to view the map info including the secrets in the map only, if you want to edit the drop chance, you may check the map script out, which is war3map.j, extract the file and open with jass craft.
-
- Newcomer
- Posts: 21
- Joined: July 25th, 2014, 10:19 am
-
- Newcomer
- Posts: 21
- Joined: July 25th, 2014, 10:19 am
Re: [HELP]Deprotecting problem
Ergh i opened it, but i can only find the items stats and I can edit them.
Where do I find the drop chances of items?
Where do I find the drop chances of items?
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
-
- Newcomer
- Posts: 21
- Joined: July 25th, 2014, 10:19 am
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
Re: [HELP]Deprotecting problem
No clue about drop chance of items in general, You may could take a look at the .wts file, usually stores some stuff aswell. all the info you need is mostly in the .j file tho
aren't item drop rates rng anyways?
aren't item drop rates rng anyways?
Download Senethior's tool package here!
Get to know Bushido alias 2Pac alias King-Bushido!
Spoiler for Funny shit:
-
- Newcomer
- Posts: 21
- Joined: July 25th, 2014, 10:19 am
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: [HELP]Deprotecting problem
Editing the world rpg drop chance is easy, I did it few months ago, the map used a custom function for that, so all the drop rates of the monsters are in just a single function, just open the map script which is war3map.j and search for the item id or unit id you wish to edit.
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: [HELP]Deprotecting problem
lol that easy and hard work when create over 20 units and over 100 itemsJustANewbie wrote:Editing the world rpg drop chance is easy, I did it few months ago, the map used a custom function for that, so all the drop rates of the monsters are in just a single function, just open the map script which is war3map.j and search for the item id or unit id you wish to edit.
so it fun