Search found 14 matches
- Fri Feb 05, 2016 11:56 pm
- Forum: Server Setup & Guides
- Topic: Multiple map servers
- Replies: 12
- Views: 10071
Re: Multiple map servers
Ah thanks, not sure what I was thinking with that syntax, that did work.
- Fri Feb 05, 2016 11:13 pm
- Forum: Server Setup & Guides
- Topic: Multiple map servers
- Replies: 12
- Views: 10071
Re: Multiple map servers
Just gave it another try with one game server running with defaults, went to start another ./dsgame --port 54232 192.168.0.102 also without the ip, got the following output.
..throwing an instance of 'zmq::error_t' what(): Invalid argument Aborted (core dumped)
..throwing an instance of 'zmq::error_t' what(): Invalid argument Aborted (core dumped)
- Fri Feb 05, 2016 9:02 pm
- Forum: Server Setup & Guides
- Topic: Multiple map servers
- Replies: 12
- Views: 10071
Re: Multiple map servers
Good information to know will definately up my sql connections, it has been a while since I have worked on this stuff my carple tunnel been acting up, and the last two weeks I have been having shingles sucked. I have a new test server setup now on ubuntu linux and I have found that the --port comman...
- Sat Dec 19, 2015 12:07 pm
- Forum: Server Setup & Guides
- Topic: How to spawn an npc.
- Replies: 7
- Views: 6231
Re: How to spawn an npc.
At first I added it live, this time I tried adding it with the server shut down. I believe my original number to be within range but i lowered it down the highest ID for 70 seems to be 206/1023 total for npcs so I picked a lower one than my first number but higher than whats listed on the master npc...
- Fri Dec 18, 2015 9:46 pm
- Forum: Server Setup & Guides
- Topic: How to spawn an npc.
- Replies: 7
- Views: 6231
Re: How to spawn an npc.
Tried it without the quotes too got nothin, im baffled here unless I input something worng.
edit: meant to type 17064934 as the id there. still no go.
edit: meant to type 17064934 as the id there. still no go.
- Fri Dec 18, 2015 8:42 pm
- Forum: Server Setup & Guides
- Topic: How to spawn an npc.
- Replies: 7
- Views: 6231
Re: How to spawn an npc.
Nope that one didn't do it, I was hoping it was just me not typing null right but I tried with lower case, 0, TOAU, this was my last query and npc didnt show up when i logged in. INSERT INTO `npc_list` VALUES ('18286721', 'Moogle', 'Moogle', '128', '-308.00', '0', '-478.863', '1', '40', '40', '0', '...
- Fri Dec 18, 2015 2:29 pm
- Forum: Server Setup & Guides
- Topic: How to spawn an npc.
- Replies: 7
- Views: 6231
How to spawn an npc.
I was making some attempts at spawning a npc by adding to the npc_list table though adding a new number to it with status 0 and simply copying all data from a existing npc such as flags etc, they do not appear on screen even with a restart of the zone server. Also it seems really high id numbers suc...
- Fri Dec 18, 2015 1:02 pm
- Forum: Server Setup & Guides
- Topic: Multiple map servers
- Replies: 12
- Views: 10071
Re: Multiple map servers
Scratch that I think its because i had the wrong port in one of my entries doh!
- Fri Dec 18, 2015 12:59 pm
- Forum: Server Setup & Guides
- Topic: Multiple map servers
- Replies: 12
- Views: 10071
Re: Multiple map servers
On this issue I guess it wasn't actually segergating the zones per port number because I closed out one of the map servers I was in just to test something and I didn't get disconnected. The errors went to the main window. Have 3 shortcuts one for port 53230, ..231, ..232 and in zoneip's i have each ...
- Fri Dec 18, 2015 11:18 am
- Forum: Scripting
- Topic: npc_list fields what do they mean?
- Replies: 2
- Views: 2345
Re: npc_list fields what do they mean?
Welp status seemed easy to find with looking up symbols that way. Had to get to bed was 3am lol. STATUS_NORMAL = 0; // most common STATUS_UPDATE = 1; STATUS_DISAPPEAR = 2; // npc invisible or item invisible. STATUS_3 = 3; /*3 & 4 & 18probably reserved /* STATUS_4 = 4; STATUS_CUTSCENE_ONLY = 6; STATU...