Jump to content

Hesher

Banned
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

About Hesher

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Hesher's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

3

Reputation

  1. 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
  2. colorinfo.py CHR_NAME_RGB_OFFLINE_SHOP = (255, 140, 0) [Hidden Content] just edit ”255, 140 , 0” with your color code
  3. 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(), buf); #endif
  4. For respawn time , open cmd_general.cpp and search : if (iTimeToDead > 170) replace with if (iTimeToDead > 180) because 180 = 0 sec
  5. Penger item_scale is incomplete , miss some functions
  6. Check in uitooltip.py class HyperlinkItemToolTip(ItemToolTip):
  7. Another solution is : search in game.py if debugInfo.IsDebugMode() self.ToggleDebugInfo() replace with #if debugInfo.IsDebugMode() #self.ToggleDebugInfo()
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.