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!

[117]OrbisPQ ,error code: -2147287038 HELP!

Joined
Sep 14, 2013
Messages
31
Reaction score
0
[h=2]ExiledMS[/h]
The event started into the second closed off error code: -2147287038 client
I try to go in using the GM command, the normal map. (map ID: 920010100)
Who can help me, thank you
 
Last edited:
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
you are very diao? lolwut

@OT. Yeah I had this issue too, it's a reactor that loads on the map. It's in the XML or in the OrbisPQ script. One of them does not exist and will dc you.

EDIT: Pretty sure it was this that was causing it. Try removing this from OrbisPQ.js:

Code:
//MSEA remove 2 stages: sealed room + lounge
	center.getReactorByName("minerva").forceHitReactor(2);
	center.getReactorByName("scar3").forceHitReactor(1); //sealed room
	center.getReactorByName("scar5").forceHitReactor(1); //lounge
 
Upvote 0
Back
Top