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!

[Release] v307 Server files & tools

Experienced Elementalist
Joined
Jul 2, 2012
Messages
221
Reaction score
21
Role ID: 24586
Do ure char (pers) have ID 24586 ?
how I send items to my char:

Role ID: 8202 (my pers UID)
Title: PW Staff
Message: test
Coins: 0
Item ID: 25025 (my weapon)
Item Hex: (here octets of the weapon, needed to set params of equip)
Item Proctype: 147
Item Stack: 1
Item Max Stack: 1
Item Expire Date: 0
 
Joined
Jun 3, 2009
Messages
969
Reaction score
278
Role ID: 24586
Do ure char (pers) have ID 24586 ?
how I send items to my char:

Role ID: 8202 (my pers UID)
Title: PW Staff
Message: test
Coins: 0
Item ID: 25025 (my weapon)
Item Hex: (here octets of the weapon, needed to set params of equip)
Item Proctype: 147
Item Stack: 1
Item Max Stack: 1
Item Expire Date: 0
how can I find the Item Hex: Octets of weapon?
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
On my 307 Server we have 4-5 players in the House. + going to host a few online.. but i wented to give leaves to them constantly. over time. I will write a SQL Querry sometime to check who is online (i am a noob with SQL honestly) but i wrote a quick bash script to give the 4 main accounts leaves every 10 mins.. heres how. incase anyone just needs a quick way (+ teachs you more.

Code:
-- in my /rooot i have 2 files
1> giveleaves.sh
mysql --user=root --password=password dbo < /root/giveleaves.txt
---
chmod +x giveleaves.sh
2> giveleaves.txt
call usecash (96 ,  1, 0, 19, 0, 20000, 1, @error);
call usecash (208 , 1, 0, 19, 0, 20000, 1, @error);
call usecash (224 , 1, 0, 19, 0, 20000, 1, @error);
call usecash (240 , 1, 0, 19, 0, 20000, 1, @error);
call usecash (256 , 1, 0, 19, 0, 20000, 1, @error);
---
and Finaly what makes it work.
3> /etc/crontab add a line like this
0,10,20,30,40,50 *     * * *   root    /root/giveleaves.sh

i know its quick and dirty but it works lol :)
 
Last edited:
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
Quick Question.. What ports are needed to log into server ?
I've opened 29000,29001,29002,29003,29004,29005.. Do i need any more opened?

I Did Search Honest :)
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
one port will be ok =)

Yep opening ports on Router worked... my DMZ on my Router did't like a host inside Vmware.. my 32Bit server machine was fine lol

Role ID: 24586
Do ure char (pers) have ID 24586 ?
how I send items to my char:

Role ID: 8202 (my pers UID)
Title: PW Staff
Message: test
Coins: 0
Item ID: 25025 (my weapon)
Item Hex: (here octets of the weapon, needed to set params of equip)
Item Proctype: 147
Item Stack: 1
Item Max Stack: 1
Item Expire Date: 0

Still not working.. useing the vbox image (in vmware. 4Gig ram.... maby its my Gdelivery..... seems to pause for a bit.. then gives the error i gave. ... UID is the ID from GM's show id etc ?

I have gshop working now :) anyone know the ID for Fusion Agent lvl 4 ? seedit not working can't see Database (or am i looking in wrong place .. Thx. Much Apresheated)
 
Experienced Elementalist
Joined
Jul 2, 2012
Messages
221
Reaction score
21
Do u use iweb drom dir tomcat ?

I generated GM's weapon and element's equip with 5 lvl gems... but, wings only 3 lvl =( here is no 4 lvl wings.
Kreeate - [Release] v307 Server files & tools - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
Yep opening ports on Router worked... my DMZ on my Router did't like a host inside Vmware.. my 32Bit server machine was fine lol



Still not working.. useing the vbox image (in vmware. 4Gig ram.... maby its my Gdelivery..... seems to pause for a bit.. then gives the error i gave. ... UID is the ID from GM's show id etc ?

I have gshop working now :) anyone know the ID for Fusion Agent lvl 4 ? seedit not working can't see Database (or am i looking in wrong place .. Thx. Much Apresheated)

your gshop editor working? if it is can you share with us?
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
Tryed createing a GM Amulate ID:36158 Template:147 but has Durability 0/0 tryed the PW Data Generator... but still says 0/0 anyone had any luck ? Fusion Agent 5 not working too may be related.

Havent tryed gshop editior yet. will let you know if it works sometime (useing the Alpha in Tools
 
Experienced Elementalist
Joined
Jul 2, 2012
Messages
221
Reaction score
21
U will get 0/0 when dont have right HEX Octets.
Don't know bout Amulet, but, u can craft any and then see hex in iweb xml of role. Good luck.
 
Newbie Spellweaver
Joined
Mar 22, 2013
Messages
17
Reaction score
1
sELedit.exe elements.data open 307 ver

no open

link
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
307 Feels so much more Complete compared to 331..
If you want a good working Server USE 307.. 331 is not ready for Prime time.

Btw Hopefully someone Reads my Post about Creating Guild Bases to Auction in 307 thx all Great Version.
 
Newbie Spellweaver
Joined
Sep 19, 2013
Messages
5
Reaction score
0
any chance to get this to work in vmware?? (my .084 runs this way) wondering how to upgrade .084 to 307 ö.ò
 
Newbie Spellweaver
Joined
Nov 1, 2013
Messages
8
Reaction score
0
install server and it works but problem is theres no want to register and account and also what file are needed to edit to get server and client to connect?
 
Newbie Spellweaver
Joined
Sep 18, 2011
Messages
14
Reaction score
2
Can anyone share his /gamed/config/aiscript/ai903.lua file for v.307, please... Thanks!
 
Initiate Mage
Joined
Apr 2, 2014
Messages
1
Reaction score
0
It would be nice to be able to run this, but i dont even know how to start the server and get it running. Any tutorials out there for this?
 
Initiate Mage
Joined
Apr 17, 2015
Messages
1
Reaction score
0
Someone knows the font name of "Forsaken"'s logo?
Thanks
 
Back
Top