Search found 255 matches

by demolish
Mon Jun 06, 2016 3:09 pm
Forum: Server Setup & Guides
Topic: Win32 x64
Replies: 6
Views: 4150

Re: Win32 x64

its been possible to build x64 for a while
by demolish
Thu Jun 02, 2016 7:01 pm
Forum: Scripting
Topic: Check if Mob was Beastman on Death
Replies: 3
Views: 2817

Re: Check if Mob was Beastman on Death

I want to have certain items drop from beastmen only in various regions. But first, I need to differentiate between beastman and non-beastman. How would I do this through mobs.lua? Since mob is passed into the onMobDeathEx function, I thought I'd use this as a test at the end of the mobs.lua file. ...
by demolish
Thu May 26, 2016 6:52 am
Forum: General Chat
Topic: Weapon IDs
Replies: 1
Views: 2514

Re: Weapon IDs

try the 'item_' db tables
by demolish
Tue May 17, 2016 9:53 am
Forum: Server Setup & Guides
Topic: Server creation problem
Replies: 4
Views: 3719

Re: Server creation problem

means it can't find the 'id' field in the table
open up the table and have a look at the field names
by demolish
Sat May 14, 2016 11:10 am
Forum: Troubleshooting
Topic: FFXI-3001
Replies: 6
Views: 5888

Re: FFXI-3001

3001 is cause the client cant connect to the server (which it wont be able to if it crashes)
best thing to do is run the server in debug mode and send us a dump
https://wiki.dspt.info/index.php/How_to_Dump (windows)
https://github.com/DarkstarProject/dark ... t-97140992 (linux)
by demolish
Wed May 11, 2016 3:16 pm
Forum: Troubleshooting
Topic: Constantly getting error ffxi-3331
Replies: 15
Views: 10789

Re: Constantly getting error ffxi-3331

client version needs to match that in version.info if it doesn't they won't be able to connect change version.info to use whatever /ver the latest client update uses and have everyone update while this will allow players to connect, it's worth noting there's gonna be bugs due to client/server having...
by demolish
Sun May 01, 2016 11:10 am
Forum: Troubleshooting
Topic: FFXI-3001
Replies: 6
Views: 5888

Re: FFXI-3001

if your server has 127.0.0.1 set as the ip in zone_settings then you'll only be able to connect from that pc if you wanna allow others to connect then you'll need to set your server to a static ip, forward your ports on your router to that ip, and have zone_settings point to your external ip (the on...
by demolish
Thu Apr 28, 2016 4:42 am
Forum: Contributing
Topic: Adoulin CSes
Replies: 9
Views: 14858

Re: Adoulin CSes

that reminds me that file i made after wotg missions http://pastebin.com/Yk3dFLpG i'll probably do the same with soa if people are interested I know SOA is not in the plans for Darkstar, but WoTG is in the plans for this project. Are these committed to GitHub, even if not should we not at least pos...
by demolish
Wed Apr 13, 2016 11:09 am
Forum: Troubleshooting
Topic: Constantly getting error ffxi-3331
Replies: 15
Views: 10789

Re: Constantly getting error ffxi-3331

if your server's been updated in the last 10 or so hours then you should be able to log in now
https://github.com/DarkstarProject/dark ... 1e5f5d8608
by demolish
Wed Apr 13, 2016 11:07 am
Forum: Contacting The Team
Topic: msvcp140 error
Replies: 9
Views: 10452

Re: msvcp140 error

need the x86 redists too even if you're running x64 windows