Some fixes

Post Reply
Nixx
Posts: 12
Joined: Thu Jul 26, 2012 5:30 am

Some fixes

Post by Nixx » Wed Sep 12, 2012 5:51 am

Issue with curaga crashing the server was a simple error in the SQL, Valid targets was set to 17 instead of 3
spell_list.sql.patch
(1.73 KiB) Downloaded 181 times
other OP Warps working (Dunes is still giving issues with the return will get that finished up in a day or 2)
conquestguards.lua.patch
(1.1 KiB) Downloaded 191 times
Absorb TP
absorb-tp.lua.txt
(946 Bytes) Downloaded 192 times
Erase
erase.lua.patch
(6.35 KiB) Downloaded 184 times
Repose
repose.lua.txt
(897 Bytes) Downloaded 181 times

Nixx
Posts: 12
Joined: Thu Jul 26, 2012 5:30 am

Re: Some fixes

Post by Nixx » Wed Sep 12, 2012 6:05 am

Poison Breath fix (level 50 mobs killing level 75's in seconds)
Poison_Breath.lua.patch
(414 Bytes) Downloaded 200 times
Regen Collar
regen_collar.lua.txt
(655 Bytes) Downloaded 214 times
Sharpshot
sharpshot.lua.patch
(506 Bytes) Downloaded 201 times
Chocobo Whistle
chocobo_whistle.lua.txt
(3.35 KiB) Downloaded 208 times
(i had a ton of food fixed but someone beat me to it lol)
Last edited by Nixx on Wed Sep 12, 2012 9:12 pm, edited 2 times in total.

Nixx
Posts: 12
Joined: Thu Jul 26, 2012 5:30 am

Re: Some fixes

Post by Nixx » Wed Sep 12, 2012 6:19 am

Castle Zvahl Baileys teleporter fix
Zone.lua.patch
(587 Bytes) Downloaded 226 times
Abdhaljs Isle-Purgonorgo Removed pvp from the zone (it crashes server)
Zone.lua.patch
AIP
(452 Bytes) Downloaded 226 times

User avatar
diatanato
Developer
Posts: 112
Joined: Thu Aug 30, 2012 9:59 pm

Re: Some fixes

Post by diatanato » Wed Sep 12, 2012 6:21 am

Nixx wrote:Issue with curaga crashing the server was a simple error in the SQL, Valid targets was set to 17 instead of 3
but must be 31

salted_hare.lua is slice_of_salted_hare.lua and we have it

Nixx
Posts: 12
Joined: Thu Jul 26, 2012 5:30 am

Re: Some fixes

Post by Nixx » Wed Sep 12, 2012 6:45 am

Valid target 3 is party member only in my build o.0 don't even have any spells with 31

And i removed salted hare

User avatar
diatanato
Developer
Posts: 112
Joined: Thu Aug 30, 2012 9:59 pm

Re: Some fixes

Post by diatanato » Wed Sep 12, 2012 7:52 am

Nixx wrote:Valid target 3 is party member only in my build o.0 don't even have any spells with 31
you can cast curaga on self, player_party, enemy, player_alliance and player

P.S. this value (17) from client database (check POLUtils first)

Nixx
Posts: 12
Joined: Thu Jul 26, 2012 5:30 am

Re: Some fixes

Post by Nixx » Wed Sep 12, 2012 10:17 am

the patch i posted was to fix server stability and i just matched up the target id with other curaga's srry >.< still kinda new at this and in my first year of college for computer programming lol. (meaning im still doing prerequisites)

Nixx
Posts: 12
Joined: Thu Jul 26, 2012 5:30 am

Re: Some fixes

Post by Nixx » Wed Sep 12, 2012 9:09 pm

Tested it with 31 like you said and it crashed the server >.<

http://wiki.ffxiclopedia.org/wiki/Curaga

User avatar
diatanato
Developer
Posts: 112
Joined: Thu Aug 30, 2012 9:59 pm

Re: Some fixes

Post by diatanato » Wed Sep 12, 2012 10:08 pm

Nixx wrote:Tested it with 31 like you said and it crashed the server >.<
it is a reason for code correction. it is not necessary to spoil a database instead

Zedingo
Developer
Posts: 85
Joined: Tue Aug 14, 2012 12:24 pm

Re: Some fixes

Post by Zedingo » Thu Sep 13, 2012 12:28 am

I agree with dia here. It's much easier to fix your server's code than to edit the database.

Post Reply