Jump to content

TAUMP

Premium
  • Posts

    937
  • Joined

  • Last visited

  • Days Won

    22
  • Feedback

    100%

TAUMP last won the day on October 23 2019

TAUMP had the most liked content!

About TAUMP

Informations

  • Gender
    Male
  • Country
    Czech Republic
  • Nationality
    Czech

Recent Profile Visitors

13191 profile views

TAUMP's Achievements

Mentor

Mentor (12/16)

  • Reacting Well
  • Dedicated
  • Very Popular Rare
  • Conversation Starter
  • Week One Done

Recent Badges

1.2k

Reputation

  1. don't take drugs Buy a calculator instead of a gaming PC. Metin2 runs on a fridge, and you're benchmarking a game from the era when YouTube was 240p
  2. { const LPSECTREE_MAP pkMap = SECTREE_MANAGER::instance().GetMap(ch->GetMapIndex()); if (pkMap) { const TMapSetting& s = pkMap->m_setting; const long lMapMaxX = s.iBaseX + s.iWidth; const long lMapMaxY = s.iBaseY + s.iHeight; if (pinfo->lX < s.iBaseX || pinfo->lX >= lMapMaxX || pinfo->lY < s.iBaseY || pinfo->lY >= lMapMaxY) { sys_log(0, "MAP_EDGE: %s reached map boundary at (%ld, %ld), disconnecting", ch->GetName(), pinfo->lX, pinfo->lY); ch->GetDesc()->DelayedDisconnect(0); return; } } } add after ch->SetRotation(pinfo->bRot * 5); ch->ResetStopTime();
  3. you can easy remove password check for test_server: 1
  4. I'm better than @StormyFF and I want to share this beatiful feature! uirefine.py Add at top of file: import chr import chr In class RefineDialogNew(ui.ScriptWindow): add: self.materials = [] Place it under: self.type = 0 In function AppendMaterial(self, vnum, count), after creating thinBoard: thinBoard = self.__MakeThinBoard() thinBoard.SetPosition(50, self.dialogHeight) thinBoard.SetSize(191, 20) Add: materialIndex = len(self.materials) self.materials.append((vnum, count)) thinBoard.SetEvent(lambda: self.OnClickMaterial(materialIndex)) At the end of file add: def OnClickMaterial(self, materialIndex): if materialIndex >= len(self.materials): return if chr.IsGameMaster(0): vnum, count = self.materials[materialIndex] net.SendChatPacket("/item %d %d" % (vnum, count))
  5. Open two clients, mount one, start attacking on the spot, and watch the character move around on the other screen like a bee around a dandelion.
  6. Great! Keep going!
  7. They open same server only they transfer company to london and also use .cc domain and what can do gf when they dont have any "privilegia" outside EU? They can also sent dmca, but who cares kek
  8. because you cant read, was blocked ashia2.cz, not .cc lol
×
×
  • 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.