Heya, can you tell me how to modify this in my server?Rikcrea wrote:Server Status: ONLINE
NO RE ENGAGE DELAY
Omstart Server OPEN
Re: Omstart Server OPEN
Re: Omstart Server OPEN
look near line 304 og src/map/ai/ai_char_normal.cppRenO wrote:Heya, can you tell me how to modify this in my server?Rikcrea wrote:Server Status: ONLINE
NO RE ENGAGE DELAY
However removing the delay entirely is extremely exploitable particularly with high delay weaponry. I'm hoping to get a setting into trunk to allow adjusting the total delay by percentage of retail's delay. around 85% seems fairly safe and less agonizingly slow.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Omstart Server OPEN
I am confused by this. How would you exploit? You mean character attacks. Disengage, reengage, immediately attack again, disengage, reengage, attack again, etc? Or do you mean timing hits?teotwawki wrote:look near line 304 og src/map/ai/ai_char_normal.cpp
However removing the delay entirely is extremely exploitable particularly with high delay weaponry. I'm hoping to get a setting into trunk to allow adjusting the total delay by percentage of retail's delay. around 85% seems fairly safe and less agonizingly slow.
Re: Omstart Server OPEN
The reason the delay exists is because on retail people were able to use a specially formed macro to get near 100 fists effect with disengage/reengage. SE "fixed" it by making reengage take forever, there was still a way to do it after, but it was at least harder and easier to catch people trying it.Delaide wrote:I am confused by this. How would you exploit? You mean character attacks. Disengage, reengage, immediately attack again, disengage, reengage, attack again, etc? Or do you mean timing hits?teotwawki wrote:look near line 304 og src/map/ai/ai_char_normal.cpp
However removing the delay entirely is extremely exploitable particularly with high delay weaponry. I'm hoping to get a setting into trunk to allow adjusting the total delay by percentage of retail's delay. around 85% seems fairly safe and less agonizingly slow.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Omstart Server OPEN
Is the delay this 1500 value in :
src/map/ai/ai_char_normal.cpp :
m_LastMeleeTime = m_Tick - m_PChar->m_Weapons[SLOT_MAIN]->getDelay() + 1500;
src/map/ai/ai_char_normal.cpp :
m_LastMeleeTime = m_Tick - m_PChar->m_Weapons[SLOT_MAIN]->getDelay() + 1500;
Re: Omstart Server OPEN
It adds m_LastMeleeTime and your weapon delay at line 304 (yes, weapon delay is counted twice, 1 is the current weapon and 1 is the weapon you last swung).
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Omstart Server OPEN
anybody manage to log in yet or what?
the ip doesnt work
the ip doesnt work
Re: Omstart Server OPEN
how do you access this server? its been awhile since i played and most are using windower
Re: Omstart Server OPEN
Most players that play on private servers use Ashita, not Windower. A select few servers use Windower because Ashita is blacklisted for their server due to them profiting off our work.etnuh wrote:how do you access this server? its been awhile since i played and most are using windower
Re: Omstart Server OPEN
atom0s wrote:Most players that play on private servers use Ashita, not Windower. A select few servers use Windower because Ashita is blacklisted for their server due to them profiting off our work.etnuh wrote:how do you access this server? its been awhile since i played and most are using windower
ok i never used ashita i will look into it thanks