Raised This Month: $51 Target: $400
 12% 

[ANY] ASteambot - Arkarr's Steam bot


Post New Thread Reply   
 
Thread Tools Display Modes
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 11-03-2018 , 11:25   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #781

Hello i want install this but i absolutely idk what is it
PHP Code:
//TCP server settings 
//The TCP server port, can be 27018 for exemple : 
TCP_ServerPort=27018 
//The TCP password, you can put WHATEVER YOU WANT, for exemple : MyMegaSecurePasswordr3270532&/(ç%&/ 
TCP_Password
__________________

Last edited by _GamerX; 11-03-2018 at 11:26.
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-03-2018 , 15:58   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #782

Quote:
Originally Posted by _GamerX View Post
Hello i want install this but i absolutely idk what is it
PHP Code:
//TCP server settings 
//The TCP server port, can be 27018 for exemple : 
TCP_ServerPort=27018 
//The TCP password, you can put WHATEVER YOU WANT, for exemple : MyMegaSecurePasswordr3270532&/(ç%&/ 
TCP_Password
The TCP port is used to communicate with the plugins on your server. If you don't know what it is, leave it to 27018. Make sure no servers have this port. (Exemple, no server having an IP like that : 192.168.1.78:27018)

The TCP password can be whatever you want, as indicated by the description. It should be something secure through.

Add me on Steam or reply to this message if you need more informations.
__________________
Want to check my plugins ?
Arkarr is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 11-03-2018 , 16:50   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #783

I get error if i start steam bot
Code:
*************************
11/03/2018 22:36:24 (Version 5.7 - PUBLIC) LINUX : YES
*************************
-2147024809mscorlib
System.String InsecureGetFullPath(System.String)


The specified path is not of a legal form (empty).
  at System.IO.Path.InsecureGetFullPath (System.String path) [0x00025] in <3833a6edf2074b959d3dab898627f0ac>:0 
  at System.IO.Path.GetFullPath (System.String path) [0x00000] in <3833a6edf2074b959d3dab898627f0ac>:0 
  at System.Net.WebClient.GetUri (System.String address) [0x00040] in <9b672a45b19f4d52b5f28f32c0c91d97>:0 
  at System.Net.WebClient.DownloadFile (System.String address, System.String fileName) [0x00000] in <9b672a45b19f4d52b5f28f32c0c91d97>:0 
  at (wrapper remoting-invoke-with-check) System.Net.WebClient.DownloadFile(string,string)
  at ASteambotUpdater.Updater.Update () [0x003cb] in <dde84ac119974bf5990537b92dbe09ae>:0
__________________

Last edited by _GamerX; 11-03-2018 at 18:38.
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-03-2018 , 20:19   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #784

My bad, I noticed that after I released V 5.7 and refactored the repo. It's now fixed.

https://github.com/Arkarr/ASteambot/releases/latest
__________________
Want to check my plugins ?
Arkarr is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 11-04-2018 , 07:58   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #785

i getting error why i use steam inv
L 11/04/2018 - 13:58:11: [SM] Exception reported: Invalid function id (FFFFFFFF)
L 11/04/2018 - 13:58:11: [SM] Blaming: ASteambot_Core.smx
L 11/04/2018 - 13:58:11: [SM] Call stack trace:
L 11/04/2018 - 13:58:11: [SM] [0] Call_StartFunction
L 11/04/2018 - 13:58:11: [SM] [1] Line 519, C:\Users\Arkarr\Documents\GitHu
b\SourcemodASteambot\Modules\Source\ASteambot _Core.sp::OnChildSocketReceive

just if i try send any message type to player i get this error
__________________

Last edited by _GamerX; 11-04-2018 at 08:00.
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-04-2018 , 10:39   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #786

Quote:
Originally Posted by _GamerX View Post
i getting error why i use steam inv
L 11/04/2018 - 13:58:11: [SM] Exception reported: Invalid function id (FFFFFFFF)
L 11/04/2018 - 13:58:11: [SM] Blaming: ASteambot_Core.smx
L 11/04/2018 - 13:58:11: [SM] Call stack trace:
L 11/04/2018 - 13:58:11: [SM] [0] Call_StartFunction
L 11/04/2018 - 13:58:11: [SM] [1] Line 519, C:\Users\Arkarr\Documents\GitHu
b\SourcemodASteambot\Modules\Source\ASteambot _Core.sp::OnChildSocketReceive

just if i try send any message type to player i get this error
Wich plugin are you using ? One of mine ?

EDIT:
I think the author of the plugin you are trying to use didn't properly registred his plugin to ASteambot through "ASteambot_RegisterModule" function.

EDIT2:
Made an update to ASteambot_Core to prevent it from crashing and printing more debug infos.
__________________
Want to check my plugins ?

Last edited by Arkarr; 11-04-2018 at 10:49.
Arkarr is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 11-04-2018 , 10:54   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #787

i use custom i registered ASteambot_RegisterModule("ASteambot_AutoInvit eToGroup"); in plugininit
and use ASteambot_SendMesssage(AS_INVITE_GROUP, msg); and throw this error
__________________

Last edited by _GamerX; 11-04-2018 at 10:55.
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-04-2018 , 11:54   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #788

Quote:
Originally Posted by _GamerX View Post
i use custom i registered ASteambot_RegisterModule("ASteambot_AutoInvit eToGroup"); in plugininit
and use ASteambot_SendMesssage(AS_INVITE_GROUP, msg); and throw this error
Crap.. I know why, it's a late load.You should rename your plugin so it loads after ASteambot_Core. It's a shitty fix. I'm working on it now.

EDIT:
https://forums.alliedmods.net/showthread.php?t=303765

EDIT2:
Check my ASteambot plugins for an functional example.
__________________
Want to check my plugins ?

Last edited by Arkarr; 11-04-2018 at 12:27.
Arkarr is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 11-04-2018 , 12:04   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #789

Quote:
Originally Posted by _GamerX View Post
i use custom i registered ASteambot_RegisterModule("ASteambot_AutoInvit eToGroup"); in plugininit
and use ASteambot_SendMesssage(AS_INVITE_GROUP, msg); and throw this error
Also, just a friendly reminder :

https://forums.alliedmods.net/showpo...&postcount=743
__________________
Want to check my plugins ?
Arkarr is offline
Finn1337
Member
Join Date: Jan 2016
Location: Mars
Old 11-12-2018 , 11:33   Re: [ANY] ASteambot - Arkarr's Steambot
Reply With Quote #790

For "ArkarrAPIKey=" in the config file I am not able to access http://raspberrypimaison.ddns.net/we...bot/GetAPIKey/
To get the key.
__________________
Finn1337 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 17:52.


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