Search found 516 matches

by PrBlahBlahtson
Tue May 21, 2013 2:40 am
Forum: Server Setup & Guides
Topic: Getting others to connect to my server
Replies: 3
Views: 2593

Re: Getting others to connect to my server

... (such as my game crashing when I attack) Sounds like client/server version mismatch. I'd make sure both are either pre-SoA, or post. They don't mix at all. If you're using the "copy and replace files" method to update your client, you need to do that before doing a file check. how exactly do I ...
by PrBlahBlahtson
Tue May 21, 2013 2:36 am
Forum: Troubleshooting
Topic: DSGame-server issue, log included
Replies: 9
Views: 5441

Re: DSGame-server issue, log included

You may have to go to Tools -> Settings and switch to Expert Settings if you haven't already.

Things will look slightly different, but not enough to make anything hard to figure out.
by PrBlahBlahtson
Fri May 17, 2013 9:07 pm
Forum: Troubleshooting
Topic: DSGame-server issue, log included
Replies: 9
Views: 5441

Re: DSGame-server issue, log included

Had the onWeatherChange errors as well, had to clean and rebuild in Visual Studio to fix it.
by PrBlahBlahtson
Thu May 16, 2013 3:24 pm
Forum: Troubleshooting
Topic: Cannot get past [Warning] Client cannot receive packet
Replies: 5
Views: 2992

Re: Cannot get past [Warning] Client cannot receive packet

Pandemonium, huh?

I'd make sure your ports are open on the router, etc. Your zoneip looks correct for the provided IP address. I'm also assuming started the server after the zoneip was set, since SQL data is pretty much only loaded at startup.
by PrBlahBlahtson
Thu May 16, 2013 12:25 pm
Forum: Troubleshooting
Topic: Hamachi - Gameserver trouble
Replies: 3
Views: 2218

Re: Hamachi - Gameserver trouble

ZoneIP.
by PrBlahBlahtson
Tue May 14, 2013 12:30 pm
Forum: Suggestions
Topic: Fafnir
Replies: 5
Views: 4009

Re: Fafnir

The logic that we use for TP moves is something like this: if tp >= 100 and and HP > 25% and random number between 0 and 99 is less than 25 (1 in 4 chance), use TP move else if tp >= 100 and hp <= 25% use TP move else if tp >= 300 use TP move This logic is checked every 3 seconds, if I remember righ...
by PrBlahBlahtson
Sat May 11, 2013 2:22 am
Forum: Contacting The Team
Topic: Modded Rabao NPC
Replies: 4
Views: 3729

Re: Modded Rabao NPC

0x0460 = itemid in hex. Not sure if it's necessary to use Hexadecimal, but hey why not. 1620 is indeed gil.

You shouldn't really need to change anything else to put them in an NPC shop. If you wanted them on the AH or in bazaars maybe, but the nosell flag has zip to do with NPCs selling it.
by PrBlahBlahtson
Sat May 04, 2013 8:44 pm
Forum: General Chat
Topic: ffxi-boot source code?
Replies: 5
Views: 4085

Re: ffxi-boot source code?

Worth noting that FFXI-Boot Mod is built from completely different source, and that the original FFXI-Boot has some flaws.
by PrBlahBlahtson
Sat May 04, 2013 8:40 pm
Forum: Server Setup & Guides
Topic: Rest Regen
Replies: 5
Views: 3421

Re: Rest Regen

Sounds like something might be wrong with /scripts/globals/effects/healing.lua

Unable to duplicate.
by PrBlahBlahtson
Sat May 04, 2013 8:31 pm
Forum: Server Setup & Guides
Topic: PVP and Monster drops
Replies: 4
Views: 2985

Re: PVP and Monster drops

player:setPVPFlag() or some such crap is the official method. Open the zone.lua for either of the two PVP zones from retail.