[TUT] Various Packet Codes & Explain

11/16/2012 00:23 MorganO#46
how i can sell ALL from my last backpack ?
11/17/2012 13:39 namepod#47
Quote:
Originally Posted by MorganO View Post
how i can sell ALL from my last backpack ?
You can't.
At least not with one packet.

to sell something from your inventory you use wurstbrot123's code:
Code:
void sellitem(BYTE page, BYTE place, BYTE count)
{
char *sellpacket = new char[5];
memcpy(sellpacket, "\x03\x07", 2);
memcpy(sellpacket+2, &page, 1);
memcpy(sellpacket+3, &place, 1);
memcpy(sellpacket+4, &count, 1);
injectcts(sellpacket, 5);
delete []sellpacket;
}
as you can see from the code you need to specify which page/bag the item is, what place in the bag and count/how many to sell from that stack.

You could however make a little loop and loop through every item in your last bag.
12/17/2012 01:49 MethodN1#48
Is it possible to reroll a piece of gear till the oranges you want ?
And i saw there isn't any restrctions for 1-15 gear with higher lapis but lets say i want to link craft on gaunts is that possible?
12/17/2012 10:24 Da Boss#49
Quote:
Originally Posted by MethodN1 View Post
Is it possible to reroll a piece of gear till the oranges you want ?
And i saw there isn't any restrctions for 1-15 gear with higher lapis but lets say i want to link craft on gaunts is that possible?
It would be possible to create a program which sends the packet to reroll and then waits for what it receives (the packet you receives has the same layout as the stats in the database), so basically, if someone with the knowledge created a bot which rerolled gear until you got a certain number by the orange or higher. It is possible but it will require quite a lot of work :P


___________

Ohh and does anyone know the packet which is sent when you post an item on the auction board?


Tnx in advance :)
01/07/2013 17:35 Minitaur#50
Thanks for this Post ^^
01/30/2013 15:24 Nurikol#51
patched e.e
02/01/2013 16:41 plasen#52
patched???
02/27/2013 18:22 winch2202#53
le code link ne fonctionne pas chez moi normal?
06/17/2013 21:35 Clisto#54
Thanks , Nice Work ;)
07/05/2013 04:29 Bene.Overkill#55
Hi,
ich hab ein paar posts vorher gelesen, dass es rein theoretisch möglich wäre einen Code zu schreiben für den Shaiya Packet Editor, der das Rekken einzelner Stats ermöglicht(Bsp: 4k/40 Maxstats, ich rekke erst str bis 40, dann ges bis 40 ohne dass sich der str Wert ändert(so wie diese special Rekos mittlerweile auf DE glaub ich)
Habe immer mal wieder Gerüchte gehört, dass das mit dem Packet Editor möglich ist und dass es einen Code gibt, aber nie konnte mir den jemand geben und ich habe auch beim durchs Netz streifen noch nie einen gefunden, also wenn jemand einen hat oder den Mythos mal zerstören will würd mich freun.
LG
01/14/2014 19:08 danyboy3d#56
this codes arent working on shaiya US anymore . any ideas what are the working one ?
01/20/2014 08:02 sk8freak1994#57
does this give you max ojs and stuff?
05/04/2014 23:03 mhatoyzz#58
thanx
10/06/2023 06:31 ppoowwnneedd#59
I've tried all the linking codes but this server doesn't have linking hammer only perfect linking hammers which are way too expensive to try with. Anyway to link a burner lapis without using a PLH?

Just trying to see if I can link a lvl6 craft into loop or helmet.

Ive managed to get it working but it wont allow me to use the wrong lapis to link into different items also it wont allow to force link 2x of the same level lapis into same gear piece.