

Hesher
Banned-
Content Count
35 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Hesher

-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Much easy if you add in offlineshop_manager.cpp in function void COfflineShopManager::AddItem if (ch->IsCubeOpen() || ch->IsAcceOpen()) { ch->ChatPacket(CHAT_TYPE_INFO, "You cannot do this."); return ; } and in char.cpp in function void CHARACTER::OpenMyOfflineShop the same thing
-
This is solution for revive time 0.
-
Try to incubate an egg :-/
-
colorinfo.py CHR_NAME_RGB_OFFLINE_SHOP = (255, 140, 0) http://www.rapidtables.com/web/color/RGB_Color.htm just edit ”255, 140 , 0” with your color code
-
Input_main.cpp
-
char chatbuf[CHAT_MAX_LEN + 1]; #ifdef ENABLE_CHAT_COLOR_SYSTEM // static const char* colorbuf[] = {" |h|r[寔햇?|cFFffa200|h", " |h|r[遁鞍?|cFFff0000|h", " |h|r[讀安?|cFFffc700|h", " |h|r[警仰]|cFF000bff|h"}; // Arab static const char* colorbuf[] = {"|cFFffa200|H|h[STAFF]|h|r", "|cFFff0000|H|h[Rosu]|h|r", "|cFFffc700|H|h[Galben]|h|r", "|cFF000bff|H|h[Albastru]|h|r"}; int len = snprintf(chatbuf, sizeof(chatbuf), "%s %s : %s", (ch->IsGM()?colorbuf[0]:colorbuf[MINMAX(0, ch->GetEmpire(), 3)]), ch->GetName(), buf); #else int len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(),
-
For respawn time , open cmd_general.cpp and search : if (iTimeToDead > 170) replace with if (iTimeToDead > 180) because 180 = 0 sec
-
Penger item_scale is incomplete , miss some functions
-
Problem is just in PM or PM and chat?
-
Check in uitooltip.py class HyperlinkItemToolTip(ItemToolTip):
-
Are you fucking seriously?
-
Look at this ...you must add not remove.
-
On type 16 nothing work. I try
-
Another solution is : search in game.py if debugInfo.IsDebugMode() self.ToggleDebugInfo() replace with #if debugInfo.IsDebugMode() #self.ToggleDebugInfo()