[Release] Armageddon/Ace Files 1.0.4

04/25/2015 15:06 randeljohnvalencia#226
Sir This Error

[Only registered and activated users can see links. Click Here To Register...]
04/25/2015 19:01 Burdenz2007#227
Quote:
Originally Posted by randeljohnvalencia View Post
Sir This Error

[Only registered and activated users can see links. Click Here To Register...]
The errors says it all to you.
You. Need to Declare the "m_nBuyMode". Search that in your leeched source.
04/25/2015 21:59 aladinia#228
In der VersionCommon.h (World) fehlt die #define __PARTYSKILLS_REFRESH
solltet ihr auch noch dabei adden damit das "Refresh" auch funktioniert.
04/26/2015 02:24 randeljohnvalencia#229
HOw to Declare Sir Burdenz
04/26/2015 08:50 Grening#230
Quote:
Originally Posted by randeljohnvalencia View Post
HOw to Declare Sir Burdenz
Go in your
Code:
Item.h
and search for
Code:
class CItemBase
Then add this below
Code:
int			m_nBuyMode;

It have to look like this
Code:
class CItemBase
{
public:
	OBJID       m_dwObjId;		// ¾ÆÀÌÅÛ ÄÜÅ×ÀÌ³Ê ¾È¿¡¼*ÀÇ ID (¾ÆÀÌÅÛÀÇ ID·Î »ç¿ë)
	DWORD		m_dwObjIndex;	// ¾ÆÀÌÅÛ ÄÜÅ×ÀÌ³Ê ¾È¿¡¼*ÀÇ Index
	DWORD		m_dwItemId;		// ¾ÆÀÌÅÛ ½Äº° À妽º( Property¿¡¼* »ç¿ë )
	int 		m_nExtra;		// °Å·¡½Ã ¹°Ç°°³¼ö or °³ÀλóÁ¡¿¡ µî·ÏÇÑ °¹¼ö 
	TCHAR       m_szItemText[ 32 ];
	int			m_nCost;
	int			m_nBuyMode;
04/26/2015 18:08 randeljohnvalencia#231
sir Grening

Error :(

[Only registered and activated users can see links. Click Here To Register...]
04/26/2015 18:54 Rhyder`#232
Quote:
Originally Posted by randeljohnvalencia View Post
sir Grening

Error :(

[Only registered and activated users can see links. Click Here To Register...]
your error says it's not close with a semi colon. -_-

you this: [Only registered and activated users can see links. Click Here To Register...]
04/27/2015 19:27 Spraystar#233
Arma wann wirste das Update machen mit den Fixxes ?
04/27/2015 22:30 - DK#234
Mein Pc ist kaputt :/ kann bisschen dauern.
04/28/2015 09:27 Spraystar#235
Schade hoffe er geht bald wieder :)
04/30/2015 04:18 Tarosx3#236
Quote:
Originally Posted by Tarosx3 View Post
Why +10 set looks like +5/+6?
I have undefined glowchange from source and using offi SFX folder
Help?

[Only registered and activated users can see links. Click Here To Register...]

Should be like this:

[Only registered and activated users can see links. Click Here To Register...]
Someone can help me with this?
04/30/2015 07:59 kun_sama13#237
Quote:
Originally Posted by Tarosx3 View Post
Someone can help me with this?
try comparing source codes, your source compare to clean v15 maybe it would help
04/30/2015 13:31 IceSharx#238
Servus,

ich kann mir keine Charactere erstellen, der Slot bleibt leer aber Char wird in der DB erstellt (Kein Error)

Ideen ?
04/30/2015 21:38 Burdenz2007#239
Quote:
Originally Posted by Tarosx3 View Post
Someone can help me with this?
Please check your SFX aura. You might have the old aura in your client.
Equip also your rings, earnings and have them to +20 upgrade. Try and compare. If none the source might be reading a old glow.





-Moose
05/01/2015 15:42 kun_sama13#240
Quote:
Originally Posted by IceSharx View Post
Servus,

ich kann mir keine Charactere erstellen, der Slot bleibt leer aber Char wird in der DB erstellt (Kein Error)

Ideen ?
Send Error Log Here and Try Executing Database Files Again It Might Help