Jump to content

Pleyne

Members
  • Posts

    231
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. Pleyne's post in Problem inserting phantom mod (GameServer) was marked as the answer   
    What do you mean increase ram usage? The error is clear and clean: Class Not Found. If the ram issue would happen it would say something about heap size.
    You're missing in namespace dev.phantom a class named FakePlayerConfig.

    Check if you have all libs (.jar files). If your .ant file does not compile this namespace, you should edit .ant file and include it. 
  2. Pleyne's post in Changing race model issue was marked as the answer   
    Got a solution ( Might be not good, but still ).
    For anyone else wondering -> loop through Classes and check the class race (I'm making sure it's not a dummy class which will give you null pointer and also i'm looping only through 3rd classes). Check if found class is not the same race as current active and then change it to this temp. one. And yeah, if the server is kind of slow you will see the multiple template change but still it's a workaround.

    If anyone has better solution PM ME. This topic can be closed. (If this post is a "spam" you can delete it easily - sorry for that).

     
×
×
  • Create New...