[Release] Primal World Daily Quester Bot for PW International: Elysium
Discussion on [Release] Primal World Daily Quester Bot for PW International: Elysium within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.
[Release] Primal World Daily Quester Bot for PW International: Neverfall
Are you lazy to do Primal Daily Quest like me?
Try my bot app Primalz.
It will automatically do 8 out of 9 Primal Daily Quests.
So sorry if I didn't include Liu Soo's Plea coz I don't want your toon to be repeatedly pawned by Ren Dao.
Enjoy!
BTW guys, if you want to donate, you may send in-game coins to divorare of Twilight Temple Server
As pointed out, there was a tiny error in reading the RewardIndex8 in the source code. If you are using the previous version, you can fix it by manually changing the value of RewardIndex2 (instead of RewardIndex8) in the config.ini.
You can manually change the buff_id of certain skill.
For Example, the Level 10 Barb Skill Strength of Titans (Skiill ID=83) gives a Strength of Titans Status (Buff ID=66)
So in config.ini we put Buffs1=83 and BuffsStatus1=66. This means everytime that BuffsStatus1 (Buff ID 66) is missing in your Buffs, it will automatically cast Buffs1 (Skill ID 83)
In the GUI version of config settings, the drop down list is sorted as per Buff ID order.
You can use HZD bot to get the buff id for certain skills.
-Buff ID included in the list
-for reference use buffstr.txt
Doing LiuSoo isn't actually that bad, about same difficulty as Something in the Snow. Here's how I do it.
The key points are just to run away from ren dao if he's too close and to only kill mobs that are far enough away from ren dao.
Just keep killing Disciples / Spirits til you have enough Nectar.
It does do a little overkill though since I never figured out how to tell which disciples have that glowy buff.
Code:
Func LiuSoo()
Fly(-644.05, 174.950)
TakeQuest("Queen Liu Soo", 30309)
Fly(-629.82,80.5)
While HasQuest(30309) and ItemCount(41444) < 8 ;Maternity Nectar
if NpcDistance("Ren Dao") < 60 Then
RunAwayFrom("Ren Dao", 75) ;get to 75m away in opposite direction
else
$target = Npc("Maternity Nectar Spirit", 35) ;scan for nearest NPC with name in distance of 35
if not $target Then $target = NpcName("Disciple of Ren Dao", 100) ;else find nearest disciple within 100m
if not $target Then ;must have wandered away too far
Fly(-629.82, 80.5) ;fly back
ContinueLoop
EndIf
$renPos = NpcPos(Npc("Ren Dao")) ;get position of ren dao
$mobPos = NpcPos($target) ;get position of target
if not (DistanceBetween3d($mobPos, $renPos) < 30) then
KillTarget($target) ;attack target if its at least 30m away from ren dao
EndIf
EndIf
Sleep(200)
WEnd
Fly(-644.05, 174.950)
TurnInQuest("Queen Liu Soo", 30309)
EndFunc
Can it be that by the quest; Raccoon Alliance pact you only get old book page despite u selected Primorial blood?
Nice piece of work only the buffs > skills and status is hard to read and understand. And now it keeps buffing every cooldown when it stops moving and go to the next x,y point, i dont know if that is normal?
Same as dogx, kinda didn't work for me.
It wouldn't even start, as the error is "Login on PW client first when running" (which of course i am already connected to).
Tried to tweak some setting in config.ini (altering client title/exe names), but unfortunately it didn't work.
Any advices?
Uhmmmmm, today I did use it on PWI game version 988 (with Primal Warfare (V978) Addresses and Offsets) on 2 different pc's.
I thought when u start the game for the 1st time it ask were ur elementclient file is, and u can browse to were it is and select it. Only the first 3 quest u can skip because these r no longer in the game.
It doesn't work for me playing PW Indonesia client version is v1.5.3 build 2556, I think it's around 930 for PWI (Warfront), but without xTW implemented yet.
(Is PWI offline patch available anywhere ? I hate playing Indo version, it always has messed up GUI and translation.)
Does the program come with auto config for offsets ?
The error message is "Login on PW client first before running this app." , I have changed the config.ini according to the window title and exe used for indo client, but it still refused to run.
[GUI]
Title=PrimalZ
X=0
Y=0
W=266
H=329
[Client]
Title=Perfect World 2
Exe=elementclient.exe
denzjh, if you still around, could you please share the source code, and a brief information on how to find each of the offset used manually?
Imo a bot for doing primal dailies is the most useful bot at current state of the game, it could help revive alts so they won't be left behind too far, but without the right offsets and knowledge to find them, it's such a waste. xD
It doesn't work for me playing PW Indonesia client version is v1.5.3 build 2556, I think it's around 930 for PWI (Warfront), but without xTW implemented yet.
(Is PWI offline patch available anywhere ? I hate playing Indo version, it always has messed up GUI and translation.)
Does the program come with auto config for offsets ?
The error message is "Login on PW client first before running this app." , I have changed the config.ini according to the window title and exe used for indo client, but it still refused to run.
[GUI]
Title=PrimalZ
X=0
Y=0
W=266
H=329
[Client]
Title=Perfect World 2
Exe=elementclient.exe