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.
$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)
Quote:
How do you know 00000E5F = Weapon Exilir? I check item.au3, but clueless.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)