Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Episode 7 6class with ingame function

Junior Spellweaver
Joined
Oct 6, 2014
Messages
100
Reaction score
1
Please help.

TYRANNY gui
How to make it draggable?



 
Last edited:
Newbie Spellweaver
Joined
May 2, 2020
Messages
11
Reaction score
0
Credits: Shutelo

Find This On InventoryWindow.cpp

CInnerInterface::GetInstance().SHOW_ITEM_INFO ( sInvenItem.sItemCustom, FALSE, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );


Paste With This :
CInnerInterface::GetInstance().SHOW_ITEM_INFO ( sInvenItem.sItemCustom, bMarketOpen, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );


Find This :
CInnerInterface::GetInstance().SHOW_BOXINFO( sInvenItem.sItemCustom, bMarketOpen, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );

Paste With This :
// CInnerInterface::GetInstance().SHOW_BOXINFO( sInvenItem.sItemCustom, bMarketOpen, FALSE, FALSE, sInvenItem.wPosX, sInvenItem.wPosY );


Success Thank you
 
Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
Here you go legend is that really you?
 
Newbie Spellweaver
Joined
Dec 3, 2015
Messages
51
Reaction score
2
Declaration of Random Buffs in TW is in Tyranny.ini.
if you want to edit that buff check in skill Editor :)

Master I mean Im planning to merge to another Source but i cant find the declaration of the random buff SC
 
Back
Top