Raised This Month: $32 Target: $400
 8% 

Module: Rage


Post New Thread Reply   
 
Thread Tools Display Modes
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-10-2013 , 12:42   Re: Module: Rage
Reply With Quote #151

No, MOTD is handled on the client, you can do nothing. But, it might be increased in the cs1.6 beta, it has been asked (https://github.com/ValveSoftware/ste...ux/issues/1284).
__________________
Arkshine is offline
r0ck
Senior Member
Join Date: Jun 2011
Location: India
Old 02-10-2013 , 12:51   Re: Module: Rage
Reply With Quote #152

Quote:
Originally Posted by Arkshine View Post
No, MOTD is handled on the client, you can do nothing. But, it might be increased in the cs1.6 beta, it has been asked (https://github.com/ValveSoftware/ste...ux/issues/1284).
Ohk Thanks , i thought cs 1.6 beta is only for mac/linux and no more updates will be coming for windows, but i just searched and found they also on windows I just read that thread and as you said there must be an explanation on this limit ... well hopefully waiting is the solution..
__________________
Preparing to release my plugins..
r0ck is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 02-16-2013 , 04:30   Re: Module: Rage
Reply With Quote #153

Quote:
Originally Posted by joaquimandrade View Post
Ok fellow i spent this last hours doing something for you that I hope it works as you wish.

First download the new Rage Beta 2 (it's a must) that I took advantage to upload after fixing bugs and stuff that we checked. Then download the file "module_hambot_bin.zip" it should have everything needed there. If it works tell arkshine to make you a signature.

After installing this:
Before anything check if you have errors with the command "rage errors"

Then in plugins do like:

PHP Code:
RegisterHam(Ham_Spawn,"czbot","OnSpawn"
____________________

About the update:

French guy that is close friend of connor: now I know the reason to "rage handlers" crash (is because of string handling) but i didn't fix it because I need to fully update rage to have a new class to manage strings because working with char* is a pain and can fuck up in specific conditions and stuff like that.

Warning for Connor and anyone that is coding a sub module:
I update the class FunctionForModule so download the new src file you can find in rage src or in the src of the module on this post.
Ok after CS1.6 updated i can confirm this module crash on server start. I'm using CSbot enable plugin, but i need to this module.

The only detail i can give:
- Current Official Amxmodx build 1.8.2.
- Current hamsandwich updated 1.3 + new hamdata.ini for 2013 cs1.6 update.
- Metamod-p
- Current Rage build.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 02-17-2013 , 03:32   Re: Module: Rage
Reply With Quote #154

Quote:
Originally Posted by yokomo View Post
Ok after CS1.6 updated i can confirm this module crash on server start. I'm using CSbot enable plugin, but i need to this module.

The only detail i can give:
- Current Official Amxmodx build 1.8.2.
- Current hamsandwich updated 1.3 + new hamdata.ini for 2013 cs1.6 update.
- Metamod-p
- Current Rage build.
I'm pretty sure you cant use the "cz bots" on cs1.6 still.. that sub module will only work if its cz

Last edited by Doc-Holiday; 02-17-2013 at 03:35.
Doc-Holiday is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 02-17-2013 , 04:13   Re: Module: Rage
Reply With Quote #155

Quote:
Originally Posted by Doc-Holiday View Post
I'm pretty sure you cant use the "cz bots" on cs1.6 still.. that sub module will only work if its cz
No, i currently use csbot on current cs16 2013 hlds. It patch mp.dll and enable bot feature only. But i really need this module to hook czbot on ham forward. This sub module work on mp.dll from cs1.6 too, maybe the new update changed something.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 02-17-2013 , 12:40   Re: Re: Module: Rage
Reply With Quote #156

Quote:
Originally Posted by yokomo View Post
No, i currently use csbot on current cs16 2013 hlds. It patch mp.dll and enable bot feature only. But i really need this module to hook czbot on ham forward. This sub module work on mp.dll from cs1.6 too, maybe the new update changed something.
Czbots on cstrike are illegal isc what I'm saying
Doc-Holiday is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 02-17-2013 , 22:47   Re: Module: Rage
Reply With Quote #157

Quote:
Originally Posted by yokomo View Post
Ok after CS1.6 updated i can confirm this module crash on server start. I'm using CSbot enable plugin, but i need to this module.

The only detail i can give:
- Current Official Amxmodx build 1.8.2.
- Current hamsandwich updated 1.3 + new hamdata.ini for 2013 cs1.6 update.
- Metamod-p
- Current Rage build.
You will need a signature in this file

"addons/rage/functions/mod/CCSBot_CCSBot"

Or the new offset.
__________________
joaquimandrade is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 02-18-2013 , 01:34   Re: Module: Rage
Reply With Quote #158

Quote:
Originally Posted by joaquimandrade View Post
You will need a signature in this file

"addons/rage/functions/mod/CCSBot_CCSBot"

Or the new offset.
Already have this file:
Code:
"CCSBot::CCSBot"
{
    handler : ptr__ptr
	
    identifiers
    {
		cstrike
		{
			windows
			{
				0x219B0
			}
			
			linux
			{
				__6CCSBot
			}
		}
    }
}
Can you update the offset to current hlds build (Windows OS):
Code:
version
Protocol version 48
Exe version 1.1.2.7 (cstrike)
Exe build: 14:59:51 Feb 13 2013 (5956)
Thanks.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019

Last edited by yokomo; 02-18-2013 at 01:34.
yokomo is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-18-2013 , 05:41   Re: Module: Rage
Reply With Quote #159

Code:
"CCSBot::CCSBot"
{
    handler : ptr__ptr
    
    identifiers
    {
        cstrike
        {
            windows
            {
                {0x53,0x56,0x57,0x8B,*,0xE8,*,*,*,*,0xBF}
            }
            
            linux
            {
                _ZN6CCSBotC2Ev
            }
        }
    }
}
__________________
Arkshine is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 02-18-2013 , 07:24   Re: Module: Rage
Reply With Quote #160

Quote:
Originally Posted by Arkshine View Post
Code:
"CCSBot::CCSBot"
{
    handler : ptr__ptr
    
    identifiers
    {
        cstrike
        {
            windows
            {
                {0x53,0x56,0x57,0x8B,*,0xE8,*,*,*,*,0xBF}
            }
            
            linux
            {
                _ZN6CCSBotC2Ev
            }
        }
    }
}
Tested, this signature works fine on current hlds (5956) build, again thank you Arkshine
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019

Last edited by yokomo; 02-18-2013 at 07:25.
yokomo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode