Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007340

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (0)No (0)
Photo

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.

Posted Image

using the latest revision. the booking system for 2012-04-10aRagexe is still not working lol.

Posted Image
[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

Hmm. But on RagexeRE is working right?
With 0x091D, can you use the other functions of booking system?

Hmm. But on RagexeRE is working right?
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.




@mkbu95 can you correct a minor typo on packet.h?

the #ifndef PACKETVER_RE to #ifdef PACKETVER_RE

line 1897 thanks

that is not a typo, the packets in that #ifndef packet is for ragexe (not ragexeRE).

i tried to use it. if i use #ifndef it will not work. just an example on this.

you have to uncomment the PACKETVER_RE thing when using ragexe, thats why the ifndef didnt work for you.

Already committed it Thanks!

If anyone is having issues, keep 'em coming 'til we solve 'em

Ind 
changed status to: Needs More Info

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.