Usually you are suppose to open another thread for another question... not bumping it with another question which is not related... also this is kind of duplicate thread as you also opened a thread for the same question
[Problem]System.IndexOutOfRangeException 05/02/2015 - .NET Languages - 10 Replies Hey there,
I don't know what is wrong in Code .. :confused:
Please anyone tell me the right code for this project (New Media Player)
Public Class Form2
' Load Items in PlayList '
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim ofd As New OpenFileDialog
ofd.InitialDirectory = "C:\Users\Adminastrator\Desktop"
ofd.Multiselect = True
ofd.ShowDialog()
[Help] Parsing Multiple Packets 05/14/2014 - SRO Coding Corner - 6 Replies Hello all, im having a problem while sending 2 packets one after another.
sending movetouser packet, then recalluser packet but it seems that however i manipulate the code, it will always send succesfully one packet, and not the 2 of em, also happens if i spam the packet (even 1) too much, its just doesnt work anymore, whish i could know the source of the problem or how to bypass it,
thanks in advance.
Need some help error parsing division file 10/16/2012 - SRO Private Server - 1 Replies alright so i have followed zikor1337 thread(http://www.elitepvpers.com/forum/private-sr o-exploits-hacks-bots-guides/1461262-guide-setup-s erver-without-errors-1x-gameserver.html)
and i reached the end without any errors in the server although when i tried to use edx loader like it says to run the client i got an error saying error parsing division file. I also notice it says that we didn't xtrap patch the client. so another question would be is xtrap patching better than using loader and...
[Need Help]Parsing groupspawn packet[3019] 10/27/2011 - SRO Coding Corner - 2 Replies i have problem with buffs of groupspawn packet
sometimes silkroad sends
06 ................
0B 26 00 00 .&..............
B1 9A 04 00 ................
17 26 00 00 .&..............
36 90 05 00 6...............
02 ................
D2 26 00 00 ...
[Need Help]Parsing solo spawn packet[3015] 10/20/2011 - SRO Coding Corner - 5 Replies public static void ParseSoloSpawn(Packet p)
{
Packet copy1 = p;
copy1.Skip(copy1.GetBytes().Length - 1);
int type = copy1.Readbyte();
if (type == 1)
{
int charid = p.ReadInt32();
p.ReadInt32();
p.Readbyte();