ZeroCrazy Posted May 6, 2018 Report Share Posted May 6, 2018 Hola! Abro un tema porque por más que he buscado y buscado y probado nada me ha resuelto el error que estoy teniendo ahora mismo... Cuando añado bonus a un arma se añaden al instante, pero cuando quiero cambiarlos después de haber utilizado 1, debo esperar 10 minutos para volver a utilizar otro. He probado de ir al config de channel1_1 y agregar el ATTR_CHANGE_LIMIT: 0 pero aún así no ha servidor de nada... ¿alguien puede ayudarme por favor? Foto: Spoiler Magnus 1 Link to comment Share on other sites More sharing options...
NazoX Posted May 6, 2018 Report Share Posted May 6, 2018 char_item.cpp borras todo esto o le pones // al principio y al final para desactivar la función. if (pPC) { DWORD dwNowMin = get_global_time() / 60; DWORD dwLastChangeItemAttrMin = pPC->GetFlag(msc_szLastChangeItemAttrFlag); if (dwLastChangeItemAttrMin + dwChangeItemAttrCycle > dwNowMin) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¼Ó¼ºÀ» ¹Ù²ÛÁö %dºÐ À̳»¿¡´Â ´Ù½Ã º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.(%d ºÐ ³²À½)"), dwChangeItemAttrCycle, dwChangeItemAttrCycle - (dwNowMin - dwLastChangeItemAttrMin)); return false; } pPC->SetFlag(msc_szLastChangeItemAttrFlag, dwNowMin); } Link to comment Share on other sites More sharing options...
ZeroCrazy Posted May 6, 2018 Author Report Share Posted May 6, 2018 Dónde se encuentra char_item.cpp? Link to comment Share on other sites More sharing options...
NazoX Posted May 6, 2018 Report Share Posted May 6, 2018 En el source de tu game, /usr/src/novaline/Srcs/game/src buscas el archivo. Link to comment Share on other sites More sharing options...
NazoX Posted May 6, 2018 Report Share Posted May 6, 2018 En el source de tu game, /usr/src/novaline/Srcs/game/src buscas el archivo. Link to comment Share on other sites More sharing options...
ZeroCrazy Posted May 6, 2018 Author Report Share Posted May 6, 2018 Vale ahora tiene sentido, es que está totalmente vacío en /usr/src/ y no tengo absolutamente nada ahí jajaja.. ¿algún source recomendado? Link to comment Share on other sites More sharing options...
NazoX Posted May 6, 2018 Report Share Posted May 6, 2018 hace 1 minuto, ZeroCrazy dijo: Vale ahora tiene sentido, es que está totalmente vacío en /usr/src/ y no tengo absolutamente nada ahí jajaja.. ¿algún source recomendado? Háblame si quieres por skype o mensaje privado aquí, mi skype es : krone.krone2 un saludo. Link to comment Share on other sites More sharing options...
Recommended Posts