Search found 75 matches

by Zedingo
Fri Sep 28, 2012 8:53 pm
Forum: Resources
Topic: Internet Wayback Machine
Replies: 6
Views: 4306

Re: Internet Wayback Machine

One thing to keep in mind is that some mechanics may not have been fully understood back then, so you might find yourself filling in the gaps with more recent knowledge.
by Zedingo
Tue Sep 25, 2012 8:23 am
Forum: Scripting
Topic: Slot definitions for scripting
Replies: 6
Views: 3410

Re: Slot definitions for scripting

I put it in common.lua first and everyone said it should probably be in status.lua

I'm about to say hell with it and make a definitions.lua
by Zedingo
Mon Sep 24, 2012 6:03 pm
Forum: Committed
Topic: Zilart Mission 4 fix.
Replies: 2
Views: 1901

Re: Zilart Mission 4 fix.

And thank ye, kind sir. Now I can get to sky!
by Zedingo
Mon Sep 24, 2012 12:13 am
Forum: Scripting
Topic: Slot definitions for scripting
Replies: 6
Views: 3410

Re: Slot definitions for scripting

Well I guess you'll just have to get that tattoo covered up with something else then, won't you?


BTW, this patch also fixes cure potency and any other script-checking-the-wrong-slot errors.
by Zedingo
Sun Sep 23, 2012 11:24 pm
Forum: Scripting
Topic: Slot definitions for scripting
Replies: 6
Views: 3410

Slot definitions for scripting

Remembering ever-changing numbers for slots are a thing of the past! In future scripts, please use require("scripts/globals/status"); at the top of your script (under the commented description is fine,) and then you may/shall use the following references in your calls to getEquipID or wherever you m...
by Zedingo
Sun Sep 23, 2012 9:16 pm
Forum: Committed
Topic: Zilart Mission 4 fix.
Replies: 2
Views: 1901

Zilart Mission 4 fix.

Mob family was wrong.
by Zedingo
Sun Sep 23, 2012 12:04 pm
Forum: General Chat
Topic: Help needed
Replies: 3
Views: 2664

Re: Help needed

The login server reads from zone_settings to tell clients where to connect. That's the only place you have to put an IP (besides the IP for connecting SQL)
by Zedingo
Sat Sep 22, 2012 1:58 pm
Forum: Scripting
Topic: Cure Potency
Replies: 2
Views: 1904

Cure Potency

Turns out cure potency was calling the wrong slots too. Almost surprised something didn't break when it tried to look at linkshell.

I'll write a better cure potency in a few days, one that uses a new modifier instead of script only. (Will still need the script for latent check on Medicine Ring)
by Zedingo
Sat Sep 22, 2012 6:49 am
Forum: Committed
Topic: Fast Cast from items
Replies: 2
Views: 1923

Re: Fast Cast from items

Thank ye, kind sir
by Zedingo
Sat Sep 22, 2012 4:52 am
Forum: Committed
Topic: Fast Cast from items
Replies: 2
Views: 1923

Fast Cast from items

My best guess is that someone changed how FC worked and didn't update the db. Fast Cast values should be positive for reducing recast, negative for increasing recast.