Issue Information
-
#007340
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (0)
1
booking system doesn't work anymore on 2012-04-10aRagexe and 2012-04-17aRagexe
Posted by bgamez23 on 11 June 2013 - 05:00 PM
before this features is working correctly. but after this update.
4a51fc7e5eec9a464c754d3d1e0ee44da1ca6f72
i'm not sure what revision is that since we don't use revision on git.
i revert back on what changes on that revision.. and it works again.
4a51fc7e5eec9a464c754d3d1e0ee44da1ca6f72
i'm not sure what revision is that since we don't use revision on git.
i revert back on what changes on that revision.. and it works again.
using the latest revision. the booking system for 2012-04-10aRagexe is still not working lol.
[Warning]: clif_parse: Received unsupported packet (packet 0x091d, 18 bytes rece ived), disconnecting session #3.
you still need to add for 20120410
#ifndef PACKETVER_RE
packet(0x091D,18,clif->pPartyBookingRegisterReq,2,4,6);
#endif
#ifndef PACKETVER_RE
packet(0x091D,18,clif->pPartyBookingRegisterReq,2,4,6);
#endif
Hmm. But on RagexeRE is working right?
With 0x091D, can you use the other functions of booking system?
With 0x091D, can you use the other functions of booking system?
yup its working. on the new UI it works normally since there is no blocklist there.Hmm. But on RagexeRE is working right?
With 0x091D, can you use the other functions of booking system?
you have to uncomment the PACKETVER_RE thing when using ragexe, thats why the ifndef didnt work for you.i tried to use it. if i use #ifndef it will not work. just an example on this.
that is not a typo, the packets in that #ifndef packet is for ragexe (not ragexeRE).
@mkbu95 can you correct a minor typo on packet.h?
the #ifndef PACKETVER_RE to #ifdef PACKETVER_RE
line 1897 thanks
Already committed it Thanks!
If anyone is having issues, keep 'em coming 'til we solve 'em
If anyone is having issues, keep 'em coming 'til we solve 'em
changed status to: Needs More Info
was this fixed?
In Aegis makes use sql.
CREATE TABLE [dbo].[PartyBooking]( [Index] [int] IDENTITY(1,1) NOT NULL, [GID] [int] NOT NULL, [MapID] [smallint] NULL, [Level] [smallint] NULL, [Job1] [smallint] NULL, [Job2] [smallint] NULL, [Job3] [smallint] NULL, [Job4] [smallint] NULL, [Job5] [smallint] NULL, [Job6] [smallint] NULL, [ExpireTime] [datetime] NOT NULL,
Edited by Beret, 16 August 2013 - 03:08 PM.