Register for your free account! | Forgot your password?

You last visited: Today at 21:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Silkroad PM System

Discussion on Silkroad PM System within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Closed Thread
 
Old 02/05/2015, 23:36   #16


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by its.soul View Post
Wont answer some one like you anymore
Don't take it offensive but seriously, what were you thinking by saying ;you're checking if something is wrong;!
​Exo is offline  
Old 02/06/2015, 00:31   #17
dotCom
 
Devsome's Avatar
 
elite*gold: 12400
The Black Market: 104/0/0
Join Date: Mar 2009
Posts: 15,880
Received Thanks: 4,386
Quote:
Originally Posted by xExorcist View Post
Don't take it offensive but seriously, what were you thinking by saying ;you're checking if something is wrong;!
He can do what ever he want with the source :3
Devsome is offline  
Old 02/06/2015, 00:34   #18


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by Devsome View Post
He can do what ever he want with the source :3
You don't say I am checking X knowing that X has better skills and more knowledge than you.
You know what? NVM he can say what he likes.
​Exo is offline  
Old 02/06/2015, 01:04   #19
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
btw i was trying to learn something from that source .. something wrong mean if there is some packets ignoring or whatever .. trying to record a public chat .. guild one .. whatever that i was mean .

aha btw .. am working on vb and i really ddint like C#
Eslam Galull is offline  
Old 02/06/2015, 01:22   #20


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by its.soul View Post
btw i was trying to learn something from that source .. something wrong mean if there is some packets ignoring or whatever .. trying to record a public chat .. guild one .. whatever that i was mean .

aha btw .. am working on vb and i really ddint like C#
No worries, I just hate when ppl act cool.

And here you go

PHP Code:
if (Opcode == 0x3026)
{
   switch (
packet.ReadUInt8())
    {
        case 
1://PUBLIC_NORMALUSER
        
case 2://PM
        
case 3://PUBLIC_GM
        
case 4://PARTY
        
case 5://GUILD
        
case 6://GLOBAL
        
case 7://NOTICE
    
}

​Exo is offline  
Thanks
1 User
Old 02/06/2015, 18:42   #21
 
Royalblade*'s Avatar
 
elite*gold: 85
Join Date: Feb 2014
Posts: 1,055
Received Thanks: 1,643
Good work alex!

This helps our supporters a lot
Royalblade* is offline  
Old 02/06/2015, 21:59   #22
dotCom
 
Devsome's Avatar
 
elite*gold: 12400
The Black Market: 104/0/0
Join Date: Mar 2009
Posts: 15,880
Received Thanks: 4,386
Quote:
Originally Posted by blablaRoyal View Post
Good work alex!

This helps our supporters a lot
You're welcome .
Maybe next time a next tool. Tell me what the supporters need
Devsome is offline  
Old 02/06/2015, 22:07   #23


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by Devsome View Post
You're welcome .
Maybe next time a next tool. Tell me what the supporters need
Actually I was going to do this for my server if I ever open it, a supporter that reads the messages and automatically reply. Not stored messages, more like comparing the received messages and matching it to the closest stored one and then replies. Needs few research in neural programming I guess.
​Exo is offline  
Old 02/06/2015, 23:06   #24
 
Justin1337*'s Avatar
 
elite*gold: 480
Join Date: Jan 2012
Posts: 655
Received Thanks: 579
Late in posting, :P thanks a lot. =)
Justin1337* is offline  
Old 02/07/2015, 00:26   #25
dotCom
 
Devsome's Avatar
 
elite*gold: 12400
The Black Market: 104/0/0
Join Date: Mar 2009
Posts: 15,880
Received Thanks: 4,386
Quote:
Originally Posted by xExorcist View Post
Actually I was going to do this for my server if I ever open it, a supporter that reads the messages and automatically reply. Not stored messages, more like comparing the received messages and matching it to the closest stored one and then replies. Needs few research in neural programming I guess.
Just creat a dictionary whit some answers.
The Message from the player are searched in the dictionary and find the right answer, not that hard.
Devsome is offline  
Old 02/07/2015, 00:32   #26


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by Devsome View Post
Just creat a dictionary whit some answers.
The Message from the player are searched in the dictionary and find the right answer, not that hard.
Yep, that's not it. I want to train the code so it answers unlisted questions.
​Exo is offline  
Old 02/07/2015, 01:07   #27
dotCom
 
Devsome's Avatar
 
elite*gold: 12400
The Black Market: 104/0/0
Join Date: Mar 2009
Posts: 15,880
Received Thanks: 4,386
Quote:
Originally Posted by xExorcist View Post
Yep, that's not it. I want to train the code so it answers unlisted questions.
Then search for words not for whole messages :>
Safe the words into a database or textfile.
Devsome is offline  
Old 02/07/2015, 01:25   #28
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
@Devsome

i wanna a special source from you if you can do it for me

a simply clientless login source with an example how to send a packet in VB.NET
Cuz i waste about 1 month to translate pushx api to vb and i always get errors

Regards
Eslam Galull is offline  
Old 02/07/2015, 01:40   #29


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by its.soul View Post
@Devsome

i wanna a special source from you if you can do it for me

a simply clientless login source with an example how to send a packet in VB.NET
Cuz i waste about 1 month to translate pushx api to vb and i always get errors

Regards
Since C# and VB both uses the .NET framework you can use converters then fix the converted code that's easier, cuz writing the whole API is too much work.
​Exo is offline  
Old 02/07/2015, 07:53   #30
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
Quote:
Originally Posted by xExorcist View Post
Since C# and VB both uses the .NET framework you can use converters then fix the converted code that's easier, cuz writing the whole API is too much work.
i wont be that kind of ppl asking for a completed source

but already tried and nothing !..
can you try it ?


@Devsome .. maybe you can help in that ?
Eslam Galull is offline  
Closed Thread


Similar Threads Similar Threads
Silkroad ban system
08/16/2018 - Silkroad Online - 19 Replies
Hello everybody i am going to bot in silkroad online but i want to know first how the ban system works i have read that sometimes people get banned first for 7 days so my question is : How does the ban system of silkroad work?
Silkroad R - Recharge System v2.
01/19/2012 - Silkroad Online - 0 Replies
Silkroad Expand the time from 1-8 Hour 100% EXP/SP/DROP/QUEST 8-12 Hour 50% EXP/SP/DROP NO QUEST ! They will make a Ingame Voting .. i think they try to ask how the Community finds the 12 Hour System. For all Botters Vote the Baddest Option on the Vote in hope they will delete the Recharg system! Quelle : http://www.joymax.com/silkroad-r/
silkroad new pw change system
09/02/2009 - Silkroad Online - 84 Replies
omg :S my account lvl 88 900k sp was hacked today , bye silkroad ;) UPDATE !!! FORUMS MESSAGES ON SILKROAD'S WEB PAGE ABOUT BEIGN HACKED HAVE BEEN DELETED !!! btw : YouTube - Silkroad - Why servers are full?



All times are GMT +2. The time now is 21:35.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.