wc3edit.net
https://forum.wc3edit.net/

Where to find?
http://forum.wc3edit.net/deprotection-cheating-f64/where-to-find-t35051.html
Page 1 of 1

Author:  paskalt [ May 29th, 2018, 3:02 pm ]
Post subject:  Where to find?

Hello. Guys, where to find drop rate / spawn chance/time of items,bosses. Which one files. Checked all war3map.x and didnt found. Plox help ;(
P.S. Was searching with MPQEditor and JassCraft

Author:  devoltz [ May 29th, 2018, 3:19 pm ]
Post subject:  Re: Where to find?

All in war3map.j but every map has a unique system, so you have to find it.

Author:  paskalt [ May 29th, 2018, 4:19 pm ]
Post subject:  Re: Where to find?

devoltz wrote:
All in war3map.j but every map has a unique system, so you have to find it.

Is it will be hard to do for newbie? Map - twrpg

Author:  devoltz [ May 30th, 2018, 10:06 am ]
Post subject:  Re: Where to find?

Well, for twrpg, its all in one function (wich items Drop, time of respawn, how many items can Drop)
Do a reverse search with a itemid until u find it. Will be something like:
call dada(dudu'I03W', (10)*(0,1)) (not sure if is this right, wrote on phone).

Author:  paskalt [ May 30th, 2018, 11:17 am ]
Post subject:  Re: Where to find?

devoltz wrote:
Well, for twrpg, its all in one function (wich items Drop, time of respawn, how many items can Drop)
Do a reverse search with a itemid until u find it. Will be something like:
call dada(dudu'I03W', (10)*(0,1)) (not sure if is this right, wrote on phone).


This one is right? "call FUx(ATv,('cnob'),((6.00)*1.5))" If "1.5" mean drop rate, what means "6.00"?

Author:  devoltz [ May 30th, 2018, 12:42 pm ]
Post subject:  Re: Where to find?

Yes, but in that case, drop rate for this item would be 9% (6*1.5).

Author:  paskalt [ May 30th, 2018, 3:53 pm ]
Post subject:  Re: Where to find?

devoltz wrote:
Yes, but in that case, drop rate for this item would be 9% (6*1.5).

Ahh got it. Thanks a lot. One more question. You made version for me with increased drops. How to change more than one line in a time? Or you did same every line swaping by hand?

Author:  devoltz [ May 30th, 2018, 5:10 pm ]
Post subject:  Re: Where to find?

paskalt wrote:
Ahh got it. Thanks a lot. One more question. You made version for me with increased drops. How to change more than one line in a time? Or you did same every line swaping by hand?
On SHDR versions,i do both, because i have some hidden commands to change drops ingame.
But if you want to change all droprate from map, with a single line, search for this one:
Code:
if(h6x or(A3v[Zi*(A6v[(ndv)])+(bcv[xLx])])or h5x>0)and GetRandomReal(0,100)<(1.+gjx((ndv)))*(A2v[Zi*(A6v[(ndv)])+(bcv[xLx])]) then
And modify it like:
Code:
if(h6x or(A3v[Zi*(A6v[(ndv)])+(bcv[xLx])])or h5x>0)and GetRandomReal(0,100)<(1.+gjx((ndv)))*(A2v[Zi*(A6v[(ndv)])+(bcv[xLx])]) *2 then //Would be all current drop rates, from every item *2
Other example:
Code:
if(h6x or(A3v[Zi*(A6v[(ndv)])+(bcv[xLx])])or h5x>0)and GetRandomReal(0,100)<(1.+gjx((ndv)))*(A2v[Zi*(A6v[(ndv)])+(bcv[xLx])]) *35 then // All current drop rate *35
Codes from 0.15c version.

Author:  paskalt [ May 31st, 2018, 9:53 pm ]
Post subject:  Re: Where to find?

Thanks a lot

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/