Search found 67 matches

by KOSMOS
Wed Dec 28, 2016 9:11 am
Forum: Server Setup & Guides
Topic: Devuan Jessie i386 alpha4 netboot Server Setup Guide *Edited
Replies: 5
Views: 11759

Re: Devuan Jessie i386 alpha4 netboot Server Setup Guide *Ed

Hey that is a different OS. I would start over and use this guide. https://wiki.dspt.info/index.php?title=Building_the_Server#Installing_.26_Setting_up_the_DS_Server_on_Linux . That should take care of all of your errors. I just recently install Ubuntu 16 LTS server on a box and used the normal guid...
by KOSMOS
Tue May 10, 2016 9:40 pm
Forum: Server Setup & Guides
Topic: Devuan Jessie i386 alpha4 netboot Server Setup Guide *Edited
Replies: 5
Views: 11759

Re: Devuan Jessie i386 alpha4 netboot Server Setup Guide

I used this guide to build gcc-5 on debian 8 (installed gcc-4.9 but the code wouldn't compile so im trying this one) It would be good to mention that one also needs GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+ and isl as a dependencie for either mpfr or mpc to build gcc on a clean system. (Got that as an e...
by KOSMOS
Tue May 03, 2016 10:29 pm
Forum: Scripting
Topic: Adding items to auction house list
Replies: 4
Views: 3711

Re: Adding items to auction house list

Well after sitting down and doing the math I realized I would need over 15 separate npc's to sell all af and relic empryian etc. Equipment. Is there any way I could add these items to the ah? Why not do an @shop? I simply used a bunch of those to cover the gear I wanted offered to buy that is not o...
by KOSMOS
Wed Apr 27, 2016 8:15 pm
Forum: Contributing
Topic: Adoulin CSes
Replies: 9
Views: 14443

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 KOSMOS
Tue Apr 26, 2016 11:04 pm
Forum: Custom Applications and Tools
Topic: Roster of players online
Replies: 16
Views: 22479

Re: Roster of players online

I got the getPlayerData.php working with some modification to the pdo call to database. Any idea why the jQuery might not be working from this? I am able to pull the getPlayerData.php to the main page in an iframe but the original jQuery is not functioning. Any help or possible a fix to this someone...
by KOSMOS
Tue Apr 19, 2016 6:38 pm
Forum: Custom Applications and Tools
Topic: Darkstar as service on sysvinit with restarter *Edit 4/28/16
Replies: 0
Views: 6186

Darkstar as service on sysvinit with restarter *Edit 4/28/16

These are the scripts that works with sysvinit on Devaun Jessie. Though this should work in any Debain based system even those with Upstart and systemd (Though I have not tested on these init). You need to have monit installed for the restarter to work.* Thanks Wigit for the original script. This wi...
by KOSMOS
Tue Apr 19, 2016 6:25 pm
Forum: Custom Applications and Tools
Topic: Ubuntu 14.04 server setup script
Replies: 3
Views: 7285

Re: Ubuntu 14.04 server setup script

The part that makes the creates the script does with a bit of modification. Thanks so much, got monit running now thanks to this.
by KOSMOS
Mon Apr 18, 2016 11:29 pm
Forum: Custom Applications and Tools
Topic: Ubuntu 14.04 server setup script
Replies: 3
Views: 7285

Re: Ubuntu 14.04 server setup script

I think the majority of folks setting up servers are running Windows but there might be some people out there like myself that prefer linux. This script was written because I like breaking servers, not gonna lie. But Im also lazy and do not like manually reinstalling and configuring things. Basical...
by KOSMOS
Fri Apr 15, 2016 10:54 pm
Forum: Contributing
Topic: Add linkpearl to new characters
Replies: 33
Views: 33541

Re: Add linkpearl to new characters

I've been playing around with this all day and the only thing I can get to work is adding the correct linkpearl to characters. As far as auto-equipping it, I've tried several different ways and no results. The closest I got was by manually adding it to the char_equip table after retrieving the slot...
by KOSMOS
Fri Apr 15, 2016 10:50 pm
Forum: Scripting
Topic: Linen Coin Purse
Replies: 2
Views: 2214

Re: Linen Coin Purse

step1: indent the local variable and the return, step2: remove the excessive spacing from the header, step3: pull request file change on github, step4: pat self on back for contributing :) step5: realize we forgot to include "????" and "profit" in there. Ok think I did it correctly for those two fi...