Search found 52 matches

by whitevamp
Fri Apr 05, 2013 2:36 pm
Forum: Scripting
Topic: missing food items
Replies: 2
Views: 1783

missing food items

here is a list of some missing food items.

Code: Select all

grilled_lik.lua
loach_gruel.lua
loach_slop.lua
loach_soup.lua
meatloaf.lua
meatloaf_+1.lua
mushroom_salad.lua
serving_of_patriarch_sautee.lua
by whitevamp
Fri Apr 05, 2013 2:07 pm
Forum: Committed
Topic: Cyclone WS needs to be AOE
Replies: 3
Views: 2852

Re: Cyclone WS needs to be AOE

whitevamp i will try this on my server oke :) so you can test it out yourself also haha let me know when you can come on irc so we can talk oke (fantasyworld channel) greetings michael talk to you soon, so we can run trough more things if you want sounds good, ill have to level my thf a bit more on...
by whitevamp
Fri Apr 05, 2013 2:04 pm
Forum: Scripting
Topic: missing items big list.
Replies: 2
Views: 1851

Re: missing items big list.

kjLotus wrote:auto-regen is a mod, it no longer is added via lua

(which is why i deleted all of those scripts before)
ok thx.
i will redo the patch file, sence there is some food items in the patch, and resubmit it.
by whitevamp
Fri Apr 05, 2013 12:33 am
Forum: Scripting
Topic: missing items big list.
Replies: 2
Views: 1851

missing items big list.

removed, and I am re submitting the food items separately, and with out the armor items per what kjLotus had said about the auto regen being put as part of core.
by whitevamp
Fri Apr 05, 2013 12:01 am
Forum: Contributing
Topic: Celebratory_Chest_and_Matrimonial_Coffer
Replies: 0
Views: 1976

Celebratory_Chest_and_Matrimonial_Coffer

this is the LUA scripts and *.sql changes for Celebratory_Chest_and_Matrimonial_Coffer PS: sorry if this is in the wrong section as the scripting section says only LUA changes, where this also has *.sql changes aswell. EDIT: redid the patch file, as i was told the item ids need to be in hex not Deci...
by whitevamp
Thu Apr 04, 2013 11:48 pm
Forum: Bugs
Topic: thf WS "Cyclone" is single
Replies: 1
Views: 1652

Re: thf WS "Cyclone" is single

i have created a patch file for this.
see
http://forums.dspt.info/viewtopic.php?f=20&t=1100
by whitevamp
Thu Apr 04, 2013 11:47 pm
Forum: Committed
Topic: Cyclone WS needs to be AOE
Replies: 3
Views: 2852

Cyclone WS needs to be AOE

this is to fix Cyclone WS. in the db.
that was posted here
http://forums.dspt.info/viewtopic.php?f=15&t=1099

for info on the WS see http://wiki.ffxiclopedia.org/wiki/Cyclone
by whitevamp
Fri Mar 29, 2013 4:44 pm
Forum: Custom Applications and Tools
Topic: Roster of players online
Replies: 16
Views: 23868

Re: Roster of players online

It looks like it is throwing a class PDO not found error, so I'm guessing its potentially an issue with the php version I have installed? If so, would the latest version likely work? is php compiled with pdo support? should see something like this in phpinfo '--enable-pdo=shared', '--with-pdo-mysql...
by whitevamp
Tue Mar 05, 2013 10:33 am
Forum: Custom Applications and Tools
Topic: Roster of players online : redone.
Replies: 7
Views: 4937

Re: Roster of players online : redone.

xoleras20099 wrote:Way to yoink the appearance from a certain other server.
i created this for sinisterskies.
by whitevamp
Mon Mar 04, 2013 6:30 pm
Forum: Custom Applications and Tools
Topic: Roster of players online : redone.
Replies: 7
Views: 4937

Re: Roster of players online : redone.

Something I've noticed with whasf's roster is that GM + Linkshell = no GM flag. Did you encounter that issue as well? yes i did , and then with a lot of research( im not verry good with java.) i added in a hex code check for the gm flag. if (playerData[i].nameflags & 0x0400000) //GM and from my tes...