Some fixes

07/19/2015 14:30 Avalion#1
no one fixes this anyway #closed
05/19/2016 17:01 Burdenz2007#2
Edit: Got it already. :D
09/10/2016 14:55 TheCab#3
Quote:
Originally Posted by Avalion View Post
Well, since it was leaked and no reason to sell it anymore cause dem leechers, I shall release some small fixes.
First of all, thanks to Meher for leaking some of my edits thinking it'd hurt the server which he was fired at.


V19 Proplang
If you dont switch the fonts to the new style, you will have to do what I did in iTheme for Secret room and Guild stuff or else you'll crash when the text comes up. Happens because the font would be null

Taskbar + Actionslot


Navigator -> Uses __NAV_FIX defines
Limits Navigator size to the proper flyff size.


Chat Resize Fix for v19
CWndChat::SetWndRect
Code:
	AdjustMinRect(&rectWnd, 16 * 18, 16 * 3);


Market with AddMenu_Teleport
Uses the new Character_inc params, AddMenu_teleport and ForceMenu


TargetInformation
Changed so it opens from AppletFunc so it stores the user's location in the regdata. What needs to be done is a chat fix.


Private Message Type Box
CWndMessage::OnDraw
Code:
	CWndEdit* pWndEdit = (CWndEdit*)GetDlgItem(WIDC_EDIT);
	if (pWndEdit->m_wndScrollBar.GetScrollPos() != pWndEdit->m_wndScrollBar.GetMaxScrollPos())
		pWndEdit->m_wndScrollBar.SetMaxScrollPos();

Party Text
SubLootDropMobParty
Code:
					CString wew;
					wew.Format("%s has received: %s", pGetUser->GetName(), pItemBase->GetProp()->szName);
					((CUser*)pMember)->AddText(wew);
thanks for your thread, but how about this how can i fix this?
status on my taskbar part? and exp tooltip i think?

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