Jump to content

10 minutes waiting time for bonus switch


Recommended Posts

hi,

ii need you help,

with GM i dont have any problem with bonus switch but as a player i must wait 10 minutes for every bonus switch.

is there a away to fix it? maybe in src too

 

40K game 

 

1.) in der config : ATTR_CHANGE_LIMIT: 0

2.) /e change_itemattr_cycle 0 (something like this) i have tryed it but i didnt fined any way to fix it.

i search and didnt find anything

please help me

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Open char_item.cpp and search:

 

                                            DWORD dwLastChangeItemAttrMin = pPC->GetFlag(msc_szLastChangeItemAttrFlag);

                                            if (dwLastChangeItemAttrMin + dwChangeItemAttrCycle > dwNowMin)
                                            {
                                                ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» ¹Ù²ÛÁö %dºĞ À̳»¿¡´Â ´Ù½Ã º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.(%d ºĞ ³²À½)"),
                                                        dwChangeItemAttrCycle, dwChangeItemAttrCycle - (dwNowMin - dwLastChangeItemAttrMin));
                                                return false;
                                            }

 

replace with:

 

                                            // DWORD dwLastChangeItemAttrMin = pPC->GetFlag(msc_szLastChangeItemAttrFlag);

                                            // if (dwLastChangeItemAttrMin + dwChangeItemAttrCycle > dwNowMin)
                                            // {
                                                // ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» ¹Ù²ÛÁö %dºĞ À̳»¿¡´Â ´Ù½Ã º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.(%d ºĞ ³²À½)"),
                                                        // dwChangeItemAttrCycle, dwChangeItemAttrCycle - (dwNowMin - dwLastChangeItemAttrMin));
                                                // return false;
                                            // }

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.