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!

[VirtualBox] Forsaken World 449 server

Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
Here is a vbox ova file with server on Bola repack (ubuntu 12.04x32) .
Include: sendmail, phpmyadmin, mc.



Run virtualbox ( ) -> File -> Import and select ova.
Check network for bridge.

Linux: login: root password: root
mysql: login: root password: 123456
phpMyAdmin(root): login: root password: root
sendmail - serverIP:8080/iweb/role/sendmail.jsp

Any questions -> http://forum.ragezone.com/f784/forsaken-world-dysils-wrath-install-1026920/

Client -> http://forum.ragezone.com/f783/v453-client-v449-server-files-1026408/

tnx.
 
Last edited:
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
I can't give you Rep but thank you Bro for the people wanting this working %100 on my server allready but I know where are a lot of people asking for this. :)

Please take the time to thank him for his time.. its only 5 seconds.
 
Newbie Spellweaver
Joined
Aug 10, 2013
Messages
48
Reaction score
5
i updated my cleint to v453 still serer is not showing online
 
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
You must take Bola server.lua file.

server.lua:
Code:
LoginServer =
{

    [1]=
    {
        name = "Forsaken World",
        servers =
        {
            [1] =
            {
                name        = "War Of Shadows",
                ip            = "192.168.0.105",
                port        = { 29001,29002,29003,29004,29005 },
                tag1        = "^00ff7fPvE",
            },
            

        },
    },
}


function LoginServer:GetSelf()
    return self
end

just edit IP field.
 
Last edited:
Newbie Spellweaver
Joined
Aug 10, 2013
Messages
48
Reaction score
5
can u upload ur server.lua `file plzzz but not on mega because that site does not open on my pc
 
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
omg...
copy from "code" in any tex editor and save as text server.lua
 
Newbie Spellweaver
Joined
Aug 10, 2013
Messages
48
Reaction score
5
how to start i web (/opt/apache-tomcat-7.0.42/bin/startup.sh) this doesnt work
 
Experienced Elementalist
Joined
Feb 4, 2013
Messages
209
Reaction score
13
Can't believe you guys are still doing this lol. Well goodluck :)
 
Newbie Spellweaver
Joined
Aug 10, 2013
Messages
48
Reaction score
5
server is runing but i am not able to creat account i dont know to start i web



wow i found



now i can creat account but not able to open i web
 
Initiate Mage
Joined
Jul 8, 2013
Messages
1
Reaction score
0
I am trying to modify character level but iweb modifyroledata.jsp is bugged, HTTP Status 500 - ??
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
I think iweb taken from WoS version. Try xml edit - maybe it's help.

Yes that works also works in modify role info of user..
See the 0.80 tutoral even it works fine here.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
I would also like just to give feedback on this, nice vbox image slowdos, although vbox didnt work for me, eth0 couldnt get the ip, so tried vmware with your image and everything working 100% by me, no hassle or struggle nothing, just booted everything up and started server, created account, then logged in with game and created char, i think it took me max 5 minutes to set this one up, nice work slowdos
 
Initiate Mage
Joined
Aug 23, 2013
Messages
2
Reaction score
1
I would also like just to give feedback on this, nice vbox image slowdos, although vbox didnt work for me, eth0 couldnt get the ip, so tried vmware with your image and everything working 100% by me

because under vbox this copy of ubuntu uses eth1 instead eth0. open /etc/network/interfaces and do necessary editions manually. type ifconfig -a to be convinced of it.
 
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
Anyone maybe have an idea why my world rankings isnt showing anything?


Update: I got it fixed :)
 
Last edited:
Back
Top