elite*gold: 0
Join Date: Feb 2008
Posts: 141
Received Thanks: 327
|
Hmm I make you an example:
Perhaps you want to set AIKey of Ishuma Hunter and want, that the monster don't spread out...
this is in winhex:
1602,Ishuma Hunter,0,27,41,7987,0,211,302,15,70,1,6,0,0,0,0,0, 0,0,40,0,0,2,4.7,1,1,aeshmahunter,ÀÛ¼ºÁß,499,128,1 73,35000,3,1,2,140,85,90,90,2,18,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,278,398,17,40,14,3600,3000001,206,0,30,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,15,477,17,398,18,239,0,0,107,424,108 ,354,108,212,502,6,402,53,205,763,450,124,0,0,0,0, 0,0,0,0
now you want to know, which one of the numbers the AIKey is and which one the RunSpeed and which one the CellRange_Melee and which number the CellRange_Range is.
If you use the csv files, you have to count on which column they are and after that you have to count in the winhex line till you are on the number.
With this xls files you can see very fast, what the value of AIKey or RunSpeed etc. is. and what the number before is, and what the number after this is.
Perhaps for AIKey:
You can see in the xls file, that the AIKey of Ishuma Hunter is 3.
And the number before the AIKey (MoneyRate) is 35'000 and the number after the AIKey (ChaoticLevel) is 1.
Now you can find your AIKey in the winhex line very fast, you can search for "35000,3,1" and you know, that the "3" is the AIKey
1602,Ishuma Hunter,0,27,41,7987,0,211,302,15,70,1,6,0,0,0,0,0, 0,0,40,0,0,2,4.7,1,1,aeshmahunter,ÀÛ¼ºÁß,499,128,1 73,35000,3,1,2,140,85,90,90,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,398 ,17,40,14,3600,3000001,206,0,30,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,15,477,17,398,18,239,0,0,107,424,108,354,108,212 ,502,6,402,53,205,763,450,124,0,0,0,0,0,0,0,0
|