Search found 32 matches

by Davenge
Sat Apr 02, 2016 10:36 pm
Forum: Public Servers
Topic: QuetzRebirth
Replies: 2
Views: 3645

Re: QuetzRebirth

bump! Just turned a year old! Still going!
by Davenge
Tue Aug 11, 2015 4:19 pm
Forum: Public Servers
Topic: QuetzRebirth
Replies: 2
Views: 3645

QuetzRebirth

QuetzRebirth is a small but active server with a lot of fun customizations. We are not an instant gratification server and seek to provide a retail-like experience with some new content and changes to make things easier when it comes to starting over again. We have an active website/forum that lists...
by Davenge
Fri Apr 03, 2015 11:17 am
Forum: Troubleshooting
Topic: Job Abiltities
Replies: 9
Views: 4599

Re: Job Abiltities

It also seems to be anytime job abilities or weapon skills needs an update. Like if you get enough skill ups to get another weaponskill, you don't actually get it. So its not just leveling or job changing. So, the problem is likely pushing the packet to the client but what I can't figure out is why ...
by Davenge
Fri Apr 03, 2015 9:57 am
Forum: Troubleshooting
Topic: Job Abiltities
Replies: 9
Views: 4599

Re: Job Abiltities

So, we get receive packet 100 from the client. I assume it runs its stuff, there's literally like no difference between what I'm running and the main DSP branch. I'm assuming all the charutils work because nothing major was changed there, my server just isn't sending info back to the client? I did a...
by Davenge
Thu Apr 02, 2015 11:19 pm
Forum: Troubleshooting
Topic: Job Abiltities
Replies: 9
Views: 4599

Re: Job Abiltities

Tried everything. I reverted to an old commit before the packet stuff and works fine... odd.
by Davenge
Thu Apr 02, 2015 10:52 pm
Forum: Troubleshooting
Topic: Job Abiltities
Replies: 9
Views: 4599

Re: Job Abiltities

is no one else having this problem on the newest patch?
by Davenge
Thu Apr 02, 2015 11:12 am
Forum: Troubleshooting
Topic: Job Abiltities
Replies: 9
Views: 4599

Job Abiltities

When my players are changing classes their job abilities are not reloading or updating when they level up.

I'm guessing that it's likely packet issues and I'm horrible with packets :(
by Davenge
Thu Apr 02, 2015 12:27 am
Forum: Troubleshooting
Topic: Loss of Attack Animations
Replies: 3
Views: 2266

Loss of Attack Animations

Latest pull from the main project has lost all attack animations... we're staring monsters to death and vice versa.

Any thoughts?
by Davenge
Thu Mar 26, 2015 5:07 pm
Forum: Server Setup & Guides
Topic: scope error on compile
Replies: 3
Views: 2642

Re: scope error on compile

Nevermind, got it. Ubuntu 12.04 didn't use higher than gcc 4.6 and needed at least 4.8 so had to manually install higher version.
by Davenge
Thu Mar 26, 2015 11:20 am
Forum: Server Setup & Guides
Topic: scope error on compile
Replies: 3
Views: 2642

scope error on compile

getting error on compile with SqlHandle, I tried including "map.h" but still no luck. g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr//include/luajit-2.0 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -g -O2 -MT dsgame-ability.o -MD -MP -MF .deps/dsgame-ability.Tpo...