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!

Error on warp out v206

Junior Spellweaver
Joined
Sep 28, 2019
Messages
110
Reaction score
6
lololololololol - Error on warp out v206 - RaGEZONE Forums
Capture.PNG - Error on warp out v206 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Aug 8, 2007
Messages
471
Reaction score
82
Whichever portal you are trying to access, is attempting to utilize a method called WarpInstanceOut() inside ScriptManagerImpl.java.

The easy fix would be to check ScriptManagerImpl.java for what methods have WarpInstanceOut() and check the portal python script to see what it is trying to invoke. Odds are the portal is attempting to use too many arguments or too few arguments for the portal to warp you out, compared to what ScriptMangerImpl.java actually has.

When you attempt to access the portal, it should give you a name / ID for the portal inside chat in game. Could you list the name here?
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Sep 28, 2019
Messages
110
Reaction score
6
Portal name is out_magnusdoor, thanks for helping me still new to higher versions fixed some of the bosses and other bs in the source just need to figure out the warp out problem
 
Upvote 0
Back
Top