Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

What you've all been waiting for...

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 4, 2012
Messages
46
Reaction score
2
How i can fix the Problem ?
I had looked at the Msg.txt .

but , I dont know how ..

I dont know, im working for almost 8 hours on this, but i cant figure out what it is. I hope Stu can help us with this cuz my patience is running out
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
77
Reaction score
1
Does anybody know which table I have to use for Web Item Shop? Would be nice if someone can help me :D

And what do i have to insert into?
 
Joined
Apr 21, 2010
Messages
461
Reaction score
188
I dont know, im working for almost 8 hours on this, but i cant figure out what it is. I hope Stu can help us with this cuz my patience is running out

What error exactly do you need help with?

Does anybody know which table I have to use for Web Item Shop? Would be nice if someone can help me :D

And what do i have to insert into?

tPurchases.
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
77
Reaction score
1
@iStu: what does nAGID mean? and what to enter for nStatus.
For example i have this:
Code:
INSERT INTO dbo.tPurchases (nAGID, nPrice, nGoodsNo, nQuantity, nUsed, sIP, nIsGift, nStatus) VALUES ('2', '0', '10040', '10', '0', '127.0.0.1', '0', '0');

but there is still
Code:
failed to load item information
when opening premium inventory

I have downloaded latest OdinRestServer
 
Newbie Spellweaver
Joined
Feb 4, 2012
Messages
46
Reaction score
2
What error exactly do you need help with?



tPurchases.


So, when im trying to login, my Server is HIGH. Idk how to fix that cuz i did everything exactly it need to be done

I edited my configs 3 times... and i also edited the hosts file
 
Last edited:
Joined
Apr 21, 2010
Messages
461
Reaction score
188
@iStu: what does nAGID mean? and what to enter for nStatus.
For example i have this:
Code:
INSERT INTO dbo.tPurchases (nAGID, nPrice, nGoodsNo, nQuantity, nUsed, sIP, nIsGift, nStatus) VALUES ('2', '0', '10040', '10', '0', '127.0.0.1', '0', '0');

but there is still
Code:
failed to load item information
when opening premium inventory

I have downloaded latest OdinRestServer


nStatus should be 1, meaning normal purchase. nAGID is the the same as nEMID in the Account table. We switched names at the last second, from ExtrinsicMMO (EMID), to AesirGames (AGID).

Check C:\outspark_log.txt, or character dbg log for the error.

So, when im trying to login, my Server is HIGH. Idk how to fix that cuz i did everything exactly it need to be done

I edited my configs 3 times... and i also edited the hosts file

That means worldmanager isn't connected to gamelog or character. Turn off all the services, and start them in the order they are in the list.
 
Newbie Spellweaver
Joined
Feb 4, 2012
Messages
46
Reaction score
2
That means worldmanager isn't connected to gamelog or character. Turn off all the services, and start them in the order they are in the list.

I'm always doing that o_O


services.JPG - What you've all been waiting for... - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 16, 2012
Messages
5
Reaction score
1
i need help
Auth Failed:

Login debug

pls help
 
Newbie Spellweaver
Joined
Feb 4, 2012
Messages
46
Reaction score
2
You don't even have the GameLog service there...

When im trying to start the exe in GameLog Folder no message with service upload ok appears... im running it as admin


000002 2012-11-18 19:49:58 Launching the server.....
000003 2012-11-18 19:49:58 Local Time 18.11.2012 19:49:58
000004 2012-11-18 19:49:58 System Time(UTC) 18.11.2012 18:49:58
000005 2012-11-18 19:49:58 <SUCCESSED SCRIPTOR READ> DataServerInfo_GameLog.txt
000006 2012-11-18 19:49:58 <I AM THE _GameLog DB Server0, SERVER_ID_DB_GAMELOG, WorldNo=0, ZoneNo=0>
000007 2012-11-18 19:49:58 *FAILED GLOBAL GAME DATA READ - ItemInfo1shn
000008 2012-11-18 19:49:58 < END OF MAIN = -4 >

Hehe i guess i know whats wrong



-- ERROR FIXED -- MY FAULT :*: :grr:
 
Newbie Spellweaver
Joined
Nov 9, 2012
Messages
25
Reaction score
0
SERVER_INFO "PG_World_Manager_Server", 5, 0, 0,20, "192.168.1.3", 9110, 1, 6000 ; Public IP
SERVER_INFO "PG_World_Manager_Server", 5, 0, 0, 6, "192.168.1.3", 9115, 1, 6000 ; Public IP

Public dont work
failed to connect to world server.
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
77
Reaction score
1
Code:
INSERT INTO dbo.tPurchases (nAGID, nPrice, nGoodsNo, nQuantity, nUsed, sIP, nIsGift, nStatus) VALUES ('2', '0', '10040', '1', '0', '127.0.0.1', '0', '1');

That should add one "Roar" to premium inventory. My EMID/AGID is 2.

Outspark Log:
Code:
(Outspark Error: 1002) Failed getting purchased items: The Server Returned an Unknown Error (wininet: 0).
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
77
Reaction score
1
I did not change anything of the release, so i guess it is right.
host file contains
Code:
127.0.0.1	stubedore.t
127.0.0.1	odin.rest

but still same error :(

here is a screenshot
sql - What you've all been waiting for... - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top