PandoraLib Item Linking

10/16/2021 10:01 Venom7x#1
I cant write this item info cant make bubble anyone can solved this?

Sector1337 said drop packet write item info but i cant :):rtfm:

[Only registered and activated users can see links. Click Here To Register...]
10/16/2021 17:11 halloway520#2
u need fake a B034 packet
10/16/2021 17:51 TMoonT#3
[Only registered and activated users can see links. Click Here To Register...]

pm me Discord

QMoonQ#8057
10/16/2021 21:04 Venom7x#4
Quote:
Originally Posted by halloway520 View Post
u need fake a B034 packet
I did fake b034 but 705C all lines is true i show but cant display item. Can help?
10/16/2021 21:22 GrayW0lf#5
Quote:
Originally Posted by halloway520 View Post
u need fake a B034 packet
I created a fake B034 packet. But it doesn't seem to read

itemlink.WriteUInt8(1);
itemlink.WriteUInt8(6);
itemlink.WriteUInt8(Slot);
itemlink.WriteInt32(0);//null int
itemlink.WriteInt32(itemid);
itemlink.WriteUInt8(OptLevel);
itemlink.WriteInt64(variance);
itemlink.WriteInt32(data);



itemlink.WriteUInt8(MagParamNum);
itemlink.WriteInt64(MagParam1);
itemlink.WriteInt64(MagParam2);
itemlink.WriteInt64(MagParam3);
itemlink.WriteInt64(MagParam4);
itemlink.WriteInt64(MagParam5);

itemlink.WriteUInt16(0x0001);
itemlink.WriteUInt16(0x0002);

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
10/17/2021 08:26 Laag#82#6
Quote:
Originally Posted by Venom7x View Post
I did fake b034 but 705C all lines is true i show but cant display item. Can help?
Hello,

Check from this

PHP Code:
CIFSlotWithHelpslot = (CIFSlotWithHelp*)g_CGInterface->field_36C.GetGUIObjectByID(3990); 
Quote:
Originally Posted by GrayW0lf View Post
I created a fake B034 packet. But it doesn't seem to read

itemlink.WriteUInt8(1);
itemlink.WriteUInt8(6);
itemlink.WriteUInt8(Slot);
itemlink.WriteInt32(0);//null int
itemlink.WriteInt32(itemid);
itemlink.WriteUInt8(OptLevel);
itemlink.WriteInt64(variance);
itemlink.WriteInt32(data);



itemlink.WriteUInt8(MagParamNum);
itemlink.WriteInt64(MagParam1);
itemlink.WriteInt64(MagParam2);
itemlink.WriteInt64(MagParam3);
itemlink.WriteInt64(MagParam4);
itemlink.WriteInt64(MagParam5);

itemlink.WriteUInt16(0x0001);
itemlink.WriteUInt16(0x0002);

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Hello,

Packet: B034

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
10/17/2021 09:14 Venom7x#7
Quote:
Originally Posted by khaleed2010 View Post
Hello,

Check from this

PHP Code:
CIFSlotWithHelpslot = (CIFSlotWithHelp*)g_CGInterface->field_36C.GetGUIObjectByID(3990); 


Hello,

Packet: B034

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Cant Fix -.-"
10/17/2021 12:00 GrayW0lf#8
Quote:
Originally Posted by khaleed2010 View Post
Hello,

Check from this

PHP Code:
CIFSlotWithHelpslot = (CIFSlotWithHelp*)g_CGInterface->field_36C.GetGUIObjectByID(3990); 


Hello,

Packet: B034

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
---------------------------------------------------------------------

same result again.


I'm sending it as slot 0, but it still doesn't see it, as if there is a problem somewhere else.

what should i check here
CIFSlotWithHelp* slot = (CIFSlotWithHelp*)g_CGInterface->field_36C.GetGUIObjectByID(399, 0);

Can you help with a little more explanation?
10/22/2021 10:41 Laag#82#9
Fix code ;)

[Only registered and activated users can see links. Click Here To Register...]

Special thanks to: JellyBitz & DaxterSoul :rolleyes:
10/23/2021 00:07 GrayW0lf#10
can you help us please ?
Can you at least tell me what is causing the problem?
Dc GRAYW0LF#8576
11/19/2021 18:31 kotsh23#11
Quote:
Originally Posted by GrayW0lf View Post
can you help us please ?
Can you at least tell me what is causing the problem?
Dc GRAYW0LF#8576
check the filter maybe you forget to allow the new custom packet
11/19/2021 19:41 Venom7x#12
we cant make it kotsh23 can help we?

Quote:
Originally Posted by kotsh23 View Post
check the filter maybe you forget to allow the new custom packet
CIFSlotWithHelp* slot = (CIFSlotWithHelp*)g_CGInterface->field_36C.GetGUIObjectByID(399, 0);


this is always come 0. why is it? -.-" whats wrong
11/20/2021 14:07 GrayW0lf#13
Quote:
Originally Posted by kotsh23 View Post
check the filter maybe you forget to allow the new custom packet
can you be more descriptive pls :)
11/22/2021 23:02 GrayW0lf#14
there seems to be a problem here.

CIFSlotWithHelp* slot = (CIFSlotWithHelp*)g_CGInterface->field_36C.GetGUIObjectByID(399, 0);

throws an error if there is no (try catch)

can anyone help with this?