delivery system crashes server
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
Re: delivery system crashes server
posting a bug about the npcs in al zahbi being misnamed, and heres the code for the al zahbi npcs, not 100% on the text they are saying but it seems like it would be right, until the besieged possibly gets implemented im not worried about it
Edit: meant besieged
Edit: meant besieged
- Attachments
-
- alzahbi delivery npcs.patch
- Al Zahbi Delivery NPCS
- (2.98 KiB) Downloaded 340 times
Last edited by joshr45 on Wed Apr 17, 2013 8:41 pm, edited 1 time in total.
Re: delivery system crashes server
m_PItem = NULL; - бесполезное действие, потому что в самом конце метода мы обнуляем весь массив memset(m_PItem, 0, sizeof(m_PItem));kjLotus wrote:try now josh, r3278
Re: delivery system crashes server
diatanato wrote:m_PItem = NULL; - бесполезное действие, потому что в самом конце метода мы обнуляем весь массив memset(m_PItem, 0, sizeof(m_PItem));kjLotus wrote:try now josh, r3278
derp ><
i was getting double deletes and i wasn't sure why, i guess i didn't read ucontainer enough (sent whasf a patch right before bed to test..)
i found the problem in 3280 though, so i'll get rid of that assignment
Re: delivery system crashes server
also one thing i forgot to test was sending gil, yeah it only lets me try to send 64 gil in first slot and 160 in 2nd and 3rd slot when trying to send 1000000, now trying again its 66 gil in first, kinda odd.
Re: delivery system crashes server
ooh, i see i see
for some reason, i didn't cap packets for sending gil, so i'll take a look at that tonight
for some reason, i didn't cap packets for sending gil, so i'll take a look at that tonight
Re: delivery system crashes server
Gil works now, but still an issue with anything past the first slot being not recognized as received in the delivery_box table and it will sit grayed out until manually deleted out of delivery_box tables
[20:44:19][Error] Could not finalize cancel send transaction. PlayerID: 21828 slotID: 5
[20:44:19][Error] Could not finalize cancel send transaction. PlayerID: 21828 slotID: 5
Re: delivery system crashes server
looks to be good now, Fixed in 3289
Re: delivery system crashes server
похоже, что мало кто знает о наличии в игре опции aspect ratio или 4:3 на widescreen всех устраивает ((
Re: delivery system crashes server
yeah...diatanato wrote:похоже, что мало кто знает о наличии в игре опции aspect ratio или 4:3 на widescreen всех устраивает ((
the main thing that bugs me about it is that it's a character specific option in-game, instead of an option in the ffxi config
why would i ever want 16:10 on one character and 4:3 on another?? haha
Re: delivery system crashes server
did you wanna toss in the al zahbi area delivery npcs, i mean they work as long as your talking to the 2 tarus that are where they are supposed to be lol
which is where ive been testing sending stuff from in all the pics
which is where ive been testing sending stuff from in all the pics
- Attachments
-
- alzahbi delivery npcs.patch
- (2.98 KiB) Downloaded 276 times