Jump to content

cncn

Member
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. cncn's post in how Adjust the percentage of stones? was marked as the answer   
    char_item.cpp
     
    find
     
    for (i = 0; i < ITEM_SOCKET_MAX_NUM; ++i) if (item2->GetSocket(i) >= 1 && item2->GetSocket(i) <= 2 && item2->GetSocket(i) >= item->GetValue(2)) { // 석 확률 if (number(1, 100) <= 30) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("메틴석 부착에 성공하였습니다.")); item2->SetSocket(i, item->GetVnum()); } else { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("메틴석 부착에 실패하였습니다.")); item2->SetSocket(i, ITEM_BROKEN_METIN_VNUM); } LogManager::instance().ItemLog(this, item2, "SOCKET", item->GetName()); ITEM_MANAGER::instance().RemoveItem(item, "REMOVE (METIN)"); break; }  
    This line :
    if (number(1, 100) <= 30)  
     
  2. cncn's post in Can anybody convert me some gr2 files from 2.8 to 2.11 ? was marked as the answer   
    Here
     

    This is the hidden content, please Sign In or Sign Up  
    Name: cncn.7z
    Size: 1253454 bayt (1224 KiB)
    SHA256:
    CA6DCD742360700109D231398223D256212F5F7CBA62474C8E9B2E8BDAD90473
     
×
×
  • 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.