|
You last visited: Today at 01:30
Advertisement
Perfect World Bot PWI-Prophet Bot Recoded
Discussion on Perfect World Bot PWI-Prophet Bot Recoded within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.
11/17/2011, 09:06
|
#1441
|
elite*gold: 0
Join Date: Aug 2010
Posts: 46
Received Thanks: 11
|
@qwerty_m Its better if you can use the BOT, but I cannot. I've download the Latest one of Prophet BOT 3.0, but I'm still getting the same problem at all. Can you copy Offset code here, please... may be it can help me at this point.
|
|
|
11/17/2011, 19:39
|
#1442
|
elite*gold: 0
Join Date: May 2010
Posts: 220
Received Thanks: 203
|
theres is much more work then some copy/paste to get the bot full working again.
then its coded by prophet and not mortamor...
u have to change the offsets to the new one, change inside the code some more offsets like action stuff i wrote ages ago, fix the exp offset or make an array with the exp per level.
and last...its easy to start reading a thread from begining.
everytime asking ppl the same ****: help me, wont work *cry cry*
mosttime the answer is a topic above or same pages back.
if life would be such easy like some ppl think, were all rich and fat.
remember: if more ppl buyed the bot, it will still be supported.
but im shure, most cry ppl invest some $ to the loosy game zen.
|
|
|
11/17/2011, 20:53
|
#1443
|
elite*gold: 0
Join Date: Nov 2011
Posts: 4
Received Thanks: 0
|
Prophet doesnt working on strange char name for example my char name is : [Jo|an] it give me this error msg : Issues Attaching For Offsets, its doin great on my normal Joan names
Any idea how to fix this problem? have try to save Prophet-Bot-Config.ini into unicode format but still not working
|
|
|
11/18/2011, 13:09
|
#1444
|
elite*gold: 0
Join Date: Aug 2010
Posts: 46
Received Thanks: 11
|
Ah finnaly... Its work 100 percent without any failure... just one mistake fixed, and all gone right... hehehe... Thx to you all for what you've done with this....
|
|
|
11/19/2011, 15:56
|
#1445
|
elite*gold: 0
Join Date: Jul 2009
Posts: 15
Received Thanks: 0
|
can someone tellme how to unfreze the element client when i minimize it ?
im player from PW Indonesia
|
|
|
11/19/2011, 18:35
|
#1446
|
elite*gold: 0
Join Date: May 2009
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by jurbek2002
Prophet doesnt working on strange char name for example my char name is : [Jo|an] it give me this error msg : Issues Attaching For Offsets, its doin great on my normal Joan names
Any idea how to fix this problem? have try to save Prophet-Bot-Config.ini into unicode format but still not working
|
i have same problem for my char, but it didn't give me error message. it's only can't save all setting and unfreeze can't work.
|
|
|
11/20/2011, 02:39
|
#1447
|
elite*gold: 0
Join Date: Aug 2010
Posts: 46
Received Thanks: 11
|
dimas_mozart > just check the Unfreeze on Prophet it allow you to run BOT even you minimize it....
|
|
|
11/20/2011, 12:42
|
#1448
|
elite*gold: 0
Join Date: May 2009
Posts: 16
Received Thanks: 17
|
lol, you using prophet bot you don't know the feature?....... lol get lost....
|
|
|
11/20/2011, 18:58
|
#1449
|
elite*gold: 0
Join Date: Nov 2011
Posts: 1
Received Thanks: 0
|
Haii, i just want to ask question about bot prophet.
When i bot in the air, my character always go to home xyz for some reason, can somebody explain this.
but nice in the ground.
=> PW INDO.
|
|
|
11/21/2011, 02:45
|
#1450
|
elite*gold: 0
Join Date: Jul 2011
Posts: 3
Received Thanks: 0
|
Hi, i have try this bot, it's run well enough but there's problem with heal pet for veno, bot can heal, so i have put heal at skill slot, and then bot run slow when cast skill around 3-4 second. anybody can fix this ?
|
|
|
11/21/2011, 12:01
|
#1451
|
elite*gold: 0
Join Date: Sep 2008
Posts: 24
Received Thanks: 0
|
hi there,
if i start the bot, and stop it.. next i go somewhere teleporting.. and when i back to my hunting location and start the bot.. it just finding target.. like no monster around me..
please help if anyone can solve this issue.. thx
|
|
|
11/21/2011, 12:07
|
#1452
|
elite*gold: 0
Join Date: Oct 2010
Posts: 555
Received Thanks: 163
|
close the bot and start them again.
|
|
|
11/21/2011, 16:49
|
#1453
|
elite*gold: 0
Join Date: Sep 2008
Posts: 24
Received Thanks: 0
|
i know if we reopen the bot, the problem solved.. but that not solve the problem what i've mean.. i think something wrong with detecting mobs around the character,, i gonna use the method that prophet did instead blackbot did.. so we can use skill first..
|
|
|
11/22/2011, 01:26
|
#1454
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
Quote:
Originally Posted by hantuman
hi there,
if i start the bot, and stop it.. next i go somewhere teleporting.. and when i back to my hunting location and start the bot.. it just finding target.. like no monster around me..
please help if anyone can solve this issue.. thx
|
I don't really like looking at ProphetBot code because the way it's coded hurts my eyes lol. Especially with the crappy AutoIt IDE it's just a pain in the **** to analyse.
However... It sounds to me like possibly a lower level pointer is not being resolved for every read. For example, sometimes when you teleport, big chunks of local game memory get changed, so inevitably some pointers end up pointing somewhere else.
Say for example you have an offset chain of:
[[[[[[[baseCall]+0x1C]+0x18]+0x8]+0x468]+0x0C]0xB0]
and you try to save some processing time by reading a value at
[[[baseCall]+0x1C]+0x18]0x08] which, lets say for arguments sake gives an address of 0x1C1205F4 - If you then use that value for all successive reads but just append the last few offsets, when the game moves stuff around, that pointer might change to something like 0x24ABCDE0, thus breaking the offset chain and pointing you at some random value.
We all know the PW client devours RAM like a ***** and on occasion I've witnessed it alter some fairly low level addresses.
When you read values, ideally you should always iterate directly from the static base address every time.
Yeah, it doesn't look very efficient but it's the most reliable way to go.
|
|
|
11/22/2011, 06:14
|
#1455
|
elite*gold: 0
Join Date: Sep 2008
Posts: 24
Received Thanks: 0
|
if it hurts your eyes, I'll ask to the point.
Code:
Func NPCArray()
Local $array[1][1], $NPCCount, $NPCPointer
$NPCCount = _MemoryPointerRead($APP_BASE_ADDRESS, $PROCESS_INFORMATION, $OFFSET_NPCCOUNT)
If $NPCCount[1] <> 0 Then
ReDim $array[$NPCCount[1]][1]
For $n=0 To ($NPCCount[1] - 1)
$NPCPointer = _MemoryRead($NPC_DATA_BASE[1] + $n * 4, $PROCESS_INFORMATION)
$array[$n][0] = _MemoryRead($NPCPointer + $OFFSET_NPCID, $PROCESS_INFORMATION) ;ID
Next
EndIf
_ArraySort($array, "", "", "", 10)
$NPCArray = $array
$NPCArraySize = $NPCCount[1]
sleep(100)
EndFunc
use that for looking mobs id around us.
I've tried making targeting, base on prophet did. the pseudocode like this
Code:
read target
if target = 0
read from saved mobs
NPCarray
if saved mob = 1 of NPC array
target = saved mob
end if
end if
in the end, if I want to start the bot, i've need to reopen it.
|
|
|
All times are GMT +1. The time now is 01:30.
|
|