LykanthricAura Advanced Cheater
Reputation: 0
Joined: 17 May 2010 Posts: 58 Location: India
|
Posted: Thu Nov 24, 2011 11:12 am Post subject: Filtering Question... |
|
|
Im playing The Witcher and I wanna put some filters in an "Inf Items" cheat so it only works on certain items. The problem is ...there is next to no values which are different from one to other..except a tag.
Quest items have a tag like "it_quest_108" where 108 can be anything else depending upon the type of item.
Items of type "Ingredients" are "it_ingr_054" where again 054 is replaced by item ID.
And normal items are it_other_018 or it_potion_018 etc. Those dont matter.
So is there a way I can put a wild card on the last values. Probably not.
So is there a way.. I cud store the string then ..retrieve it character by character...or limit/narrow it to only so many characters (like in case of it_ingr_054 I cud limit it to 7 characters so the string is "it_ingr" which I can then compare to itself.
Or any other work around for this.
Secondly...And not so importantly.
Also...I have noticed sometimes that the comparisons dont work. I asked this before... But since the forum got washed.
What are the rest of the format specifiers during comparison?
like how we specify float during :-
cmp edi+48,(float)18
Are the names of the rest of them same as their actual names? bytes,long,double? I wanna know the value for bytes most importantly...and for places where the values show as dword.
Thanks.
|
|