Skill_data worldserver.exe [ERRORS]
My worldserver.exe keeps crashing when i run it, it says something like this: d int(11) NOT NULL default 0,
level int(11) NOT NULL,
sp int(11) NOT NULL,
type int(11) NOT NULL,
range int(11) NOT NULL,
target int(11) NOT NULL,
power int(11) NOT NULL,
duration int(11) NOT NULL,
mp int(11) NOT NULL,
success int(11) NOT NULL,
weapon varchar(200) NOT NULL,
class varchar(200) NOT NULL,
rskills varchar(200) NOT NULL,
lskills varchar(200) NOT NULL,
buff1 int(11) NOT NULL,
buffv11 int(11) NOT NULL,
Well i read about this error, but i still dont know what to do with those values,
Thanks already!
---- PLEASE PM ME, DONT REPLY! ----- :sleep:
Re: Skill_data worldserver.exe [ERRORS]
Re: Skill_data worldserver.exe [ERRORS]
Fixed, Tyvm :D
Two other questions; How can i get 200 weps or custom weps in my server & How can i get my server public? What files do my friends need?
Greetings,
Re: Skill_data worldserver.exe [ERRORS]
If your client doesn't already have level 180 and 200 weapons, such as calderburn or burnthesnatch, find a different client and extract the ZMS and DDS from that client, add it into your own, and make a new ZSC entry as well as an STB and STL entry. All the file types mentioned have public tools that you can get at osROSE Forums • Index page .
As for making your server public, you'll need to reconfigure the CONF files in your server to use your WAN IP, which you can find out at IP Chicken - Whats my IP address? ip address lookup, and then forward ports. I don't remember the exact port numbers, but you can find them in the stickied OsRose setup guide.
To have your friends play, they'll need the same client as you do and a launcher configured to your server. For them to also see updates, you'll need a patcher, such as neoncube.
Re: Skill_data worldserver.exe [ERRORS]
Quote:
Originally Posted by
perrin9028
If your client doesn't already have level 180 and 200 weapons, such as calderburn or burnthesnatch, find a different client and extract the ZMS and DDS from that client, add it into your own, and make a new ZSC entry as well as an STB and STL entry. All the file types mentioned have public tools that you can get at
osROSE Forums • Index page .
As for making your server public, you'll need to reconfigure the CONF files in your server to use your WAN IP, which you can find out at
IP Chicken - Whats my IP address? ip address lookup, and then forward ports. I don't remember the exact port numbers, but you can find them in the stickied OsRose setup guide.
To have your friends play, they'll need the same client as you do and a launcher configured to your server. For them to also see updates, you'll need a patcher, such as neoncube.
ports are 80, 29000, 29100 and 29200
(if your hosting things separate 29001, 29101 and 3306 are need to be opened(I'm not sure about the first 2, someone correct me if I'm wrong.))
Re: Skill_data worldserver.exe [ERRORS]
Well what i did is
On the launcher config file i placed my IP,
At world, login & Char configs i placed my IP and my LAN ip and my lansubmask (255.255.255.0)
I cant play with my own IP's, i really checked it all and i did not make a mistake, i can only play with those standard IP's so my friends cant join.
-I also opened every port, Firewall & my router
<Still getting those connecting to server messages for ever>
Re: Skill_data worldserver.exe [ERRORS]