Search found 162 matches

by Desufire
Thu Jul 23, 2015 6:58 pm
Forum: Server Setup & Guides
Topic: Game Server Abort Called
Replies: 10
Views: 6703

Re: Game Server Abort Called

Wasf is right. I'm getting it when I start the game server. It takes a minute during loading zones, then gives me the error. So I never get the server running. Only custom thing we use is an item_mods which .... I'm not using due to so many freaking errors. Well, I'll keep trying to figure it out.
by Desufire
Thu Jul 23, 2015 4:25 pm
Forum: Server Setup & Guides
Topic: Game Server Abort Called
Replies: 10
Views: 6703

Re: Game Server Abort Called

How do I fix this? Right now, I'm reinstalling Visual and double checking everything.
by Desufire
Thu Jul 23, 2015 7:39 am
Forum: Scripting
Topic: @ commands available to non gm
Replies: 4
Views: 2823

Re: @ commands available to non gm

Like Kj said, set permission of command to 0. Then save the script of course. That's really all you need to do.
by Desufire
Thu Jul 23, 2015 7:17 am
Forum: Server Setup & Guides
Topic: Game Server Abort Called
Replies: 10
Views: 6703

Game Server Abort Called

Spent 5 hours on this, I'm passing out now. Updated to Visual 2015 and updated darkstar files. Server and everything up to date. When starting Game server I get: loading zones c:\program files\microsoft visual studio 14.0\vc\include\random<2441>: invalid min and max arguments for uniform_int What's ...
by Desufire
Wed Jul 22, 2015 6:58 am
Forum: Scripting
Topic: Script runs twice
Replies: 4
Views: 3005

Re: Script runs twice

Tab out your ifs and elseifs? function onGameHour() local monk=GetMobAction(17682442); local horror=GetMobAction(17682446); local rough = math.random(1,50); print("Random Number = "..rough); print("Is Spawned Monk = "..monk); print("Is Spawned Horror = "..horror); if(monk ==0) and (rough <=3) and (h...
by Desufire
Tue Jul 21, 2015 11:58 pm
Forum: Server Setup & Guides
Topic: make: *** [dsgame-ai_general.o] Erreur 1
Replies: 1
Views: 2179

Re: make: *** [dsgame-ai_general.o] Erreur 1

Hello, with the last update. When I want compiled server@server-AU194AA-A2L-CQ5123F ~/darkstar $ make g++ -std=c++1y -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr//include/luajit-2.0 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DTAOCRYPT_DISABLE_X86ASM -g -DNDEBUG -g -O2 -MT dsg...
by Desufire
Sat Jul 18, 2015 4:53 pm
Forum: Troubleshooting
Topic: Newly setup local server, cannot create accounts
Replies: 16
Views: 7976

Re: Newly setup local server, cannot create accounts

Try Ashita. I don't know why, but after the June update, Windower has been acting up when creating a new character. Me and a Gm on my server were able to create new using Ashita but not with Windower. It's weird because we've had new players join and a few of them use Windower and they didn't have a...
by Desufire
Fri Jul 17, 2015 4:20 pm
Forum: Contributing
Topic: item_mods update
Replies: 11
Views: 7504

Re: item_mods update

Well, he said he's done for now. I'll be submitting the pull request later today after I do a bunch of reading on how to. Something I never got the hang of lol. So, I'm not sure what I'm doing wrong, but every time I go to submit a Pull Request, it shows me EVERY commit I've made to every branch. I...
by Desufire
Thu Jul 16, 2015 10:04 pm
Forum: Contributing
Topic: item_mods update
Replies: 11
Views: 7504

Re: item_mods update

Well, he said he's done for now. I'll be submitting the pull request later today after I do a bunch of reading on how to. Something I never got the hang of lol. So, I'm not sure what I'm doing wrong, but every time I go to submit a Pull Request, it shows me EVERY commit I've made to every branch. I...
by Desufire
Thu Jul 16, 2015 7:30 am
Forum: Contributing
Topic: item_mods update
Replies: 11
Views: 7504

Re: item_mods update

Well, he said he's done for now. I'll be submitting the pull request later today after I do a bunch of reading on how to. Something I never got the hang of lol.