elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   SRO Coding Corner (https://www.elitepvpers.com/forum/sro-coding-corner/)
-   -   [vb.net] B3ncoEmu (https://www.elitepvpers.com/forum/sro-coding-corner/791241-vb-net-b3ncoemu.html)

Yo123 10/17/2010 19:45

[vb.net] B3ncoEmu
 
1 Attachment(s)
Framework 3.5 required.

credits: B3nco

moldi 10/17/2010 20:10

This is a CSRO emulator? If yes, what`s included? Just normal functions or..?

Yo123 10/17/2010 20:12

yep csro.
just basic stuff like walking around

moldi 10/17/2010 20:17

Quote:

Originally Posted by Yo123 (Post 7281975)
yep csro.
just basic stuff like walking around

Ty, i saw on ServerConfig :
Quote:

[WorldInfo]
RateXp=1,2
RateXpParty=1,2
RateSP=1,4
RateGold=7
RateDropItem=1
MaxCap=90
CHRISTMAS_EVENT=0
Quest_CH_Enable=0
Quest_WC_Enable=0
Quest_KT_Enable=0
Quest_RM_Enable=0
Quest_EU_Enable=0
Quest_AM_Enable=0
Quest_CA_Enable=0
Quest_Circualtion=0
WeatherInterval=0

That`s why I ask.

elektroficker 10/17/2010 20:24

so only walk arround not lvling and so on?

Yo123 10/17/2010 20:31

it's pretty buggy but you can try

Yo123 10/17/2010 20:38

i do not work on it^^
i can't stand vb.net xD

x*Manu*x 10/17/2010 22:04

ok this emu is fail pls dont use it i look into the sources and tooooo MUCHH bugs in it but i try it to fix it if u want ;)

Yo123 10/17/2010 22:09

Quote:

Originally Posted by x*Manu*x (Post 7283776)
ok this emu is fail pls dont use it i look into the sources and tooooo MUCHH bugs in it but i try it to fix it if u want ;)

you obviously didn't get the reason behind

chea77er 10/17/2010 22:26

Thats an Coding Corner, if you search good emulators which are closed source fuck off and go to SRO Private Section.

x*Manu*x 10/18/2010 11:16

Quote:

Originally Posted by Yo123 (Post 7283834)
you obviously didn't get the reason behind

sry but i dont see that the coding corner sry for that ;)

vpegas1234 10/18/2010 17:03

Hey this emu has auto spawn, mob attack and stuff? xD

thanks

Yo123 10/18/2010 17:06

i dunno, but if not, why don't you try adding it?
exercising is a huge part of the coding corner!:)

vpegas1234 10/18/2010 17:15

im already "making" a emu, i think vb 6 is easier then vb.net emus xD (i know both and i choose vb6) xD if you wanna help me be my guest xD

benco 10/19/2010 20:52

VB6 is outdated xD, when a client crash ur server will crash lol. It's easyer to access on db with .net techno. it's object oriented you don't need array but using list, it will be easyer to search an object using LINQ (FW > 3.5)

chea77er 10/20/2010 09:19

Why you want to use LINQ. ADO.NET FTW :)

carra 10/23/2010 10:31

have database? and loginserver/gameserver?

benco 10/24/2010 13:08

LINQ for finding object, if u want to use mysql server u can dl mysql connector for .Net on mysql website.

killerlk 10/30/2010 06:59

Thank you i've been looking for something like this.

killerlk 10/30/2010 09:06

Where's the database?

benco 11/04/2010 13:22

There's no DB for MySQL :p . It's MS-SQL DB. I'll up it as soon as possible

benco 02/19/2011 18:10

Hi,
Foregive me for late, this is MSQ SQL Scripts for emu source code
[Only registered and activated users can see links. Click Here To Register...]

try it please

Murgen 02/19/2011 19:22

oooo its my language :) I will look into this.

SkyBlue~ 02/19/2011 21:44

Quote:

Originally Posted by benco (Post 9227754)
Hi,
Foregive me for late, this is MSQ SQL Scripts for emu source code
[Only registered and activated users can see links. Click Here To Register...]

try it please

what's properties ?

x*Manu*x 02/19/2011 22:26

Thank benco for Database

Back to Topic:

Now i have the DB but i dont find the Client xD When i use a newer Version of Csro 1.175 than 1.075 maybe one of you have the client? :D

PS: I think something in this part is wrong:

Public Sub EnterWorld(ByVal sender As sr_Game.Client, ByVal sdata As String)
sender.Send(cv_StringFromHex("010001b00000" & "01"))
sender.Send(cv_StringFromHex("0000A5340000"))
GetCharacterInfo(sender, sdata)
sender.Send(cv_StringFromHex("0000A6340000"))
SendDay(sender)
sender.Send(cv_StringFromHex("020009380000" & "01A9")) '?must see
GetPlayerStat(sender)
LoadSilk(sender)
'GuildInfo(sender)
FortressWar(sender)
sender.Send(cv_StringFromHex("01000533000000")) '?must see
sender.Send(cv_StringFromHex("020009380000" & "01AA")) '?must see
test(sender)
sender.InGame = True
sender.CanMove = True

sender.CurrentSpeed = sender.RunSpeed
sender.ObjectVisited.Clear()

If sender.InGame Then
sender.MoveToX = sender.XPos
sender.MoveToY = sender.YPos
sender.MovementFlag = 3
'sender._startmove = Now
sender.Timer_move.Start()
Else
sender.Timer_move.Stop()
End If
End Sub

ZiXiRo 02/23/2011 12:50

nice...
project maybe will be continued... or no
good job for db

x*Manu*x 02/23/2011 15:43

Quote:

Originally Posted by ZiXiRo (Post 9286911)
nice...
project maybe will be continued... or no
good job for db

yeah i will ;)

benco 02/23/2011 22:12

Good luck for your project ;)

x*Manu*x 02/24/2011 06:38

Quote:

Originally Posted by benco (Post 9298535)
Good luck for your project ;)

thanks ;)

PS: Is this the full source or ? :)

benco 02/25/2011 08:14

yep

x*Manu*x 02/25/2011 13:13

Quote:

Originally Posted by benco (Post 9315388)
yep

but in config is part xp added but party didnt coded :D but ok its nice basic source code ;) thx for shareing

ruancarlosbr 02/25/2011 14:11

B3ncoEmu
 
B3ncoEmu Cliente Version?? Download Link ??

prozakk 02/25/2011 15:14

CSRO1.152

Keyeight 02/25/2011 21:53

i will try to work on it and if i got anything new i will post it here

SkyBlue~ 02/26/2011 16:51

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

x*Manu*x 02/26/2011 17:50

Quote:

Originally Posted by SkyBlue~ (Post 9340070)
[Only registered and activated users can see links. Click Here To Register...]
i have error -.-

csro ^^ not isro :)

benco 02/26/2011 18:49

add server into db xD

x*Manu*x 02/26/2011 20:33

Quote:

Originally Posted by benco (Post 9342347)
add server into db xD

did u have the client? because its csro not isro client pls upload it or download link benco

Keyeight 02/26/2011 21:38

thx for full source i will work on it tmow and i will upoload what i have done i think me and X*Man*X can do this work :)

and yeh we need client :(

kevin_owner 02/26/2011 21:56

Why don't you just make it compatible for the latest client?:)
I mean the source if available and sooner or later you need to update your client if you want to add new stuff:)


All times are GMT +2. The time now is 13:40.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.