Pretty much, copy paste the class from cypher's stickied post. You have to parse through the obj's to find the one that you're looking for and then doThat should do it.Code:curObj->Interact();
Pretty much, copy paste the class from cypher's stickied post. You have to parse through the obj's to find the one that you're looking for and then doThat should do it.Code:curObj->Interact();
Okay, I have to make myself familiar how I parse throughthe objects. I f you say just copy&paste, into what file should I d taht? are you talking about Autoit. Or should I jsu take an editor and save it with .dll ? Sorry for my stupid question but I'm an absolte beginner.
Thx 4 your help
G
Google.com, shynd blog. You'll learn there. All you need to do is update the offsets. No one is going to give you the code. You're gonna have to learn C++.
Holy ****ing hell. Copy and paste into a file and save it with a .dll extension? Are you kidding? Maybe you should learn to swim before jumping into the deep end.
Hehe.. agreed... that was pretty funny.
Interact isn't used like that, it's part of the object (my wording may be a bit off here)
You do not call it like Interact(Object SomeObject) but SomeObject.Interact()
Go read shynd's blog already
Edit: To bad that interacting with a gameObject like Cinder Clouds don't make you run to them :/ if only they were targetable
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
"I cried a little earlier when I had to poop" - Sku
You have to reverse the click to move function to put in the parameters.
Its a bitmask but its easier to just show it in ints since most of the functions are just the same all over.
Code:==ACTION_TYPE== INT MoveID 1 = Face Target POS 3 = Stop? 4 = Walk to POS 5 = Follow + Interact 6 = Loot GUID 7 = Interact(trigger object) GUID 8 = ? 9 = ? 10= Attack Assigned POS 11= Attack GUID (does not need POS) 12= Walk + Rotate to POS Pos being XYZ
Rob,
thanks.. i know this is not "standalone" function but class/object call (and i do use this function for looting)... i was just wondering if there are form of call (which i should've missed) like....
hmm... let me rephrase my question to UnknOwned :
is CTM == Iteract ? is it same of different functions ?
Thanks UnknOwned!
very helpfull... guess im starting to look for CTM function (where is it) :-)
Well, I made myself more familiar with Innerpsace. So as far as I can see it's possible to inject .dll in WoW via Innerspace. So the way to go for me is make myself familiar wit C++ to be able to create .NET apllication which I can inject via IS? Is that correct? What do you guys think about the LavishScript which is included in IS? Useful? Is it comparable to C++? Well all thise things will take some time for me but I'm willing to learn it.
Well one last security thing. If I will be able to create a NET app which includes an automatic loot routine and inject that via IS, do you guys think that there is a high ban risk? Or do you thing it's fine to inject into WoW via IS?
If you have any other tips in regard to IS or in general just let me know.
Cheers
G