|
You last visited: Today at 10:24
Advertisement
[Release] [E-SRO] Pet Filter [Open source]
Discussion on [Release] [E-SRO] Pet Filter [Open source] within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
07/31/2011, 21:31
|
#46
|
elite*gold: 0
Join Date: Sep 2010
Posts: 783
Received Thanks: 920
|
Quote:
Originally Posted by GaBriEl_
i have the same error(i know i dont have any quests or any quests item in my inventary), but let me check with the newest version, i have premun and avatar >_<
|
try to unequip your avatar and try
|
|
|
07/31/2011, 22:23
|
#47
|
elite*gold: 0
Join Date: Mar 2010
Posts: 86
Received Thanks: 12
|
Quote:
Originally Posted by ÑõÑ_Ŝŧóp
try to unequip your avatar and try
|
dude with avatar i got this error  without avatar i got the quests error, i dont have anyquests. Just as i said premiun silver
|
|
|
08/01/2011, 11:17
|
#48
|
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
|
Ok no more quests error releasing new version soon
thanks for vorosmihaly
|
|
|
08/01/2011, 16:33
|
#49
|
elite*gold: 166
Join Date: Apr 2009
Posts: 2,339
Received Thanks: 2,661
|
Seems like you need help at quests
a bit from my code
Code:
UInt16 FinishedQuests = bn.ReadUInt16;
for (n = 0; n <= FinishedQuests - 1; n++) {
bn.ReadUInt32();
}
byte alivequest = bn.ReadByte;
for (x = 0; x <= alivequest - 1; x++) {
UInt32 questid = bn.ReadUInt32();
bn.ReadUInt16();
byte flag = bn.ReadByte;
bn.ReadUInt32();
UInt16 questnameLen = bn.ReadUInt16();
string questname = bn.ReadChars(questnameLen);
if (flag == 88) {
bn.ReadBytes(9);
} else {
bn.ReadBytes(5);
}
}
This should help 
Btw why you changed your proxy ?
|
|
|
08/01/2011, 16:55
|
#50
|
elite*gold: 0
Join Date: Sep 2010
Posts: 783
Received Thanks: 920
|
Quote:
Originally Posted by sarkoplata
Seems like you need help at quests
a bit from my code
Code:
UInt16 FinishedQuests = bn.ReadUInt16;
for (n = 0; n <= FinishedQuests - 1; n++) {
bn.ReadUInt32();
}
byte alivequest = bn.ReadByte;
for (x = 0; x <= alivequest - 1; x++) {
UInt32 questid = bn.ReadUInt32();
bn.ReadUInt16();
byte flag = bn.ReadByte;
bn.ReadUInt32();
UInt16 questnameLen = bn.ReadUInt16();
string questname = bn.ReadChars(questnameLen);
if (flag == 88) {
bn.ReadBytes(9);
} else {
bn.ReadBytes(5);
}
}
This should help 
Btw why you changed your proxy ?
|
Thanks. but look :
Quote:
byte alive = packet.data.ReadBYTE();
if (alive > 0)
{
for (int e = 0; e < alive; e++) // not working 
{
uint id = packet.data.ReadDWORD();
packet.data.ReadWORD();
byte flag = packet.data.ReadBYTE();
packet.data.ReadDWORD();
packet.ReadAscii();
if (flag == 88)
{
packet.data.ReadBYTE(9);
}
else
{
packet.data.ReadBYTE(5);
}
}*/
}
|
the same  !
btw i changed the proxy cuz its alot better 
and easier to code
my char data is fucked up
gonna reparse it :-s
|
|
|
08/01/2011, 16:58
|
#51
|
elite*gold: 166
Join Date: Apr 2009
Posts: 2,339
Received Thanks: 2,661
|
Quote:
Originally Posted by ÑõÑ_Ŝŧóp
Thanks. but look :
the same  !
btw i changed the proxy cuz its alot better 
and easier to code
my char data is ****** up
gonna reparse it :-s
|
Lol it works perfectly on me 
Btw - does ur avatar parse work ? I will steal it if it works
|
|
|
08/01/2011, 18:02
|
#52
|
elite*gold: 0
Join Date: Sep 2010
Posts: 783
Received Thanks: 920
|
Quote:
Originally Posted by sarkoplata
Lol it works perfectly on me 
Btw - does ur avatar parse work ? I will steal it if it works 
|
nope  I have error (the one in the last release is totally wrong)
I have new one
but its still not working
|
|
|
08/03/2011, 07:10
|
#53
|
elite*gold: 0
Join Date: Mar 2009
Posts: 102
Received Thanks: 14
|
hope to see a new release soon with quests cuz i need to do Prem quest
Q: does it pick those stuff if i didn't attack ?
cuz in Holy its doesn't pick any thing unless i attack and sometimes i need to just stand and let the pet pick some tabs for me
|
|
|
08/04/2011, 00:26
|
#54
|
elite*gold: 0
Join Date: Feb 2011
Posts: 52
Received Thanks: 2
|
I wait for the new version with tab filter xD
|
|
|
08/04/2011, 23:26
|
#55
|
elite*gold: 0
Join Date: Mar 2010
Posts: 86
Received Thanks: 12
|
not new version yet :S? could post whats working atm?
|
|
|
08/04/2011, 23:50
|
#56
|
elite*gold: 0
Join Date: Sep 2010
Posts: 783
Received Thanks: 920
|
Quote:
Originally Posted by GaBriEl_
not new version yet :S? could post whats working atm?
|
- fixed quests
- fixed avatars
- added tabs filter
- alot more
release coming soon
|
|
|
08/05/2011, 01:01
|
#57
|
elite*gold: 0
Join Date: Dec 2008
Posts: 4
Received Thanks: 0
|
anyway to make it work with Jremy Loader ?
|
|
|
08/05/2011, 01:45
|
#58
|
elite*gold: 0
Join Date: Sep 2010
Posts: 783
Received Thanks: 920
|
Quote:
Originally Posted by Buffaloo
anyway to make it work with Jremy Loader ?
|
will be done in the new version
|
|
|
08/05/2011, 02:10
|
#59
|
elite*gold: 0
Join Date: Dec 2008
Posts: 4
Received Thanks: 0
|
Ausome, thats great, thanks heaps Non_Stop
|
|
|
08/06/2011, 12:55
|
#60
|
elite*gold: 0
Join Date: Jun 2010
Posts: 51
Received Thanks: 0
|
why i make all right and im login but it say server offline????? who can help me???? or give me media,pk2 was added thx so much...and i have use media.pk2 auto select of White
SO SORRY I KNOW WHY IT SAY SERVER OFFLINE
THX SO MUCH PRO,,,,,,,, IT USE SO GOOD
|
|
|
 |
|
Similar Threads
|
[Release]Pathfinder Open Source
04/09/2020 - EO PServer Guides & Releases - 11 Replies
Yes as you see this is now open source. Meaning NO one can make money using this code in ANY way. It's a 100% free. All I ask is you give credits to those that deserve it!
Reason for me being so nice is people (mostly Hio77) are actually doing something and willing to share! So I am now giving out the ByteMap Encryption keys and even the source code to my pathfinder app I made. Be aware I coded this a long time ago and rushed it. I know it's not perfect. I will be updating it later on for...
|
[Source Release]Pet Filter
02/28/2011 - Flyff PServer Guides & Releases - 29 Replies
Heyho,
Da mir momentan sowieso nichtmehr nach Flyff zumute ist und mein letztes Projekt mich nichtmehr interessiert release ich den Pet Filter.
Petfilter-Download
Die Zahlen in den Klammern sind die Zeilen, in denen die Snippets eingefügt werden müssen
Viel Spaß
IceCreamPepper
|
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code
02/13/2011 - AutoIt - 6 Replies
Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein.
Funktionsweise:
1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken
2. in meinem Programm auf "Code generieren" klicken
3. In euer Scite gehen und einfügen
Hier ist der Source Code vom Programm:
|
All times are GMT +1. The time now is 10:26.
|
|