elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   SRO Coding Corner (https://www.elitepvpers.com/forum/sro-coding-corner/)
-   -   The Arcane Troubleshooting Thread (https://www.elitepvpers.com/forum/sro-coding-corner/807716-arcane-troubleshooting-thread.html)

penelopee 10/30/2010 11:59

Quote:

Originally Posted by carra (Post 7455080)
GUYSSSS I NEED DB FOR CONNECT IN MYSQL :(((( WHERE IS ITS????

OMG

Same here ^^

zorrokiller 10/30/2010 12:08

[Only registered and activated users can see links. Click Here To Register...]
ther in the branches folder go in rewrite_mysql then in sql and ther you find .sql for mysql table!

ensar00 10/30/2010 12:09

Can we play with EU chars at mysql DB-EMU?

zorrokiller 10/30/2010 12:11

Quote:

Originally Posted by ensar00 (Post 7455286)
Can we play with EU chars at mysql DB-EMU?

at the moment not you can only create, skills not scriptet yet

carra 10/30/2010 12:12

Quote:

Originally Posted by penelopee (Post 7455133)
Same here ^^

you can give me link for db from mysql version? -.-"

zorrokiller 10/30/2010 12:14

Quote:

Originally Posted by carra (Post 7455340)
you can give me link for db from mysql version? -.-"

The mysql db is at the svn download the newest rev and you hav it in branhces/rewrite_mysql/sql/

* White * 10/30/2010 12:15

i dont uderstand how to rewrite to my sql...
im just noob in this mess

zorrokiller 10/30/2010 12:19

1. you download the soruce from [Only registered and activated users can see links. Click Here To Register...]

2. you go in branches/rewrite_mysql/

3. you compile gamserver and login server (you find it in src)

4. you copy configs folder,data folder(from trunk), and your compiled frameworkgame,dll,gamserver,game.dll,loginserver,f rameworklogin and Login.dll

5. you edit the configs

6. create a server in database server

7. start logonserver then gameserver

SyNChR0 10/30/2010 12:21

Quote:

Originally Posted by zorrokiller (Post 7455448)
1. you download the soruce from [Only registered and activated users can see links. Click Here To Register...]

2. you go in branches/rewrite_mysql/

3. you compile gamserver and login server (you find it in src)

4. you copy configs folder,data folder(from trunk), and your compiled frameworkgame,dll,gamserver,game.dll,loginserver,f rameworklogin and Login.dll

5. you edit the configs

6. create a server in database server

7. start logonserver then gameserver

don't bother with them ... they only want to download and start it :) or video tutorial ...

carra 10/30/2010 12:23

loool need db in mysql no need login and game server i have that :(( OMG!!!

zorrokiller 10/30/2010 12:27

if you dont know how to use a svn then i cant help you i dont will upload it on a filehoster!

jacksσN. 10/30/2010 12:35

what for a Mysql i need ?

* White * 10/30/2010 13:06

why i got ????????this eror.after some time in game?

CrystalCoder 10/30/2010 13:26

objectspawn error
 
Code:

[30/10/2010 13:12:51] הערך היה גדול מדי או קטן מדי עבור Int16. ->    ב-  System.Convert.ToInt16(UInt32 value)
  ב-  System.UInt32.System.IConvertible.ToInt16(IFormatProvider provider)
  ב-  System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
  ב-  MySql.Data.MySqlClient.MySqlDataReader.ChangeType(IMySqlValue value, Int32 fieldIndex, Type newType)
  ב-  MySql.Data.MySqlClient.MySqlDataReader.GetInt16(Int32 i)
  ב-  Game.Systems.PlayerDataLoad()
[30/10/2010 13:12:51] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. ->    ב-  Game.Private.Packet.Load(character c)
  ב-  Game.Systems.LoginScreen()
[30/10/2010 13:23:49] ערך היה גדול מדי או קטן מדי עבור UInt16. ->    ב-  System.Convert.ToUInt16(Int32 value)
  ב-  System.Double.System.IConvertible.ToUInt16(IFormatProvider provider)
  ב-  System.Convert.ToUInt16(Object value)
  ב-  Framework.PacketWriter.Word(Object data)
  ב-  Game.Public.Packet.ObjectSpawn(obj o)
  ב-  Game.Systems.ObjectSpawnCheck()
[30/10/2010 13:23:49] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. ->    ב-  Game.Systems.InGameSuccess()
  ב-  Game.Systems.oPCode(Decode de)


its appeard me when i go to city and no npc
then crash

coderska 10/30/2010 13:30

Quote:

Originally Posted by mage200 (Post 7456579)
Code:

[30/10/2010 13:12:51] הערך היה גדול מדי או קטן מדי עבור Int16. ->    ב-  System.Convert.ToInt16(UInt32 value)
  ב-  System.UInt32.System.IConvertible.ToInt16(IFormatProvider provider)
  ב-  System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
  ב-  MySql.Data.MySqlClient.MySqlDataReader.ChangeType(IMySqlValue value, Int32 fieldIndex, Type newType)
  ב-  MySql.Data.MySqlClient.MySqlDataReader.GetInt16(Int32 i)
  ב-  Game.Systems.PlayerDataLoad()
[30/10/2010 13:12:51] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. ->    ב-  Game.Private.Packet.Load(character c)
  ב-  Game.Systems.LoginScreen()
[30/10/2010 13:23:49] ערך היה גדול מדי או קטן מדי עבור UInt16. ->    ב-  System.Convert.ToUInt16(Int32 value)
  ב-  System.Double.System.IConvertible.ToUInt16(IFormatProvider provider)
  ב-  System.Convert.ToUInt16(Object value)
  ב-  Framework.PacketWriter.Word(Object data)
  ב-  Game.Public.Packet.ObjectSpawn(obj o)
  ב-  Game.Systems.ObjectSpawnCheck()
[30/10/2010 13:23:49] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. ->    ב-  Game.Systems.InGameSuccess()
  ב-  Game.Systems.oPCode(Decode de)


its appeard me when i go to city and no npc
then crash

You using windows xp?

Burton_1993 10/30/2010 13:33

Quote:

Originally Posted by coderska (Post 7456674)
You using windows xp?

I have Windows 7 (32b) and I get also this "objectspawn error" (cuz no npc)
using mssql

CrystalCoder 10/30/2010 13:37

Quote:

Originally Posted by coderska (Post 7456674)
You using windows xp?

yes
Quote:

Originally Posted by Burton_1993 (Post 7456730)
I have Windows 7 (32b) and I get also this "objectspawn error" (cuz no npc)
using mssql

i dont think windows belong to this error
from what i see something worng when he try loading npcpos.txt in the code

Burton_1993 10/30/2010 13:43

YEP

_BalzeR_ 10/30/2010 13:44

Fk.. C5 when login :(

Burton_1993 10/30/2010 13:45

c5 means you don't use md5 password

btw all who use MYSQL just checkout with Tortoise SVN > [Only registered and activated users can see links. Click Here To Register...]

CrystalCoder 10/30/2010 13:46

Quote:

Originally Posted by _BalzeR_ (Post 7456950)
Fk.. C5 when login :(

mean your password not match to password in database (login info are incorect)

_BalzeR_ 10/30/2010 13:49

I use md5 password " admin " ^^

I download rev37 and got c5

On rev34 no problems.

CrystalCoder 10/30/2010 13:51

this is what happan to me and this the slotion for this problem

Burton_1993 10/30/2010 14:11

@zorrokiller I get crash when going to npc places...
objectspawn error... with msssql and MYSQL rewrite...the same :(

here is the errror list
Quote:

[30/10/2010 12:06:45] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:07:07] ערך היה גדול מדי או קטן מדי עבור UInt16. -> ב- System.Convert.ToUInt16(Int32 value)
ב- System.Double.System.IConvertible.ToUInt16(IFormat Provider provider)
ב- System.Convert.ToUInt16(Object value)
ב- Framework.PacketWriter.Word(Object data)
ב- Game.Public.Packet.ObjectSpawn(obj o)
ב- Game.Systems.ObjectSpawnCheck()
[30/10/2010 12:07:23] ערך היה גדול מדי או קטן מדי עבור UInt16. -> ב- System.Convert.ToUInt16(Int32 value)
ב- System.Double.System.IConvertible.ToUInt16(IFormat Provider provider)
ב- System.Convert.ToUInt16(Object value)
ב- Framework.PacketWriter.Word(Object data)
ב- Game.Public.Packet.ObjectSpawn(obj o)
ב- Game.Systems.ObjectSpawnCheck()
[30/10/2010 12:08:02] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:08:08] ערך היה גדול מדי או קטן מדי עבור UInt16. -> ב- System.Convert.ToUInt16(Int32 value)
ב- System.Double.System.IConvertible.ToUInt16(IFormat Provider provider)
ב- System.Convert.ToUInt16(Object value)
ב- Framework.PacketWriter.Word(Object data)
ב- Game.Public.Packet.ObjectSpawn(obj o)
ב- Game.Systems.ObjectSpawnCheck()
[30/10/2010 12:08:31] ערך היה גדול מדי או קטן מדי עבור UInt16. -> ב- System.Convert.ToUInt16(Int32 value)
ב- System.Double.System.IConvertible.ToUInt16(IFormat Provider provider)
ב- System.Convert.ToUInt16(Object value)
ב- Framework.PacketWriter.Word(Object data)
ב- Game.Public.Packet.ObjectSpawn(obj o)
ב- Game.Systems.ObjectSpawnCheck()
[30/10/2010 12:08:31] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:36:59] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:40:15] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:43:13] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:44:52] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 12:47:45] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:50:11] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:51:39] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:51:58] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:51:59] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:52:07] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:52:19] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:58:01] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:58:47] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:58:48] הערך היה גדול מדי או קטן מדי עבור Int16. -> ב- System.Convert.ToInt16(Int32 value)
ב- System.Convert.ToInt16(Double value)
ב- Game.Systems.SavePlayerInfo()
[30/10/2010 12:59:02] ההפניה לאובייקט לא הוגדרה למופע של אובייקט. -> ב- Game.Systems.InGameSuccess()
ב- Game.Systems.oPCode(Decode de)
[30/10/2010 13:10:35] האינדקס נמצא מחוץ לגבולות המערך. -> ב- Game.Systems.MainSkill(List`1 list)

* White * 10/30/2010 14:19

who have workin my sql?and know how to fix and rewrite to it?and have skype? Pleas peoples write if you know that

Burton_1993 10/30/2010 14:35

@zorrokiller please check you'r FileLoad.cs (gameserver) codes, cuz seems like there missing texts to load NPC's + AutoSpawn

Quote:

AutoSpawn : false
Loading Npc's....

and no path (@data\npcpos.txt
check it cuz no npc's ingame and get crashs

coderska 10/30/2010 14:39

Quote:

Originally Posted by Burton_1993 (Post 7457865)
@zorrokiller please check you'r FileLoad.cs (gameserver) codes, cuz seems like there missing texts to load NPC's + AutoSpawn



check it cuz no npc's ingame and get crashs

Because who using Windows xp have this npc bug. If you are using windows 7 dont have this error.

My questions: How can i change the moob spawn ? Because only spawn 4 - 5 moobs.

lovit 10/30/2010 14:42

when i go creat a EU,i go a crashe

carra 10/30/2010 14:44

any1 have db for mysql?

lovit 10/30/2010 14:44

the db is in forum

coderska 10/30/2010 14:46

Quote:

Originally Posted by lovit (Post 7457973)
when i go creat a EU,i go a crashe

Read the first page, eu dont working. it is difficult for you?

Burton_1993 10/30/2010 15:10

Quote:

Originally Posted by coderska (Post 7457926)
Because who using Windows xp have this npc bug. If you are using windows 7 dont have this error.

My questions: How can i change the moob spawn ? Because only spawn 4 - 5 moobs.

sir im using win7 :) and get crash cuz of no autospawn npc

coderska 10/30/2010 15:37

Plese anyone link me gm commands which includes ( elixir, devil spirit etc. )

[GM] 10/30/2010 15:57

Quote:

Originally Posted by Burton_1993 (Post 7458460)
sir im using win7 :) and get crash cuz of no autospawn npc

me too pff

travancas 10/30/2010 15:59

I have a problem, I use MySql, and when i launch the client via the edxloader, I don't have any servers.

I have those errors on the console :

(Problem fixed)

Otipax 10/30/2010 16:03

When I start rev 37 loginserver I get error:
Object reference not set to the instance bla bla bla...
What should I do?

-Corelli 10/30/2010 16:11

how i can make multiplayer?

not working -.-"

* White * 10/30/2010 17:12

peoples.wait when they fix bugs...

Burton_1993 10/30/2010 17:18

Yea it's very buggy...the main problem is Autospawn of npc/mobs!

ensar00 10/30/2010 17:23

Quote:

Originally Posted by Burton_1993 (Post 7460489)
Yea it's very buggy...the main problem is Autospawn of npc/mobs!

they are working..


All times are GMT +2. The time now is 10:35.

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