Silkroad Online Forums

A community forum for the free online game Silkroad Online. Discuss Silkroad Online, read up on guides, and build your character and skills.

Faq Search Members Chat  Register Profile Login

All times are UTC




Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 12:19 am 
Casual Member
User avatar
Offline

Joined: Jun 2008
Posts: 52
Location:
Venus
Is there anyway to target a monster while ur running and then just go attack it using the auto attack button

For example, if anyone has played WOW, you can use the tab key or some key to target a monster or switch targets before you attack it, without selecting it with the moust, so i was wondering if there was a way to do that in SRO.


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 1:48 am 
Valued Member
User avatar
Offline

Joined: Oct 2007
Posts: 404
Location: Perfect World International
Not that I know of but if you find out I would like to konw also.


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 1:52 am 
Forum God
User avatar
Offline

Joined: Jan 2007
Posts: 13206
Location: Life
What's WOW?


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 1:54 am 
Banned User
Offline

Joined: Sep 2008
Posts: 322
Location: ...
it would make grinding too convenient.

_________________
<<banned from SRF for remaking a banned account. -SG>>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 2:34 am 
Veteran Member
User avatar
Offline

Joined: Jul 2007
Posts: 3604
Location:
Venus
IDontPlaySRO wrote:
it would make grinding too convenient.

it would make autoit half bots too

there is a button for auto target enemies but it only counts for humans, if you are jobbing or ctf, or cape fights its pretty usefull, i have mine set to w, when i'm huntering i'll spam w while nuking spawns, just incase a human wants to show up right as a spawn happens, they'll get nuked almost instantly

_________________
Image
A man once said, "Fear is contagious". So then the same must hold true for courage.
The Roar of a Crowd begins with one man.


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 2:39 am 
Senior Member
User avatar
Offline

Joined: Oct 2006
Posts: 4236
Location: CS:GO
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..

_________________
ImageCrumpets for PresImage


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 2:56 am 
Active Member
User avatar
Offline

Joined: Oct 2006
Posts: 639
Location: Texas
Silkroad does have an "Auto Select" feature that is disabled by default through the PK2 files. Most MMORPGs don't disable this feature, but Silkroad has. It does still exist in the client though, they just hide the icon to use it. However, you have to modify your PK2 files, and that is never recommended, so the following information is provided on a "use at your own risk / expense / for educational purposes only" basis.

The file you need to modify is "server_dep/silkroad/textdata/actionwnddata.txt". When you extract the file, you will see a line that is:
Code:
//1005   1   자동선택   UIIT_CTL_AUTOSELECT_TT   icon\action\icon_cha_autotarget.ddj   1   5


First you will have to take off the "//" at the front, to uncomment it. Next, you have to change the slot the icon will fall in the GUI at. Right now it's at slot 5, which is where the Exchange icon is used at. Modify the 5 to a 15 so the icon is added at the end of the icon box, after the fortress icon. Make a backup of your media.pk2 file first, then reimport the edited file using a PK2 modifier or if you are good at hex editing files, you can overwrite the two "//" with " ", then delete one of the spaces, then insert a 1 in front of the 5, so the file size is the exact same as it was when you started.

When you load up Silkroad you should see your new icon and you will be able to drag it to the quick bar and use a key to press it. However, since this functionality is disabled in the client files, the icon will not be in the quick bar when you restart the game. The server sends the client your quick slot bar data and that icon is not saved properly.

One last thing to mention in regards to this functionality is that the selection radius is very small, about 70 units or so in game. On screen, this is about 2-3 inches from your character. Due to this restriction, it is not an "effective means" to play Silkroad without a mouse (i.e. you only have a touchpad on a laptop), unless you are really good with using the arrow keys as movement (which Silkroad has a very weak key moving system implemented).


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 3:03 am 
Banned User
Offline

Joined: Sep 2008
Posts: 322
Location: ...
Drew_Benton wrote:
Silkroad does have an "Auto Select" feature that is disabled by default through the PK2 files. Most MMORPGs don't disable this feature, but Silkroad has. It does still exist in the client though, they just hide the icon to use it. However, you have to modify your PK2 files, and that is never recommended, so the following information is provided on a "use at your own risk / expense / for educational purposes only" basis.

The file you need to modify is "server_dep/silkroad/textdata/actionwnddata.txt". When you extract the file, you will see a line that is:
Code:
//1005   1   자동선택   UIIT_CTL_AUTOSELECT_TT   icon\action\icon_cha_autotarget.ddj   1   5


First you will have to take off the "//" at the front, to uncomment it. Next, you have to change the slot the icon will fall in the GUI at. Right now it's at slot 5, which is where the Exchange icon is used at. Modify the 5 to a 15 so the icon is added at the end of the icon box, after the fortress icon. Make a backup of your media.pk2 file first, then reimport the edited file using a PK2 modifier or if you are good at hex editing files, you can overwrite the two "//" with " ", then delete one of the spaces, then insert a 1 in front of the 5, so the file size is the exact same as it was when you started.

When you load up Silkroad you should see your new icon and you will be able to drag it to the quick bar and use a key to press it. However, since this functionality is disabled in the client files, the icon will not be in the quick bar when you restart the game. The server sends the client your quick slot bar data and that icon is not saved properly.

One last thing to mention in regards to this functionality is that the selection radius is very small, about 70 units or so in game. On screen, this is about 2-3 inches from your character. Due to this restriction, it is not an "effective means" to play Silkroad without a mouse (i.e. you only have a touchpad on a laptop), unless you are really good with using the arrow keys as movement (which Silkroad has a very weak key moving system implemented).


Wow, well that's to bad on the 70 units. You sure know a lot about the ins and outs of silkroad. You're the one who told nuclear about info beings stored on memory correct?

_________________
<<banned from SRF for remaking a banned account. -SG>>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 5:16 am 
Casual Member
User avatar
Offline

Joined: Jun 2008
Posts: 52
Location:
Venus
dang oh well I dont wanna mess with my pk2 files but oh well i was just hoping there was a keyboard select target button but oh well
thanx for helping guys


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 5:26 am 
Active Member
User avatar
Offline

Joined: Aug 2008
Posts: 675
Location: VA/CA
Haha- I couldn't resist trying this out for fun!

Thanks Drew!!!

_________________
Counter Strike... | Source
CAL...................................................................... | Main
Silkroad Online | Aege
...................................................................................................Image


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:04 am 
Banned User
User avatar
Offline

Joined: Aug 2007
Posts: 1108
Location:
Off Topic
When Silkroad is running you can find the data by reading a specific address in the memory. I didn't try this at any time but I believe it must be somewhere around 0x00CF0000 +/- 0x00080000 or so. Drew will know it better. ^^

_________________
<< banned for proof of botting. -cin >>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:14 am 
Veteran Member
User avatar
Offline

Joined: Apr 2008
Posts: 3452
Location:
Alps
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???

_________________
.curve wrote:
Unless Silkroad has a hole I can stick it in, I prefer spending money on the girlfriend.

Image
Image
Spoiler!


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:19 am 
Banned User
User avatar
Offline

Joined: Aug 2007
Posts: 1108
Location:
Off Topic
Goseki wrote:
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???

Drew wrote how you can enable it.

_________________
<< banned for proof of botting. -cin >>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:27 am 
Forum Legend
User avatar
Offline

Joined: Aug 2006
Posts: 7800
Location:         
Nixie wrote:
Goseki wrote:
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???

Drew wrote how you can enable it.



Nah, he means the one allready implemented.


It's at the bottom of the sub menu 'Key Map' in options menu.

_________________
<< banned for being a constant problem. -cin >>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:55 am 
Veteran Member
User avatar
Offline

Joined: Jul 2008
Posts: 3223
Location:
Off Topic
Goseki wrote:
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???


cause it's hiden.


Image

_________________
Spoiler!


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 7:53 am 
Veteran Member
User avatar
Offline

Joined: Jul 2007
Posts: 3604
Location:
Venus
Goseki wrote:
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???


you gota go to options and set a key, its unbound by default

_________________
Image
A man once said, "Fear is contagious". So then the same must hold true for courage.
The Roar of a Crowd begins with one man.


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 12:12 pm 
Veteran Member
User avatar
Offline

Joined: Apr 2008
Posts: 3452
Location:
Alps
ahh ok ty.

_________________
.curve wrote:
Unless Silkroad has a hole I can stick it in, I prefer spending money on the girlfriend.

Image
Image
Spoiler!


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 12:38 pm 
Banned User
User avatar
Offline

Joined: Aug 2007
Posts: 1108
Location:
Off Topic
foudre wrote:
Goseki wrote:
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???


you gota go to options and set a key, its unbound by default

But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.

_________________
<< banned for proof of botting. -cin >>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 1:12 pm 
Hi, I'm New Here
User avatar
Offline

Joined: Sep 2008
Posts: 14
Location: USA
asusi wrote:
Goseki wrote:
Azilius wrote:
^There's also a support target, press it and you're target will be whatever your previous target was..targeting. Useful for uniques and such..




Where is that button? I can't find it in actions menu???


cause it's hiden.


Image

I think this is only for VSRO only, as I remember ISRO dosent have this type of window


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 1:36 pm 
Veteran Member
User avatar
Offline

Joined: Jul 2008
Posts: 3223
Location:
Off Topic
N00B_THIEF wrote:
I think this is only for VSRO only, as I remember ISRO dosent have this type of window


like i said its hidden, in iSRO they removed that button :)

_________________
Spoiler!


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 2:41 pm 
Banned User
User avatar
Offline

Joined: Feb 2008
Posts: 203
Location: Fuxing everywhere!
N00B_THIEF wrote:
I think this is only for VSRO only, as I remember ISRO dosent have this type of window


mhm, it's hidden. Like Drew explained earlier, you have to get it through the pk2 files.

_________________
Image
Server: Troy
Character: WetPanties
Guild: Image [eXe*MSI]
BIGASS Truck Rentals Here!


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 4:52 pm 
Veteran Member
User avatar
Offline

Joined: Jul 2007
Posts: 3604
Location:
Venus
Nixie wrote:
But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.

some of them only work against humans

_________________
Image
A man once said, "Fear is contagious". So then the same must hold true for courage.
The Roar of a Crowd begins with one man.


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 5:30 pm 
Senior Member
User avatar
Offline

Joined: Oct 2006
Posts: 4236
Location: CS:GO
Nixie wrote:
But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.


The one I'm talking about does work, you click on a human and press it and your new target will be whatever the human was targeting. The auto target one works too, but it ONLY works on humans. The one drew is talking about are the 'hidden' ones, the ones I'm referring to are in the keymap in the options menu.

_________________
ImageCrumpets for PresImage


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 5:32 pm 
Veteran Member
User avatar
Offline

Joined: Jul 2007
Posts: 3604
Location:
Venus
Azilius wrote:
Nixie wrote:
But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.


The one I'm talking about does work, you click on a human and press it and your new target will be whatever the human was targeting. The auto target one works too, but it ONLY works on humans. The one drew is talking about are the 'hidden' ones, the ones I'm referring to are in the keymap in the options menu.

wait there is one to target what your target is targeting? thats kinda cool actually

edit is it see target?

_________________
Image
A man once said, "Fear is contagious". So then the same must hold true for courage.
The Roar of a Crowd begins with one man.


Last edited by foudre on Mon Oct 13, 2008 5:34 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 5:34 pm 
Banned User
Offline

Joined: Sep 2008
Posts: 322
Location: ...
foudre wrote:
Azilius wrote:
Nixie wrote:
But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.


The one I'm talking about does work, you click on a human and press it and your new target will be whatever the human was targeting. The auto target one works too, but it ONLY works on humans. The one drew is talking about are the 'hidden' ones, the ones I'm referring to are in the keymap in the options menu.

wait there is one to target what your target is targeting? thats kinda actually


Target Support, you need to assign a key to it.

_________________
<<banned from SRF for remaking a banned account. -SG>>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:06 pm 
Banned User
User avatar
Offline

Joined: Aug 2007
Posts: 1108
Location:
Off Topic
Azilius wrote:
Nixie wrote:
But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.


The one I'm talking about does work, you click on a human and press it and your new target will be whatever the human was targeting. The auto target one works too, but it ONLY works on humans. The one drew is talking about are the 'hidden' ones, the ones I'm referring to are in the keymap in the options menu.

So what's the point then? Click the player, click a button... while you could just click the mob... x_x

_________________
<< banned for proof of botting. -cin >>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 6:16 pm 
Veteran Member
User avatar
Offline

Joined: Jul 2007
Posts: 3604
Location:
Venus
Nixie wrote:
Azilius wrote:
Nixie wrote:
But it doesn't work. I tried it, nothing happens. I tried all unbound and bound things, nothing worked. So, no, you can't set it in the options.


The one I'm talking about does work, you click on a human and press it and your new target will be whatever the human was targeting. The auto target one works too, but it ONLY works on humans. The one drew is talking about are the 'hidden' ones, the ones I'm referring to are in the keymap in the options menu.

So what's the point then? Click the player, click a button... while you could just click the mob... x_x

if you're trying to get a unique too many spawns to click it, or would be usuable in pvp so you can link your attacks with some one

_________________
Image
A man once said, "Fear is contagious". So then the same must hold true for courage.
The Roar of a Crowd begins with one man.


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 8:16 pm 
Banned User
User avatar
Offline

Joined: Aug 2007
Posts: 1108
Location:
Off Topic
foudre wrote:
Nixie wrote:
Azilius wrote:
So what's the point then? Click the player, click a button... while you could just click the mob... x_x

if you're trying to get a unique too many spawns to click it, or would be usuable in pvp so you can link your attacks with some one

Didn't really think about that... it' may be really useful for a unique, while in PvP... I prefer 1v1.

_________________
<< banned for proof of botting. -cin >>


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 8:30 pm 
Banned User
User avatar
Offline

Joined: Mar 2007
Posts: 2615
Location: I poopid :o
IDontPlaySRO wrote:
it would make grinding too convenient.

I would get some scotch tape and tape down the key that makes you auto attack if there was one
and id tape down all the skill keys too
and the tab key
and i wouldn't be botting.
i would be taping O.O

_________________
Image
Spoiler!


Top
 Profile  
 
 Post subject: Re: Anyway to target monster without mouse?
PostPosted: Mon Oct 13, 2008 11:22 pm 
Veteran Member
User avatar
Offline

Joined: Jul 2007
Posts: 3604
Location:
Venus
brentonsbbe359 wrote:
IDontPlaySRO wrote:
it would make grinding too convenient.

I would get some scotch tape and tape down the key that makes you auto attack if there was one
and id tape down all the skill keys too
and the tab key
and i wouldn't be botting.
i would be taping O.O

taping is cutting net connection for a second to fire a shot or a gernade in safety, and plugging it back in before you time out, works on some games like soliderfront (used to, now some people do it something close but its a modded client where they push a button and it tells the server they shot every one) lol yay games that use client side perspective to tell if a shot hits, making lag advantageous

_________________
Image
A man once said, "Fear is contagious". So then the same must hold true for courage.
The Roar of a Crowd begins with one man.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group