Seems perfect for this! I will also be able to coordinate the autopotter with my bot to share the genie more efficiently between tree of protection and cloud erupt.
When I was coding with GWA2 for Guild Wars we would always put a function within the Kill code to check our health and use a skill to heal when needed. I imagine It would be much easier to do it that way then to AdLib a function every 10 seconds. AdLib is bad unless your trying to keep track of coords or something to find out if your still moving. In your kill script I imagine it would be something like
Code:
If SkillIsRecharged($DeadlyShot) then UseSkill($DeadlyShot, 1)
Just add in there
Code:
If $MyHp < 6000 Then
HealMe($Mana = 0, $Health = 1)
EndIf
If $MyMana < 1000 Then
HealMe($Mana = 1, $Health = 0)
EndIf
Something like that should work great. It saves a lot of memory and is pretty universal to any script that needs to heal in it. You also save a lot of memory by not checking the function every 10 seconds. Just set some constants to read memory of hp and mana and it should only do it when it's needed.
jasty, can you help me with getting all nearby items (loot)? According to new offsets, I am trying to reach them in this way:
pointer = [ [ [ [base] + 1C] + 14] + 24]
itemBase = [ [pointer + i*4] + 4]
I am checking all 'i' from 0 to 768 if it equals zero, but no results. Only trash. What am I doing wrong?
jasty, can you help me with getting all nearby items (loot)? According to new offsets, I am trying to reach them in this way:
pointer = [ [ [ [base] + 1C] + 14] + 24]
itemBase = [ [pointer + i*4] + 4]
I am checking all 'i' from 0 to 768 if it equals zero, but no results. Only trash. What am I doing wrong?
have you added those the offsets in red text to to chain?
it might be good to just try to print (msgbox) the itemcounter after u droped a few items.
thisCounter is initialed with 1 in my code.
Stark, I am thankful to you for replies. While you were offline, I have read this thread and figured out that people found some new ways to move character. I am trying to write my resource harvest bot based on PWFramework (C#). I have rewritten following function code posted by Remmm:
Anyone have code that can quickly switch between characters and accounts?
Something more accurate than blindly sending keypresses and hoping for the best. What is everyone doing for this?
Stark77, thanks for coords transform function btw. I was using simple true floating coords obtained from player struct but when I excecute my function, character begins to move to the south permanently (Y --> 0). I don't know, what is wrong. I have checked all bytes and numbers. Everything is right when the bytecode executes. Did you have such kind of problem?
Do you mean how others play on mutliple clients and select the one they want? Or do u mean how we log accounts?
Logging out and logging in, choosing characters from the character select screen. You could do it kinda with mouse/keyboard presses but I don't know how to verify when controls have focus or how long you have to wait. I was wondering what people are doing if it is more reliable.
Controlling multiple clients is just managing multiple pid and doesn't require specific game knowledge.
WTS 4 lvl 50 -Red eclipse 04/27/2013 - Star Wars: The Old Republic Trading - 1 Replies ================High-End Account================
Hi there
I want to sell my High-end SWTOR account wich is based on the server " The Red-eclipse "
I am a Hard-core gamer and always want the best gear for my characters, this is no diferant with this account. I am a well known and respected player on this server ( the char names are in good standing :). How ever i dont have the time to play anymore wich ofcourse breaks my heart but my career comes first.
Here by i am offering my...
Fly For Eclipse !! 07/18/2011 - Flyff Private Server - 5 Replies Kann es sein das der Server oft abkackt?:D
und wenn ja wie lange bleibt er dann off??
Eclipse Flyff 07/12/2011 - Flyff Trading - 2 Replies Hey, hat jemand Interesse an mehrere Imba Eclipse Flyff Chars?
http://www7.pic-upload.de/thumb/01.06.11/y9n1bcfi twcx.png
Hab noch viele Rare Item's wo du locker 500b zusammen bekommst
hab noch mehrere Imba chars.
Interesse? dann schreib hier :>
My Eclipse to your Demon. 04/04/2011 - Flyff Trading - 0 Replies Hi dears..
I'm Trading all my itens and money on Eclipse flyff to itens or money on demon flyff.
On Eclipse,I have Many Solar Weapon's,Cs Sets,Bike,Pets
and so much money.
If you are interested,add me on msn.
[email protected]
:mofo:
C++ in Eclipse 02/01/2010 - C/C++ - 2 Replies Huhu,
kann mir mal bitte jemand helfen. Ich habe im Internet ein Tutorial befolgt um C++/C auf Eclipse zu programmieren. Ich habe alles befolgt wies sein sollte, laut Tutorial. Wenn ich nun build mache, dann kommt folgendes:
Habe die Eclipse CDT und MinGW installiert.
Habe danach auch ein wenig gegoogelt und nichts hilfreiches gefunden. Ich vermute, dass ich irgendwo noch einen Pfad verändern muss, aber ich weiß nicht wo.