Perfect World Bot PWI-Prophet Bot Recoded

08/15/2010 23:26 asaky#136
Quote:
Originally Posted by PW-Prophets View Post
From more testing this is what I found and might help you.
Copey this over your function can be found at line 729.
Hope this helps.


Code:
Func RestoreCharState($MODE)
	GUICtrlSetData($LABEL_GENERAL_STATUS, "Action: Restoring")
	AddHistory("Restoring")
	$KEY = IniRead($SOFTWARE_CONFIG, $CFG_HEAL_ROOT_KEY, $CFG_HEAL_AUTOREST_KEY, "")
	_SendMessage($HANDLE, 256, KEYCODE(IniRead($SOFTWARE_CONFIG, $CFG_HEAL_ROOT_KEY, $CFG_HEAL_AUTOREST_KEY, "")))
	Sleep(300)
	$RestTimer = TimerInit()
	If $MODE = 1 Then
		Do 
			Sleep(500)
			HPMPAutoPotCheck()
			If $TARID <> "0" Then
				$TAR_ID = $TARID
				AddHistory("Defending During Restore")
				KillTarget()
				_SendMessage($HANDLE, 256, KEYCODE(IniRead($SOFTWARE_CONFIG, $CFG_HEAL_ROOT_KEY, $CFG_HEAL_AUTOREST_KEY, "")))
				Sleep(300)
			EndIf
			$RestTimerDiff = TimerDiff($RestTimer)
		Until $RestTimerDiff / 60000 > 3 Or GUICtrlRead($PERC_HP) > 98 Or $TARID <> 0
	Elseif $MODE = 2 Then
		Do 
			Sleep(500)
			HPMPAutoPotCheck()
			If $TARID <> "0" Then
				$TAR_ID = $TARID
				AddHistory("Defending During Restore")
				KillTarget()
				_SendMessage($HANDLE, 256, KEYCODE(IniRead($SOFTWARE_CONFIG, $CFG_HEAL_ROOT_KEY, $CFG_HEAL_AUTOREST_KEY, "")))
				Sleep(300)
			EndIf
			$RestTimerDiff = TimerDiff($RestTimer)
		Until $RestTimerDiff / 60000 > 3 Or GUICtrlRead($PERC_MP) > 98 Or $TARID <> 0
	EndIf
	_SendMessage($HANDLE, 256, KEYCODE(IniRead($SOFTWARE_CONFIG, $CFG_HEAL_ROOT_KEY, $CFG_HEAL_AUTOREST_KEY, "")))
	Sleep(300)
EndFunc
How do I edit the script? I have autoit but get an error when I try to edit it.
08/16/2010 01:27 penipu81#137
Quote:
Originally Posted by asaky View Post
Please re-extract the bot from the .RAR and overwrite with a fresh copy.

Please tell me if that helped or not.
i still got that error, tq for help.
08/16/2010 02:36 retman#138
Is anyone know how to find all the offset for pw other country. please share the tut. :handsdown:
08/16/2010 09:17 esde#139
Quote:
Originally Posted by asaky View Post
@esde, this bot is not multi bot compatible. Sorry to say only 1 at a time.
ic2... thanks..

this bot is great for 1 user bot
08/16/2010 11:12 asaky#140
Quote:
Originally Posted by penipu81 View Post
i still got that error, tq for help.
Wait for one of the prophets to answer your question, they should know. :)
08/16/2010 11:13 asaky#141
Quote:
Originally Posted by retman View Post
Is anyone know how to find all the offset for pw other country. please share the tut. :handsdown:
If you go back a few pages there is a tutorial for finding the offsets :)
08/16/2010 11:44 retman#142
I know, it is in page 13 and i got it the explanation from pw prophet. but what i want to know is how to find offsets for other country, like Name_offset and other else because ntkid mhs retriever only got a few offset only not as many like this awesome bot. if pw prophet can give me a tut and for everyone, it is really gratefull.
Quote:
Originally Posted by asaky View Post
If you go back a few pages there is a tutorial for finding the offsets :)
08/16/2010 14:06 asaky#143
Quote:
Originally Posted by retman View Post
I know, it is in page 13 and i got it the explanation from pw prophet. but what i want to know is how to find offsets for other country, like Name_offset and other else because ntkid mhs retriever only got a few offset only not as many like this awesome bot. if pw prophet can give me a tut and for everyone, it is really gratefull.
That tut should work for all versions, aslong as you find the correct base address for your version, there are tutorials on this site on how to find the base address, once you have that, follow the tutorial. If that doesn't work then I am sorry but you are out of luck, short of making a new bot there is no way.
08/17/2010 11:11 sweetchick405017#144
Everything is working great with the bot for me, but one thing. The pet support so far doesn't do anything. It also doesn't show my pets hp at the bottom of the little screen. Any idea how to fix this? Thanks :D
08/17/2010 11:13 asaky#145
Quote:
Originally Posted by sweetchick405017 View Post
Everything is working great with the bot for me, but one thing. The pet support so far doesn't do anything. It also doesn't show my pets hp at the bottom of the little screen. Any idea how to fix this? Thanks :D
Make sure you have the correct pet slot selected.
08/17/2010 11:18 sweetchick405017#146
Quote:
Originally Posted by asaky View Post
Make sure you have the correct pet slot selected.
Yes, I've made sure I have everything set right. Still no go tho :/
08/17/2010 11:30 asaky#147
Quote:
Originally Posted by sweetchick405017 View Post
Yes, I've made sure I have everything set right. Still no go tho :/
Not sure, why then, just keep messing around with it and new setting. This bot can be a little fidgety.
08/17/2010 12:50 sweetchick405017#148
I set it up through the buff menu to heal my pet. Works great that way also, if you have my problem! :o
08/17/2010 14:25 asaky#149
Quote:
Originally Posted by sweetchick405017 View Post
I set it up through the buff menu to heal my pet. Works great that way also, if you have my problem! :o
Pet heal worked for me :S I just tested it for an hour on my veno. I am not sure whats going on with yours.

Try running as admin, if that doesn't work try downloading a fresh copy.
08/18/2010 11:11 xxXjunXxx#150
After update today

new base is Base_Address=10862540 but duno how to find the rest. Anyone help??