[Release] Armageddon/Ace Files 1.0.4

01/30/2016 04:14 joshua.green#541
Quote:
Originally Posted by .ACE. View Post
Check the Readme.. You know how to create the password ?
Ahh, yeah got it now it was the ODBC settings.

Thats what I get for not reading it fully.

Many thanks ACE!
02/04/2016 15:33 NoWay | Phoenix#542
If i Attack a [BOSS] Monster WorldServer Crash o.o

Upresia 1 + Upresia 2
Herneos 1 + Herneos 2
Sanpress 1 + Sanpress 2

Edit:
Monster Name: <Lvl.1>
Monster HP: 1/1

//Edit~Fixxed
02/05/2016 20:41 .HeyEyay.#543
Bug Found on Petfilter. When you check the CARDS and Click Apply then check again the petfilter and becomes uncheck again

--SORRY FOR MY ENGLISH
02/28/2016 13:43 Wezzy_Dev#544
Still no update sir Ace?? =(
03/17/2016 11:24 banktakung#545
is this source have backdoor sir ?
03/17/2016 14:39 - DK#546
Quote:
Originally Posted by .HeyEyay. View Post
Bug Found on Petfilter. When you check the CARDS and Click Apply then check again the petfilter and becomes uncheck again

--SORRY FOR MY ENGLISH
Fixed -> new Update Incoming

Quote:
Originally Posted by Wezzy_Dev View Post
Still no update sir Ace?? =(
Give me 1 or 2 weeks ;)

Quote:
Originally Posted by banktakung View Post
is this source have backdoor sir ?
The Ace Production work 100% without any backdoors.
04/02/2016 21:19 Wezzy_Dev#547
any further updates?
04/08/2016 13:05 Wezzy_Dev#548
Azria and other tickets not working how to fix this?
04/08/2016 17:12 jeromerz#549
Here is a little help about the errors.
The crash issue on private shop and item link is caused by a missing code. About the pet filter just remove // on the pet filter function found o AiPet something. :) Next is the v18 boss monster crash just define the atks used by the monsters on defineitem and propitem.txt.

Hope that helps :)
04/08/2016 17:14 Wezzy_Dev#550
Quote:
Originally Posted by jeromerz View Post
Here is a little help about the errors.
The crash issue on private shop and item link is caused by a missing code. About the pet filter just remove // on the pet filter function found o AiPet something. :) Next is the v18 boss monster crash just define the atks used by the monsters on defineitem and propitem.txt.

Hope that helps :)
How about the azria and Coral ticket?
04/08/2016 17:26 jeromerz#551
Quote:
Originally Posted by Wezzy_Dev View Post
How about the azria and Coral ticket?
Check defineWorld.h, layer.inc, and world.inc. If azria and coral is defined
04/08/2016 18:28 Wezzy_Dev#552
Quote:
Originally Posted by jeromerz View Post
Check defineWorld.h, layer.inc, and world.inc. If azria and coral is defined
Its allready Defined but still not working =(
04/09/2016 14:05 .HeyEyay.#553
check your ticket.inc

Code:
// ÀÔÀå±Ç					   x		y		z
II_SYS_TICKET_KEBARAS01 	WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_KEBARAS02		WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_KEBARAS001 	WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_CISLAND01		WI_WORLD_CISLAND	2002	120		855
II_SYS_TICKET_CISLAND02		WI_WORLD_CISLAND	2002	120		855
II_SYS_TICKET_RARTESIA01	WI_WORLD_RARTESIA	1400	120		1287
II_SYS_TICKET_RARTESIA02	WI_WORLD_RARTESIA	1400	120		1287
04/09/2016 15:32 Wezzy_Dev#554
Quote:
Originally Posted by .HeyEyay. View Post
check your ticket.inc

Code:
// ÀÔÀå±Ç					   x		y		z
II_SYS_TICKET_KEBARAS01 	WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_KEBARAS02		WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_KEBARAS001 	WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_CISLAND01		WI_WORLD_CISLAND	2002	120		855
II_SYS_TICKET_CISLAND02		WI_WORLD_CISLAND	2002	120		855
II_SYS_TICKET_RARTESIA01	WI_WORLD_RARTESIA	1400	120		1287
II_SYS_TICKET_RARTESIA02	WI_WORLD_RARTESIA	1400	120		1287
yup we have same ticket .inc
04/10/2016 02:54 Burdenz2007#555
Quote:
Originally Posted by Wezzy_Dev View Post
yup we have same ticket .inc
Then check in the source if the Ticket Function is being properly defined. You may use other Source to compare the code and look out for missing codes.