Register for your free account! | Forgot your password?

You last visited: Today at 21:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Sending Packets

Discussion on Sending Packets within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.

Reply
 
Old 10/20/2010, 12:18   #61
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
what mistakes ? I've tried some that I need from the sendpacket collections and they're working just fine.
Smurfin is offline  
Old 10/20/2010, 12:32   #62
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
Ohh the buying packet was wrong lol, but i edited it now and think there was one other but I forget :P
Interest07 is offline  
Old 10/20/2010, 12:46   #63
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
haven't tried the buying packet coz I hardly buy anything from npc lol, only sell sell sell the garbage dropped by mobs, twice or thrice daily

and the packet for reputation thing I asked earlier also works like a charm, buy lots of them and wait until it finished exchanging for reps, I ever did that manually for 2000 pieces in one day
Smurfin is offline  
Old 10/20/2010, 14:41   #64
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
oh my ***, 2000, that's crazy haha

So many of them though, very nice
Interest07 is offline  
Old 10/20/2010, 18:47   #65
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
yea coz at that time I hadn't decided which char I'd like to go r8, now I used them all for my archer, still a long way though.

btw about your moveto script earlier, if I add height to a destination like x,y,h, why can't I use normal fly using the ingame hotkey, is there any way or value I should write back so it can be normal again without relog ? coz if the char I set to move from coordinate to coordinate died, I'd like to use the revive packet so it can continue to destination, but the flight mostly got stuck so have to relog it manually, can't completely afk.
Smurfin is offline  
Old 10/20/2010, 20:29   #66
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
Yeah... I noticed that too today hehehe, it works fine if I send a packet to start flying first though. I haven't looked into what to change yet, for the time being just start flying first. Unless that also doesn't work for you?
Interest07 is offline  
Old 10/20/2010, 20:40   #67
 
elite*gold: 0
Join Date: May 2010
Posts: 281
Received Thanks: 553
Quote:
Originally Posted by Smurfin View Post
yea coz at that time I hadn't decided which char I'd like to go r8, now I used them all for my archer, still a long way though.

btw about your moveto script earlier, if I add height to a destination like x,y,h, why can't I use normal fly using the ingame hotkey, is there any way or value I should write back so it can be normal again without relog ? coz if the char I set to move from coordinate to coordinate died, I'd like to use the revive packet so it can continue to destination, but the flight mostly got stuck so have to relog it manually, can't completely afk.

I have been working on this all day. The conclution I came to was while doing
Send("{SPACE DOWN}") you must put atleast a 1 second sleep before you
Send("{SPACE UP}"). That way you are not still moveing up when you send the Send("{SPACE UP}").

Hope this helps
Prophet2
PW-Prophets is offline  
Old 10/20/2010, 20:53   #68
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
I always fly first before executing the script though, but using the ingame hotkey to activate wings. Where is the fly packet you referring to, can't find it in the first post.

I only notice sometimes my char can start flying directly after clicking rez to town button, but some other times it just walk, I'll observe next time I start my script and if died later. Lol I usually just hurry to start my script so I can get as much stuffs to sell and don't pay attention to any details

@PW-Prophets, thanks for the tips, but if using space it has to be the active window, while if using the fly with height script it's done automaticly, it'll fly up or down based on the specified height without any key send involved.
Smurfin is offline  
Old 10/20/2010, 21:45   #69
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
Quote:
Originally Posted by Smurfin View Post
I always fly first before executing the script though, but using the ingame hotkey to activate wings. Where is the fly packet you referring to, can't find it in the first post.

I only notice sometimes my char can start flying directly after clicking rez to town button, but some other times it just walk, I'll observe next time I start my script and if died later. Lol I usually just hurry to start my script so I can get as much stuffs to sell and don't pay attention to any details

@PW-Prophets, thanks for the tips, but if using space it has to be the active window, while if using the fly with height script it's done automaticly, it'll fly up or down based on the specified height without any key send involved.
useItem with $equip = 1, $index = 0xC, flyMountId is well whatever yor flymount id is.
makes you start/stop flying.

I never noticed this issue before trying the moveTo function in PWI, so might just have been the case that it works differently in PW MS :P
Interest07 is offline  
Old 10/21/2010, 06:35   #70
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
oh ok , about the flyMountId, I can get it from pwdatabase, right ?
Smurfin is offline  
Old 10/21/2010, 07:31   #71
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
Quote:
Originally Posted by Smurfin View Post
oh ok , about the flyMountId, I can get it from pwdatabase, right ?
Yeah, you can, or if you want it to work for any type of fly mount, you can get it from the player struct, around there it looks as follows, that should help you find it (or just use my offset finder that comes with the WQ bot)
Code:
            public int lvl;
            public int cultivation;
            public int currentHP;
            public int currentMP;
            public int currentExp;
            public int currentSP;
            public int availableStats;
            public int currentChi;
            public int attackLevel;
            public int defenseLevel;
            public int criticalBonus;
            public int uk1;
            public int uk2;
            public int detectionLevel;
            public int currentVit;
            public int currentMag;
            public int currentStr;
            public int currentDex;
            public int maxHP;
            public int maxMP;
            public int HPregenRate;
            public int MPregenRate;
            public float walkSpeed;
            public float runSpeed;
            public float swimSpeed;
            public float flySpeed;
            public int accuracy;
            public int minPhysAtk;
            public int maxPhysAtk;
            public int attackSpeed;
            public float range;
            public int minMetalDmg;
            public int maxMetalDmg;
            public int minWoodDmg;
            public int maxWoodDmg;
            public int minWaterDmg;
            public int maxWaterDmg;
            public int minFireDmg;
            public int maxFireDmg;
            public int minEarthDmg;
            public int maxEarthDmg;
            public int minMagAtk;
            public int maxMagAtk;
            public int metalDefense;
            public int woodDefense;
            public int waterDefense;
            public int fireDefense;
            public int earthDefense;
            public int physicalDefense;
            public int evasion;
            public int maxChi;
            public int gold;
            public int maxGold;
            public int weaponId;
            public int headWearId;
            public int necklaceId;
            public int robeId;
            public int armourId;
            public int beltId;
            public int pantsId;
            public int shoesId;
            public int wristerId;
            public int leftRingId;
            public int rightRingId;
            public int arrowId;
            public int flyMountId;          <---------------- flyMountId
            public int fashionTopId;
            public int fashionPantsId;
            public int fashionShoesId;
            public int fashionGlovesId;
            public int attackHierogramId;
            public int heavenBookId;
            public int speakerId;
            public int HPhieroId;
            public int MPhieroId;
            public int dungeonSackId;
            public int genieId;
Interest07 is offline  
Thanks
2 Users
Old 10/21/2010, 08:42   #72
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
thanks again for the info, now I can find my wing ID

I got pet mount ID offset and it can be used to do double jump while on pet ride. Is there any trick we can do with flight ?
Smurfin is offline  
Old 10/21/2010, 10:53   #73
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
Not that I know of, but I"m not really interested in anything 'unnatural'

I prefer making things look realistic if possible hehe.
Interest07 is offline  
Old 10/21/2010, 11:54   #74
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
aw that's too bad, if I could find stuffs like you do, I'd find as many 'unnatural' things to use lol
Smurfin is offline  
Old 10/23/2010, 12:56   #75
 
BuBucekTop's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 160
Received Thanks: 28
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 ?
BuBucekTop is offline  
Reply


Similar Threads Similar Threads
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?



All times are GMT +1. The time now is 21:17.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.