Search found 669 matches

by bluekirby0
Fri Jul 04, 2014 7:39 am
Forum: Troubleshooting
Topic: Blade: Rin
Replies: 4
Views: 2705

Re: Blade: Rin

What are your client and server versions?
by bluekirby0
Wed Jun 25, 2014 6:25 am
Forum: Troubleshooting
Topic: TP issues
Replies: 2
Views: 2104

Re: TP issues

Keep in mind this change has no practical effect. Everything tp-related is just multiplied by 10.
by bluekirby0
Fri Jun 20, 2014 9:11 pm
Forum: Server Setup & Guides
Topic: Server Setup - Gear Question
Replies: 1
Views: 1887

Re: Server Setup - Gear Question

You either have to modify the client to allow wearing said gear, or you will need to use macros to equip it. Not sure if macros will actually work, but they bypass a lot of the client's built-in protections. If you decide to modify the client, get polutils and a hex editor handy...we probably won't ...
by bluekirby0
Fri Jun 20, 2014 9:06 pm
Forum: Server Setup & Guides
Topic: All crafts HQ?
Replies: 9
Views: 4912

Re: All crafts HQ?

The idea is to just use a loop to simplify the code...Assuming smithing is the first and cooking is the last, it'd look something like this: //NQ if you have guild synth support for(auto i = EFFECT_SMITHING_IMAGERY; i <= EFFECT_COOKING_IMAGERY; i++) { if (PChar->StatusEffectContainer->HasStatusEffec...
by bluekirby0
Fri Jun 20, 2014 6:44 am
Forum: Troubleshooting
Topic: Linux Server - Make Fail
Replies: 9
Views: 4577

Re: Linux Server - Make Fail

I didn't seriously think anyone would run this thing off of a production server that provides any other significant service...with the code being in a constant state of change its rather risky to put it next to anything vital enough to merit a strong focus on stability. It'd be pretty easy for a mem...
by bluekirby0
Thu Jun 19, 2014 3:29 pm
Forum: Scripting
Topic: Like add system msg
Replies: 5
Views: 3101

Re: Like add system msg

Unless you mean you want to change the message everyone sees when they login, in which case you would need to do a bit more to change it while the game is running... You would want to track that down from where the config code is read to find where the server message is stored and add another method...
by bluekirby0
Thu Jun 19, 2014 3:25 pm
Forum: Troubleshooting
Topic: Restarter issue.
Replies: 1
Views: 1619

Re: Restarter issue.

Ask whoever wrote the restarter you are using.
by bluekirby0
Thu Jun 19, 2014 3:24 pm
Forum: Server Setup & Guides
Topic: VPS Guide / recommendation
Replies: 14
Views: 7462

Re: VPS Guide / recommendation

I'd make a used car salesman joke but its too obvious...
by bluekirby0
Thu Jun 19, 2014 5:51 am
Forum: Suggestions
Topic: Helping out - beginner-intermediate c++ programmer
Replies: 9
Views: 9505

Re: Helping out - beginner-intermediate c++ programmer

The code *is* daunting. Unless you want to try adding a config option to the server (which would be one of the simplest tasks to get started) you might want to just take some time to study parts that interest you until you understand it well enough to hack away.
by bluekirby0
Thu Jun 19, 2014 5:42 am
Forum: Scripting
Topic: Add all key items
Replies: 4
Views: 2896

Re: Add all key items

Expect missions and/or quests to have odd side-effects doing this...