About 2nd Cluster

05/19/2013 14:08 raventh1984#1
Hi elitepvpers,

I was wondering about an 2nd cluster. I have managed to connect to the second cluster on an different server.

The only thing i am wondering is this.

On the high rate cluster i have for example and sword
that gives all stats+100 Attck+50% and HP+40%

Now i want on the lower rate
All stats+20 Attack+5% and HP+4% however the neuz also reads from the spec_item so this wont allow me to use 2 different kind of files.

Is there an way to fix this? Or do players need 2 different clients? and i need 2 different Servers with 2 different files?

With kind regards,
05/19/2013 14:29 Rhyder`#2
2 serverver files,1ip each cluster, and set AddTail****first ip**bla bla
AddTail***Chanel***bla bla
AddTail***2nd ip***bla bla
AddTail***Chanel***bla bla on Accountserver.ini

means make 2 patcher and different patch..to change neuz ip of each cluster..

im not sure i am right..just a suggestion ;)

Sory my english is bad.
05/19/2013 14:29 ThoughtfulDev#3
u can modify the source of the neuz so that i checks on which srv you are and uses then the spectem_low or specitem_high
05/19/2013 15:30 raventh1984#4
@shonenx

Thanks for the answer but i am an bit clue less on what to change.

Already looked in the Source for Spec_Item.txt and this is only be found on Project.cpp.

Maybe some one can give an clue in this matter. Other wise i need to have 2 clients.
05/19/2013 16:58 マリブ#5
Quote:
Originally Posted by raventh1984 View Post
@shonenx

Thanks for the answer but i am an bit clue less on what to change.

Already looked in the Source for Spec_Item.txt and this is only be found on Project.cpp.

Maybe some one can give an clue in this matter. Other wise i need to have 2 clients.
Add a new parameter in neuz.ini
Check if this parameter is server=high / server=low
Then go into Project.cpp and check there what parameter is in the neuz.ini and load the right resources.
05/19/2013 17:12 Velmore#6
Quote:
Originally Posted by iMalibu View Post
Add a new parameter in neuz.ini
Check if this parameter is server=high / server=low
Then go into Project.cpp and check there what parameter is in the neuz.ini and load the right resources.
Its more clever to send a SnapShot from Server to Client.
Because if you load it with the neuz.ini your client will crash or do something wrong, when you relogg.
05/20/2013 09:24 raventh1984#7
@iMalibu yeah that sounds like an good idea however just like Velmore said when relogging and choosing an diff cluster it could cause mall function.

@velmore
That with the snapshot do you have an example for that? So i can understand its function?