|
You last visited: Today at 07:29
Advertisement
jrebot vsro
Discussion on jrebot vsro within the SRO Coding Corner forum part of the Silkroad Online category.
04/14/2013, 20:48
|
#1
|
elite*gold: 0
Join Date: Feb 2008
Posts: 225
Received Thanks: 22
|
jrebot vsro
I gotten jrebot to work on vsro server, but thing is I didn't get a chance to download the source; if anybody have the source; pls post.
|
|
|
04/15/2013, 20:48
|
#2
|
elite*gold: 0
Join Date: Jan 2012
Posts: 53
Received Thanks: 1
|
OMG just download jrebot and autoit
you should open the source code in the jrebot folder
there is all codes..
|
|
|
04/16/2013, 01:53
|
#3
|
elite*gold: 0
Join Date: Feb 2008
Posts: 225
Received Thanks: 22
|
Code:
$goldCbox = GUICtrlCreateCheckbox("Gold", 336, 81, 97, 17)
$itemCbox = GUICtrlCreateCheckbox("Equipments", 336, 113, 97, 17)
$welixirCbox = GUICtrlCreateCheckbox("Weapon elixirs", 336, 146, 97, 17)
$selixirCbox = GUICtrlCreateCheckbox("Shield elixirs", 336, 177, 97, 17)
$pelixirCbox = GUICtrlCreateCheckbox("Protector elixirs", 336, 209, 97, 17)
$aelixirCbox = GUICtrlCreateCheckbox("Accessory elixirs", 336, 241, 105, 17)
$questCbox = GUICtrlCreateCheckbox("Quest items", 336, 273, 97, 17)
ElseIf $model = "00000E5F" Then ;Weapon Elixir
$elixirId = ParseDword()
$globalParseIndex += 46
$mobId = ParseDword()
If $mobId = $killedId AND GUICtrlRead($welixirCbox) = 1 Then
SetDrop($elixirId)
How do you know 00000E5F = Weapon Exilir? I check item.au3, but clueless.
|
|
|
04/16/2013, 07:09
|
#4
|
elite*gold: 0
Join Date: Feb 2012
Posts: 133
Received Thanks: 98
|
Quote:
Originally Posted by yangc10
Code:
$goldCbox = GUICtrlCreateCheckbox("Gold", 336, 81, 97, 17)
$itemCbox = GUICtrlCreateCheckbox("Equipments", 336, 113, 97, 17)
$welixirCbox = GUICtrlCreateCheckbox("Weapon elixirs", 336, 146, 97, 17)
$selixirCbox = GUICtrlCreateCheckbox("Shield elixirs", 336, 177, 97, 17)
$pelixirCbox = GUICtrlCreateCheckbox("Protector elixirs", 336, 209, 97, 17)
$aelixirCbox = GUICtrlCreateCheckbox("Accessory elixirs", 336, 241, 105, 17)
$questCbox = GUICtrlCreateCheckbox("Quest items", 336, 273, 97, 17)
ElseIf $model = "00000E5F" Then ;Weapon Elixir
$elixirId = ParseDword()
$globalParseIndex += 46
$mobId = ParseDword()
If $mobId = $killedId AND GUICtrlRead($welixirCbox) = 1 Then
SetDrop($elixirId)
How do you know 00000E5F = Weapon Exilir? I check item.au3, but clueless.
|
Convert 0E5F to decimal = 3679, search for 3679 id in itemdata_5000.
3679 = ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B = Elixir weapon.
|
|
|
04/16/2013, 21:20
|
#5
|
elite*gold: 0
Join Date: Feb 2008
Posts: 225
Received Thanks: 22
|
ahh... I seee... thanks a bunch...
|
|
|
Similar Threads
|
[Release] jreBot - vSRO Servers
04/01/2016 - SRO Hacks, Bots, Cheats & Exploits - 124 Replies
flöp
|
[Release] jreBot vSRO Testing
05/08/2012 - SRO PServer Guides & Releases - 64 Replies
I decided to make this version "Lite" since most of the features were hard to make work correctly in all servers for many reasons (different npc data, different stackable quantitys, etc). Original thread of the rsro bot i'm still working on: http://www.elitepvpers.com/forum/foreign-sro-discu ssions-questions/1699506-rsro-jrebot-testing.html
The bot should support skills up to lvl 120, items up to 13dg, and all mobs from glory rome server :P
Download (including source): jreBot_Lite...
|
All times are GMT +1. The time now is 07:29.
|
|