Search found 67 matches

by KOSMOS
Sun Apr 10, 2016 10:51 pm
Forum: Scripting
Topic: Linen Coin Purse
Replies: 2
Views: 2247

Linen Coin Purse

Here is the correct lua coding for this file. linen_coin_purse.lua ------------------------------------ -- ID: 5736 -- Lin. Purse (Alx.) -- Breaks up a Linen Purse ----------------------------------------- ----------------------------------------- -- OnItemCheck -------------------------------------...
by KOSMOS
Sun Apr 10, 2016 7:14 pm
Forum: Scripting
Topic: Trying to modify for trade on a NPC
Replies: 8
Views: 4494

Trying to modify for trade on a NPC

Anyone able to point out what I am doing wrong? I have tried prob 30+ different ways to get this npc lua to take a trade and give back an item. I know I have to be close but I am missing something. It does not throw any errors on the game server. Though it also does not do anything either. I have lo...
by KOSMOS
Sun Apr 10, 2016 8:18 am
Forum: Scripting
Topic: Question - Adding items to a NM drop pool
Replies: 17
Views: 12004

Re: Question - Adding items to a NM drop pool

So I am modifying server to drop stuff from all the old HNMs. Though I was doings this by just adding the item to the mob_droplist.sql which worked great for everything but Hydra. I did not find hydra on that list anywhere. Anyone able to help me out? I can add it to the file, but I need Hydra's ID...
by KOSMOS
Sat Apr 09, 2016 10:24 pm
Forum: Scripting
Topic: Question - Adding items to a NM drop pool
Replies: 17
Views: 12004

Re: Question - Adding items to a NM drop pool

So I am modifying server to drop stuff from all the old HNMs. Though I was doings this by just adding the item to the mob_droplist.sql which worked great for everything but Hydra. I did not find hydra on that list anywhere. Anyone able to help me out?
by KOSMOS
Sat Apr 09, 2016 7:03 am
Forum: Server Setup & Guides
Topic: compilation problem - ubuntu
Replies: 12
Views: 7838

Re: compilation problem - ubuntu

KOSMOS, I performed the update g ++ - 5 . The rest is already update. But the problem remains the same . I recall that this is an old server that I try to compile. server@vps74407:~/trunk$ make g++ -std=gnu++0x -g -O2 -o dsgame dsgame-blowfish.o dsgame-DetourAlloc.o dsgame-DetourCommon.o dsgame-Det...
by KOSMOS
Thu Apr 07, 2016 3:55 pm
Forum: Server Setup & Guides
Topic: compilation problem - ubuntu
Replies: 12
Views: 7838

Re: compilation problem - ubuntu

Well, just know what library I have installed . EDIT: Ok, I erase my old server and I have reinstalled. Now, I have a new strange error.. server@vps74407:~/trunk$ ./configure --enable-debug=gdb checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-...
by KOSMOS
Tue Apr 05, 2016 1:48 pm
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9458

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

I haven't tried darkstar on FBSD, I run it on Windows. I was just excited to see someone trying to get it to run. Sadly as of now I was not able to get it working correctly on FBSD. Was having too many issues with zeromq. Though I plan to keep trying for I have found it runs so much smoother when y...
by KOSMOS
Tue Apr 05, 2016 1:43 pm
Forum: Server Setup & Guides
Topic: Devuan Jessie i386 alpha4 netboot Server Setup Guide *Edited
Replies: 5
Views: 12839

Devuan Jessie i386 alpha4 netboot Server Setup Guide *Edited

*Edited May 16th, 2016 realized I forgot to add the the libraries needed to build gcc5* This is a guide to get Darkstar working on Devuan. Which is a new branch of Linux branching off of Debian. The main reason I use this OS is init freedom. I do not like the limits the init that comes with most ver...
by KOSMOS
Wed Mar 23, 2016 8:02 pm
Forum: Server Setup & Guides
Topic: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16
Replies: 14
Views: 9458

Re: FreeBSD 10.2 Stable Server Setup Guide edited*3/17/16

O.o :D Are you building zeromq from source? I keep getting an error with the zmq.hpp file. When I install zeromq from ports it does not install that file. I was pulling just the header file from git while it would build it worked fine minus gm commands. And I have added to many things on my server t...
by KOSMOS
Wed Mar 23, 2016 7:55 pm
Forum: Scripting
Topic: Worldchat 2.0 (Hardcoded)
Replies: 6
Views: 5506

Re: Worldchat 2.0 (Hardcoded)

Ahh ok I was not looking outside of map section. Thank you both of you for the fast response.