Pages

Showing posts with label Forsaken World. Show all posts
Showing posts with label Forsaken World. Show all posts

Forsaken World DW

1. Basic Requirements

COMMAND~: apt-get update
COMMAND~: apt-get install unrar
COMMAND~: apt-get install openssh-server ( if you use Vbox )

1.1 Basic Tools

•Putty
•Winscp

2. Install FW-Server Repack Bola
•Change root directory
COMMAND~: cd /

•Download servers files repacked and upload on your linux, on / folder
Link of Repacked files :FWServer.tgz




•Unpack
use Winscp, press and select, after just press ok





IMPORTANT!!!
2.2 Update the server with New libs, put this files inside /FWServer/,setup/libs folder, replace old with this libs
download: Put this on fwserver setup libs.rar
•Remove the old unpacked files
COMMAND~: rm -f FWServer.tgz

•Set Permissions on servers files
COMMAND~: chmod -R 0777 /FWServer

3. Install Libraries

•Install Java Runtime Environment
COMMAND~: apt-get install openjdk-6-jre

•For Linux 64 Bits

COMMAND~: apt-get install ia32-libs 

• after this will exec a setup file to send libraries on respective folders on
COMMAND~: cd /FWServer
COMMAND~: ./setup.sh

•Don't worry if the putty print some error about copy or ld files directory


4. Install Mysql 

• First install MySQL, during installation you'll be asked for a root password, remember it!

COMMAND~: apt-get install mysql-server

•After installation you can import the base table scheme.
Replace the PASSWORD in the following command with your mysql password

COMMAND~: mysql -uroot -pPASSWORD -h localhost </FWServer/.setup/fwdb.sql

•after this, needs change password on table.xml

COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /FWServer/authd/build/table.xml > /FWServer/authd/build/table.xml.new

COMMAND~: mv -f /FWServer/authd/build/table.xml.new /FWServer/authd/build/table.xml

5. Install Apache Webserver

COMMAND~: apt-get install apache2
COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming 
COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql

6. Install Register
•with Winscp go to directory /FWServer/.setup/register/
•Find the file and open config.php
•where says "passwd" you put your mysql password
•save
•move this folder to /var/www/
•now you can register your account in the link http://YOURIP/register/index.php

7. Start Server 

COMMAND~: cd /FWServer
COMMAND~: ./start.sh

•Wait to final startup script

7.1 Iweb access
You can access your iweb manager via
http://YOURIP:8080/iweb/

if you don't want iweb enable, just delete jakarta folder or protect port with a iptables configuration like this

iptables -A INPUT -s MYCOMPUTERIPHERE -p tcp --dport 8080 -j ACCEPT 

8. Update Ranking
COMMAND~: cd /FWServer
COMMAND~: ./rankupdate.sh

8. Client to connect
follow the guide
Link : http://forum.ragezone.com/f783/v453-...files-1026408/

•Install the client go to folder /Forsaken World/update/
•copy and replace actual file with this: server.lua
•edit the ip 192.168.1.101 with IP of your linux server FW
•run game.exe and connect

9. Obs
• This server pack no requires Glinkd modification
• Questions in this same topic
• This tutorial as made in Ubuntu OS linux 10.04
• If you want change realm name, just open gsalias.conf and change where say Bola 1 ...

10. Credits
•Ronny1982
•Bola
•MoneyTank ( release the files ) 

11. Thanks to
•Ben, support
•Hulu, support
•Hycker, support
•Doulcy by the right patches to version =)

12. Tools and Guides

Elements.data editor : sELedit.rar

Gshop Editor : GshopEditor.rar

Rates Editor : RatesEditorFW449v.rar

•Querys addGM and Usercash
GM

Code:
call addGM (ID , 1)


CASH

Code:
call usecash (ID , 1, 0, 19, 0, 50000, 1,  @ERROR)


*/ Where 50000 is the value of cash ( don't forget cash curvature of leaf ) */ 

13. Some screens online and iweb




All Realms Open and instances open, and kbatlle


Read more ...

Forsaken World WoS

1. Basic Requirements

COMMAND~: apt-get update
COMMAND~: apt-get install unrar
COMMAND~: apt-get install openssh-server ( if you use Vbox )

1.1 Basic Tools

•Putty
•Winscp

2. Install FW-Server Repack Bola
•Change root directory
COMMAND~: cd /

•Download servers files repacked and upload on your linux, on / folder
Link of Repacked files :FWServer.rar

•Unpack
COMMAND~: cd /
COMMAND~: unrar x FWServer.rar

•Remove the old unpacked files
COMMAND~: rm -f FWServer.rar

•Set Permissions on servers files
COMMAND~: chmod -R 0777 /FWServer

3. Install Libraries

•Install Java Runtime Environment
COMMAND~: apt-get install openjdk-6-jre

•For Linux 64 Bits

COMMAND~: apt-get install ia32-libs 

• after this will exec a setup file to send libraries on respective folders on
COMMAND~: cd /FWServer
COMMAND~: ./setup.sh

•Don't worry if the putty print some error about copy or ld files directory


4. Install Mysql 

• First install MySQL, during installation you'll be asked for a root password, remember it!

COMMAND~: apt-get install mysql-server

•After installation you can import the base table scheme.
Replace the PASSWORD in the following command with your mysql password

COMMAND~: mysql -uroot -pPASSWORD -h localhost </FWServer/.setup/pwdb.sql

•after this, needs change password on table.xml

COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /etc/table.xml > /etc/table.xml.new

COMMAND~: mv -f /etc/table.xml.new /etc/table.xml

5. Install Apache Webserver

COMMAND~: apt-get install apache2
COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming 
COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql

6. Install Register
•with Winscp go to directory /FWServer/.setup/register/
•Find the file and open config.php
•where says "passwd" you put your mysql password
•save
•move this folder to /var/www/
•now you can register your account in the link http://YOURIP/register/register.php

7. Start Server 

COMMAND~: cd /FWServer
COMMAND~: ./start.sh

•Wait to final startup script

8. Update Ranking
COMMAND~: cd /FWServer
COMMAND~: ./rankupdate.sh

8. Client to connect
Link : FW_EN_Installer_0.331.0.rar

•Install the client go to folder /Forsaken World/update/
•copy and replace actual file with this: server.lua
•edit the ip 192.168.1.101 with IP of your linux server FW
•run game.exe and connect

9. Obs
• This server pack no requires Glinkd modification
• Questions in this same topic
• This tutorial as made in Ubuntu OS linux 11.04

10. Credits

•Ronny1982
•Bola






Read more ...

GM Commands Forsaken World

Full Documentation here

i think in server activate same as PW, in ptemplate or like file


debug_command_mode=active

1. Create a destop shortcut to the game.exe file. This file is in the Update folder. 
2. Right-click the shortcut and select Properties.
3. In the Target box window, add the following text: 
game:pw console:1 sepfile

Super GM Codes

Level Up:
d_c2scmd 2000

GM Weapon:
d_c2scmd 10807 782

GM Armor:
d_c2scmd 10807 5769

GM Pants:
d_c2scmd 10807 15329

GM Shoes:
d_c2scmd 10807 4524 

GM Ring:
d_c2scmd 10807 8851

GM item to warp to instance area:
d_c2scmd 10807 23467

Normal Weapon Codes:
Lv20:31135-31142
Lv30:31143-31150
Lv40:31151-31158
Lv50:31159-31166
Lv60:28323-28326, 28351-28354
Lv70:28331-28334, 28359-28362

Warp to Map Location:
d_c2scmd 2008 <map number> <x> <y>

Gold:
d_c2scmd 1988 10000000000 [amount]

Soul Coins:
d_c2scmd 1989 [amount]

Spawn Item Onto Ground (Use this code to spawn "stacks" of items):
d_c2scmd 10800 <ID> <Amount desired>

Spawn a single Item Into Bag (Use this code when you need to spawn a Pet Egg):
d_c2scmd 10807 <ID>

Spawn a monster:
d_c2scmd 10802 <MonsterID> <Num> 0 0

Expand bag:
d_c2scmd 2016 96


See Server Date/Time
d_getservertime

Change Z axis
d_c2scmd 2012 740404 xxxx

Fly
d_c2scmd 10803 66

Level Pet
d_c2scmd 5003

Talent Reset Item
d_c2scmd 10807 13227

Job EXP
d_c2scmd 1999 XX - Where XX = a number 1-34 
(32=Socialite, 33=Adventurer, 34=Merchant)

Reputation Points
d_c2scmd 10807 4494

Job Points
d_c2scmd 10807 4495

Advance Server Era:
d_delcmd 1988 5000000

Guild Bid
Start: d_delcmd 2010 1
Finish: d_delcmd 2011 1

Guild Base Funds: d_c2scmd 9001 Amount     e.g. d_c2scmd 9001 100000
d_c2scmd 9001 -100000

Guild Zeal: d_c2scmd 9002 Amount

Guild Base Resource Value: d_c2scmd 9002 Type# Amount     (Type# 1~4)
e.g. d_c2scmd 9002 2 50000

Guild Construction Quest Amount: d_c2scmd 9003 Amount

Individual Contribution and Guild Contribution: d_c2scmd 9004 Amount 

Economy = d_c2scmd 9000 1 50000

Magic = d_c2scmd 9000 2 50000

Amor = d_c2scmd 9000 3 50000

Civilization = d_c2scmd 9000 4 50000

Faith: = d_c2scmd 9000 5 50000

The Command for completing construction: d_c2scmd 9003 200

Leaf of World Tree
d_c2scmd 2014

loko9988 
Ragezone
Read more ...

Forsaken World 0.84

Forsaken World easy repack with VM Machine By Trexsh..
Click in Like if this is useful to you ^^
I dont like the 10 pages setup guides and that stuff so i made a video, so just watch the video and you can make your own server with this repack.

IMPORTANT INGREDIENTS:
Navicat
VMWARE workstation
Winscp

Files Reuploded.

I DELETE THE FILES BECAUSE SOMEBODY MAKE A NEW THREAD WITH THIS FILES AND GUIDE BUT WITH ANOTHER CREDITS.

ASK TO HIM FOR HELP. IM OUT.
Now the Files :D
Forsaken World Server
Debian 5.part01.rar (95.8 MB)
14 Files.

Forsaken World 0.74 Client
Forsaken World Client Installer v 0.75 (download torrent) - TPB
Forsaken World Patch 0.84 (the game can't connect if we dont have this)

Video Guide
forsaken guide.part1.rar (95.8 MB)
forsaken guide.part2.rar (95.8 MB)

Tools
1 File.
The Server have an Anti Leech file xD
when you try to connect the game start to said something about an old version,
to bypass that just download this file and put this inside the game data folder, if you are interesting in dev or help in this game is gonna be easy to understand how to bypass this Anti leech file xD.

File:
1 File.


Mini Guide: (Read this miniguide and watch the video at the same time to understand the Guide.)
1- Unpack all with the password
TrexshRagezone

2- Open your VMWARE software
and link the file.

3- please attention with the conf
in the vmware.
with 1gb ram is ok for a localhost.
Important, Bridge and 1gb ram for local.

4- Lets start the VM.
This is Debian5 without graphic interface.

5-the user for the system is:
user: root
password: spider312

Now we are inside, first open the webserver
called lammp.

Command for open Lampp:

/opt/lampp/lampp start

with lammp open we can check the website:

lets check the IP first.

we can check ip with the command:

ifconfig

in here we can see inet addr: 192.168.0.13

lets open that ip in the navigator.

for register an account we need to open register.php

now we have an account ;D


6- time to conf the server.
if we have the IP 192.168.0.13 with the command

IFCONFIG, dont do this step.
if not, check ;D


Ex: we have 192.168.0.100 for ip in the ifconfig. so we need to change
the default ip for 192.168.0.100.

The tool for that is winscp software.


hostname: The ifconfig ip
user:
root
pass:
spider312

now we are in, so please attention to this conf:

first file is gs.conf

second file is gmserver.conf

change everything with 192.168.0.13
and put your ifconfig IP.

Now we are cool and ready for turn on the server ;D

7- Ready for the fun.


for start the server we need to write this command

./start

and we need to wait...

when the server start to say
TRACE: gamed (1) we are done.

Now lets make an account


This server have a problem, well comes with that.
is a little hard to connect with the game, but for that
we need to force login and wait.

Lets check.

now we are inside. the game said blababla and don't
let you in, in that case just try again and
force login .

is very important to make first the account and
make the first char in the account.

why? well with that we can make this char a GM.


we are done, everything ok, now time for the CONF.

8- Connect the Client.

we need fist to download the fw beta client, then
we need to download the 0.84v patch.

Install the FW client and open the launcher.
VERY IMPORTANT:
Open the launcher and close very fast.
why? well we don't need to patch the client with
default PW launcher, but we need to open the launcher
so the manual patch can be executable.

then put the manual patch 0.84 in the game folder
and 2 clicks. and we are done.

9- Change IP in the game folder to connect.-

open the folder update and open

SERVER.LUA

Change ip and name and we are done.


10-How to make a GM Account:

Lets download NAVICAT.

Install navicat and asdasdasdas with blablabla and then open navicat.

in connection put this:

Hostname/ipadress: YOUR IFCONFIG IP
port: 3306
username: trexsh
password: spider312

done.

in FW we have the accounts and the cash table.

For a GM account we need to do this.

First:
we need to check the ID for the account.


for example, the account test have the ID 1168
in the table users.

now we need to make a query with this command:


call addGM (ID , 1)

and press in run
now we have a gm account.


this command is for the cash

call usecash (ID , 1, 0, 19, 0, 1000000, 1, @error) //ID means the char ID like 1138

and now we have cash xD.


now we have a gm and cash so lets check ;D


we need to press CTRL + G for the GM panel.-

and well we are done xDD


At the momment we have this tools:

FW Gshop editor
FW ItemsReader
PCKTool
and FW sELedit

in chinese we have NPCV1.0

well is all for now, have a nice day ^^


Credits for the first working repack to Phprap. thanks, really thanks.

This files was uploaded in may last year, so i reupload everything, i hope the ppl in here can
say thanks for the reupload and don't let him die the forsaken world scene.

Read more ...