Jump to content

Endymion

Member
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Everything posted by Endymion

  1. snprintf(szUpgradeAnnouncement, sizeof(szUpgradeAnnouncement), LC_TEXT("Refine info %s %s"), GetName(), buf); "Refine info %s %s"; "<Refine> Player [%s] upgraded item %s with succes!";
  2. Don't look at difference in item names, I used wrong item_proto in client. xd [Hidden Content]
  3. http://workplus.altervista.org/system-guild-safebox/
  4. http://workplus.altervista.org/system-shoulder-sash/
  5. gdb set gnutarget i386-marcel-freebsd file /home/msrv/share/bin/game core /home/msrv/ch1/game1/game.core
  6. import time self.date.SetText(time.strftime("%d %b %Y")) self.time.SetText(time.strftime("%X"))
  7. Group orc_boss { Type limit mob 691 level_limit 1 1 50070 1 400 } try this
  8. char tab[15] = {'/', '>', '<', '|', ';', ':', '}', '{', '[', ']', '%', '#', '@', '^', '&'}; size_t x; for(int i=0;i<15;i++){ x = m_stOfflineShopSign.find(tab); if( x != std::string::npos ) { ChatPacket(CHAT_TYPE_INFO, "xyz"); return; } }
  9. Same here and still don't know how fix this. :/
  10. char_item.cpp find case 50200: and case 71049: then add this code if (IsGM()){ChatPacket(CHAT_TYPE_INFO, "GM Cant open pshop."); return false;}
  11. English or nothing.
  12. [Hidden Content] It isn't your code in cpp, I published it 2 months ago on polish forum. I'm so disappointed, I thought that only in Poland people steal everything what they can. You made little changes in code, but it's still looks too similar to my code.
×
×
  • 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.