Search found 516 matches

by PrBlahBlahtson
Sat May 04, 2013 8:28 pm
Forum: Server Setup & Guides
Topic: Outpost warps?
Replies: 2
Views: 2379

Re: Outpost warps?

Handled in conquest.lua if you want to gouge your eyes out. Unlocking is a bitmask of something like 25 values, the first 5 aren't used, and I believe the second to last is empty as well. Setting those bits to 1 will make your menu messy, though. Edit: Decided to explore this and write it down somew...
by PrBlahBlahtson
Sat May 04, 2013 8:24 pm
Forum: Contributing
Topic: DRG Spirit Surge
Replies: 24
Views: 12143

Re: DRG Spirit Surge

- Spirit Surge should raise DRG's max HP by 25% of the wyvern's max HP - Super Jump should reduce enmity of person behind DRG by 50% during Spirit Surge Haven't tried it, shooting from the hip, been a while, haven't even looked at your patch to see if what I'm suggesting is impossible, yadda yadda....
by PrBlahBlahtson
Wed Apr 03, 2013 10:41 pm
Forum: Troubleshooting
Topic: Attempt to Dual Box, and it's not working. Please help.
Replies: 7
Views: 5220

Re: Attempt to Dual Box, and it's not working. Please help.

Log in all the way with one copy so that you can see the character before attempting to log in with the second copy. The server can't keep your sessions straight.
by PrBlahBlahtson
Wed Apr 03, 2013 3:44 am
Forum: Bugs
Topic: Tahrongi Canyon crash
Replies: 9
Views: 5320

Re: Tahrongi Canyon crash

kjLotus: int32 addKeyItem(CCharEntity* PChar, uint16 KeyItemID) { return addBit(KeyItemID, PChar->keys.keysList, sizeof(PChar->keys.keysList)); } int32 addBit(uint16 value, uint8* BitArray, uint32 size) { if (!hasBit(value, BitArray, size) && (value < size * 8)) { BitArray[value >> 3] |= (1 << (valu...
by PrBlahBlahtson
Wed Apr 03, 2013 3:29 am
Forum: Contacting The Team
Topic: Newbie question on Darkstar
Replies: 1
Views: 2092

Re: Newbie question on Darkstar

Heh, this is not the darkstar you're thinking of :)
by PrBlahBlahtson
Tue Apr 02, 2013 4:00 am
Forum: Server Setup & Guides
Topic: Server Customization questions
Replies: 2
Views: 2379

Re: Server Customization questions

/conf/ folder, I believe map_server is the one with the servmes near the bottom.

spell_list

There are a few different tools in custom applications for that, actually.
by PrBlahBlahtson
Sun Mar 31, 2013 11:17 pm
Forum: Troubleshooting
Topic: Mob Spell List ID
Replies: 3
Views: 2377

Re: Mob Spell List ID

You might need to do a clean build via Visual C++ for that. The max level of 255 isn't an issue. The error means that the core does not expect a spell list greater than a specific number, and it's seeing that. Sometimes during compile, small updates like that maximum value just don't get picked up, ...
by PrBlahBlahtson
Sat Mar 30, 2013 10:57 am
Forum: Bugs
Topic: The New Retail Update Crashes Client Side
Replies: 61
Views: 28945

Re: The New Retail Update Crashes Client Side

This is for the december update, not the current one.
by PrBlahBlahtson
Sat Mar 30, 2013 10:55 am
Forum: Stress Tests
Topic: Request Users to Help Stress test Server!
Replies: 2
Views: 94498

Re: Request Users to Help Stress test Server!

Watching you guys posture for users is entertaining.
by PrBlahBlahtson
Sat Mar 30, 2013 10:54 am
Forum: Committed
Topic: New Client Version WIP
Replies: 30
Views: 15591

Re: New Client Version WIP

Depends on what SE changed, how long it takes us to find it, and how long it takes to figure it out.