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!

Forsaken World War Of Shadows working VM and IWeb

Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
I am having some strange issues with getting this working under Ubuntu 12.04 LTS... I've fixed my Memory problem on my Server now have 3.9Gig ram. Last time i tried (with 3.5gig ram i was getting a working server but with Random lvl 1 chars on the accounts.
Ie race01 race02 etc... I'm going to try to install again and hopefully it likes me :)
Using the one uebari Released with I've got a working setup just strange char(s) when i login. I'll get install and if still not working post a screen shot. this is on a HP DL360 G4P server i am going to upgrade it to 6Gig then 12Gig at some stage.
 
Experienced Elementalist
Joined
Feb 4, 2013
Messages
209
Reaction score
13
I see. well i got that strange chars from uebari too. But once i edited my server.lua to my VM ip it worked. and you should set it to 4gb. try to remove the acc and make 1 again. tell me the result later.
 
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
The problem i have is that the lycan race cant open any orbs from the boutique, seems it was also a bug in the release of this official update
 
Experienced Elementalist
Joined
Feb 4, 2013
Messages
209
Reaction score
13
Lycans can't open orbs cuz they are not compatible with the fashion.
 
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
Lycans can't open orbs cuz they are not compatible with the fashion.

no lycans can not open orbs as it was a bug when the official 331 version was released.

they only fixed it in patch 336 as you can see here
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
[SOLVED]

I had to copy over /dbf also :p working sweet now.

My Server seems to work ok now (it did Glitch at 1st but seems fine now..

I've Searched but can't seem to see anything of use..
[I've copyed my Entire Server folder but i just get black chars when i login]

can I Move my Players from my VMware setup to a Live Server ? (I moved the Database ok.. no issues there.
I've copyed the Server files over.. working ... I have a Strange feeling it worked once.
No issues for my 30+ players to start over.. thank again

Phillip.
 
Last edited:
Skilled Illusionist
Joined
Apr 7, 2012
Messages
312
Reaction score
121
Wow, really funny. i know a lot of things.

but not EVERYTHING. so please if i try to help someone don't lay your butt in it.

If you know alot of things why do you insist on continuing to ask the most redundant questions?

Seriously?

I have to be honest now sorry but you have no freaking clue what you are talking about wow :/

I know right?
 
Experienced Elementalist
Joined
Feb 4, 2013
Messages
209
Reaction score
13
gtfo bro hulu. i moved on. get a life. K?
 
Last edited:
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
See? i can't even have peace 10 minutes without you. everything i say your coming and thinking "i gotta post something" and that's not nice. even if i ask questions that are easy for you maybe is hard for me. i Know stuff but NOT the stuff you do. And i'm very jealous. I learned basic linux because i think it will be good and i will be good as you on dev. Your hurting my feelings when you say "ROFL WHAT DO YOU KNOW ABOUT DEV?" - i trained to try to be better.

Your Learning that's the Main thing.

Pro Tip.. (and i am by far a Pro lol) Take it as Constructive Critizisim you DO need to learn more but you're going to be makeing a LOT of mistakes at 1st. also the search on forum kinda not that great i use google. site:ragezone bla bla lba.
Take care.. hope to see you growing with the Comunity.
 
Newbie Spellweaver
Joined
Aug 28, 2007
Messages
35
Reaction score
1
This is the 0.331 War Of Shadows VM from mcncc.com with a few modifications :

-XP rates increased to 500x
-Tomcat installed and working
-Iweb installed and working
-Shell profile fixed so language is in english instead of chinese
-elements.data and gshop.data already copied from client to server

I have it running in a single NIC in bridged adapter mode in Oracle VM VirtualBox. It is currently using DHCP (this is fine for me since I'm not hosing on the web).

It will work with any standard 0.331 client.

View attachment 135619

username : root
password : mcncc.com

Server Download Link :

Client Download Link (0.331) :

Instructions :
1. login to console
2. /opt/apache-tomcat-7.0.42/bin/startup.sh
3. /server/start.sh
4. run "ifconfig" to get IP.
5. Put that IP in your server.lua file on your game client
6. Launch browser to <yourip> and you can register your account and send yourself leaves
7. You can turn your account into a GM by running sql. This VM is using a lamp server so the mysql binary is in a nonstandard location and not accessible in your path (you have to point directly to it). Mysql root password is '123456'.
Code:
/opt/lampp/bin/mysql -u root -p
use zx;
call addGM ([COLOR=#ff0000]ID[/COLOR], 1);

8. Launch browser to <yourip>:8080/iweb/role/ and you can give your character money or edit almost any stat directly with the XML (guide here : http://forum.ragezone.com/f783/directly-edit-character-using-iweb-950700/).

I got everything running put when I try to access the web page via my ip it give me a page with all in Chinese? WAs it suppose to be that?


元宝无限送!玩到你手软。

注册后请自己充值元宝|
登陆名:


密码(大于六位):


再次输入密码:


Email:


|



论坛:

And what is the username and pass to open server status and manager app in tomcat?
 
Experienced Elementalist
Joined
Feb 4, 2013
Messages
209
Reaction score
13
the chinese means: Part of the new mounts, new weapons show

Unlimited ingot send! Play to your mercy.

After registration, please recharge their ingot | Self-recharge ingot
Login name:


Password (greater than six):


Re-enter password:


Email:


Forgot Password | Self-Recharge ingot



Forum: Games Forum
 
Newbie Spellweaver
Joined
Aug 28, 2007
Messages
35
Reaction score
1
the chinese means: Part of the new mounts, new weapons show

Unlimited ingot send! Play to your mercy.

After registration, please recharge their ingot | Self-recharge ingot
Login name:


Password (greater than six):


Re-enter password:


Email:


Forgot Password | Self-Recharge ingot



Forum: Games Forum

Do you know what I need to change to make it permanent English?
 
Newbie Spellweaver
Joined
Aug 28, 2007
Messages
35
Reaction score
1
login to mysql on vmware or vbox
Code:
mysql -u root -p
use dbo;
call addGM ([COLOR=#ff0000]ID[/COLOR], 1);

Where ID is your Account ID You must know your Account ID you can check it on phpMyAdmin and go to Users Table Find your account and check for ID
Hope that helps
:junglejane:

How to do get to phpMyAdmin? MyIP just take me to the registration page and MyIP:8080 just take me to apache tomcat, and when I try MyIP/phpMyAdmin it give me URL not found. And how do you add more realm?
 
Last edited:
Experienced Elementalist
Joined
Feb 4, 2013
Messages
209
Reaction score
13
You can try to run it in vm instead.

1. Open vm and type: mysql -u root -p

2. Type your password. (default: root.)

3. Type: use dbo;

4. Type: call addGM (ID, 1);

5. Type your ID where where it says ID

6. Find your ID by typing: select * from users;

7. Enjoy!

About realms.. you CAN add more but it requires more RAM. 10 Realms requires 27gb RAM.
 
Back
Top