Interest07, It's not so easy with skill-casting packet. You wrote:
Code:
Func useSkill($skillId, $targetId, $pid)
;uses the specified skill on the target. Pass your own
;Id if you wish to use buffs. When teleporting targetId
;is the targeted city.
local $packet, $packetSize
$packet = '2900'
$packet &= _hex($skillId)
$packet &= '0001'
$packet &= _hex($targetId)
$packetSize = 12
sendPacket($packet, $packetSize, $pid)
EndFunc
I've tried it using a priest on PW-RU and found that I have to write $packet &= '0701' instead of $packet &= '0001'.
Weird, yeah ? Don't you know what [0001 / 0701] in this means ?
I'm sorry, I can't reproduce that on either PWI or PW MS. Must be native to the russian version then oO
You make a bot using these functions just like you'd making any other bot :P
Usually a main loop in which it checks what action to take next (i.e. go town town to restock pots / repair, move to grnding spot, find next mob to kill, kill mob, use pots if needed, etcetera). These functions are only to help you perform those tasks, the actual base bot structure isn't helped by them.
Hey this is very very very VEEERYYY cool and everything is working fine on PWI
But can anybody tell me how to get out the $uniqueItemId and the $itemTypeId out of the memory?
I found something called ItemListBase in the memory at 00A107EC but this isnt usefull it seems ^^"
Are you sure the offsets are working???
Cause how I use them everything went wrong xD
How do I use the offsets right?
I tipp: BaseAddress + Offset
For example: BaseAddress + Offset(PlayerHP) / 00A5BFCC + 46C
But I get a number over 4 Million O_O
This cant be right or di I use the offset in a wrong way?
P.S: The given BaseAddress on the russian site isnt working to...
useItem with $equip = 1, $index = 0xC, flyMountId is well whatever yor flymount id is.
makes you start/stop flying.
hi again Interest07, I just tried useItem with $equip=1 , $index=0xC and start flying really start flying, of cuz , but how to stop flying, is by changing $equip=0 supposed to make it drop off flying ? because I tried that and it still kept flying with the wings.
I'd like to be able to move anywhere by flight, on foot, or on mount if possible, but I can't turn off flying.
Help with sending packets in autoit 08/16/2010 - AutoIt - 1 Replies ive been lookin around different sites for ways to send packets to the game server. the only examples i see is to create a server and a client which i dont need, i think. well to the point now, can someone lead me in a direction or tell me how to send packets to a game? also if i send packets then that means i dont need the game to be active, correct? Because in autoit when u use keys u need to have the game active, and control send does not work. ty
Sending Packets !!! 09/07/2008 - Kal Online - 14 Replies now i know how to sniff / analyse packets ... but what then ? :)
how can i send packets ?? to pimp or mix weapon for example
i just need the way to send , and then i can depend on myself :D
Sending Packets (need advice) 03/20/2008 - Conquer Online 2 - 7 Replies OK well im finaly trying to stop leaching off of everybodys work its been great n all download n play :D But im tired of being a begger n the past couple months ive been learning as much as i can about macros memery add blah blah you know ...
After playing around with ce and ahk the past couple months i stumbled across wpe pro, theres not alot of tuturals and its hard to find good help.
Well heres what ive been doing so far, open my CO then i attach it to my sniffer.
I change my...
Scamming by sending packets??? 04/15/2006 - Conquer Online 2 - 1 Replies Well my friend and i came up with the idea to send packets to the server to show a certain item in the trade window. We want to use this as a type of scam. I didnt see this in any other threads and was wondering if anyone knew if this is possible and if they could point use in the right direction. My friend was pretty good with packets in CO 1.0 but we arent really sure to go about doing it. If anyone one could please lend a helping hand?
P.S.- Before I get flamed for this because i know i...
Sending packets 10/12/2005 - Conquer Online 2 - 10 Replies I've a question. Is it possible to send 1 packet multiple times at the exact same time?