Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. for (auto& mob : CMobPool::GetInstance()->mobs_)
  2. {
  3. if (mob->template_->templateId.Fuse() == 9999999)
  4. continue;
  5.  
  6. POINT p = mob->GetPos();
  7. BotVariables::NextMonsterX = p.x;
  8. BotVariables::NextMonsterY = p.y;
  9.  
  10.  
  11.  
  12.  
  13. int ret = CUISelectChar__SelectCharacter(instance, ID);
  14.  
  15. CLogin::GetInstance()->m_SelectedChar = 0;
  16. CLogin::GetInstance()->m_pic.Assign("101010", 6);
  17.  
  18.  
  19.  
  20. if (CWvsContext::GetInstance()->m_pCharacterData->characterStat.m_Level.Fuse() >= 193)
  21. {
  22. if (CWvsContext::GetInstance()->m_pCharacterData->characterStat.m_Exp.Fuse() > 700111222)
  23. {
  24. CurrentJob = Jobs::Dying;
  25. }
  26. }
  27. }
  28.  
  29.  
  30. if (CWorldMapDlg::GetInstance()->m_MapId == 241020226)
  31.  
  32.  
  33. shu->Hp = CWvsContext::GetInstance()->m_pCharacterData->characterStat.m_Hp.Fuse();
  34. shu->Mp = CWvsContext::GetInstance()->m_pCharacterData->characterStat.m_Mp.Fuse();
  35.  
  36.  
  37. if(CharID == CUserLocal::GetInstance()->m_CharacterID)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement