Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Ściąganie i uruchamianie skryptów w XenoBocie - pomocy


KwasuPL

Rekomendowane odpowiedzi

Opublikowano

Pliki lua do Dokumenty\XenoBot\Scripts a pliki xbst do Dokumenty\XenoBot\Settings.

Plik lua zazwyczaj jest tylko w full afkach. 

 

Opublikowano

Dziękuje, jeszcze jedna sprawa. Gdzie w tych różnych skryptach znajde informacje np na temat startowego wyposażenia  co musze mieć ile bp co w dp itd? Jestem całkiem zielony ale już co raz więcej ogarniam dzięki wam. Teraz na przykład używam skrypta na terramite ankrahmun i wyrzuca gp zamiast je zbierać.

Opublikowano

 Gdzie w tych różnych skryptach znajde informacje np na temat startowego wyposażenia  co musze mieć ile bp co w dp itd?

W pliku lua, zazwyczaj na samej górze. Otwieraj go przez Notepad++.

 Teraz na przykład używam skrypta na terramite ankrahmun i wyrzuca gp zamiast je zbierać.

Zmień w looterze.

 

Opublikowano

 

 

; Ankrahmun Terramites for XenoBot

; ::2daa42b3c9ea2322f7a12be4874a42f3
 
[General]
Walk-To-Banks = false                 ; Walk to the bank for supply costs, or rely on NPC bank balance withdrawals? (true/false)
Minimize-Depot = true                 ; Do you want to minimize depot? (true/false)
Minimize-Backpacks = true             ; Do you want to minimize your backpacks? (true/false)
Organize-Backpacks = true             ; Do you want to automatically organize the contents of your backpacks on launch? (true/false)
Manual-Shooter = false                ; Enable to configure the XenoBot MagicShooter manually, script will not override shooter in the XBST. (true/false)
Cure-Conditions = false               ; Do you want to automatically cure harmful conditions when returning to town? (true/false)
Invis-Anti-Stuck = false              ; Do you want to automatically cast a spell when stuck by an invisible creature? (true/false)
 
[Loot]
Npc-Sell = true                       ; Do you want to automatically sell loot? (true/false)
Loot-Style = first                    ; The order in which you loot creatures. (first/last)
Loot-Gold = true                      ; Do you want to loot gold? (true/false)
Loot-Min-Value = 5                    ; The minimum value, per item, to loot. (0 to disable)
Loot-Max-Weight = 0                   ; The maximum weight, per item, to loot. (0 to disable)
Loot-WhiteList = mana potion, health potion
Loot-BlackList = bone, worm
 
[Route]
Center = false                        ; Whether the character continues through the center floor route. (true/random/false)
West-Side = false                     ; Whether the character continues through the side side route. (true/random/false)
 
[Lure]
Amount = 0                            ; The amount of creatures to activate lure mode. (0 to disable)
AttackWhileLure = false               ; When enabled, target and loot as you lure creatures. (true/false)
MinPriority = 1                       ; Minimum priority of the targets to consider. (0-9)
Until = 0                             ; The amount of unkilled creatures to start luring again. (0 to disable)
 
[Food]
FoodName = egg                        ; Name, or item id, of the food.
FoodMin = 0                           ; The amount of food at which you will leave to go refill.
FoodMax = 0                           ; The amount of food you want to withdraw or buy. (0 to disable)
FoodAlarm = 0                         ; The amount of food to trigger an alarm. (0 to disable)
 
[Potions]
HealthName = health potion            ; Name, or item id, of the potion. (Update your Support if you change this!)
HealthMin = 5                         ; The amount of potions at which you will leave to go refill.
HealthMax = 15                        ; The amount of potions you want to withdraw or buy. (0 to disable)
HealthAlarm = 0                       ; The amount of potions to trigger an alarm. (0 to disable)
 
ManaName = mana potion                ; Name, or item id, of the potion. (Update your Support if you change this!)
ManaMin = 15                          ; The amount of potions at which you will leave to go refill.
ManaMax = 60                          ; The amount of potions you want to withdraw or buy. (0 to disable)
ManaAlarm = 0                         ; The amount of potions to trigger an alarm. (0 to disable)
 
[spells]
ExoriName = exori                     ; Name of the spell.
ExoriEnabled = false                  ; Do you want to use this spell? (true/false)
ExoriUtito = false                    ; Do you want to use utito tempo with this spell? (true/false)
ExoriPriority = 1                     ; Priority compared to other runes and spells. (lower is more important)
ExoriTargetMin = 2                    ; The minimum amount of creatures, in the list below, to begin attacking. (0 to disable)
ExoriMaxHP = 100                      ; The maximum health of creatures, in the list below, to cast this spell.
ExoriMinHP = 0                        ; The minimum health of creatures, in the list below, to cast this spell.
ExoriTargets = terramite
 
StrikeName = exori ico                ; Name of the spell.
StrikeEnabled = false                 ; Do you want to use this spell? (true/false)
StrikeUtito = false                   ; Do you want to use utito tempo with this spell? (true/false)
StrikePriority = 2                    ; Priority compared to other runes and spells. (lower is more important)
StrikeTargetMin = 1                   ; The minimum amount of creatures, in the list below, to begin attacking. (0 to disable)
StrikeMaxHP = 100                     ; The maximum health of creatures, in the list below, to cast this spell.
StrikeMinHP = 0                       ; The minimum health of creatures, in the list below, to cast this spell.
StrikeTargets = terramite
 
ThrowName = exori hur                 ; Name of the spell.
ThrowEnabled = false                  ; Do you want to use this spell? (true/false)
ThrowUtito = false                    ; Do you want to use utito tempo with this spell? (true/false)
ThrowPriority = 3                     ; Priority compared to other runes and spells. (lower is more important)
ThrowTargetMin = 1                    ; The minimum amount of creatures, in the list below, to begin attacking. (0 to disable)
ThrowMaxHP = 100                      ; The maximum health of creatures, in the list below, to cast this spell.
ThrowMinHP = 0                        ; The minimum health of creatures, in the list below, to cast this spell.
ThrowTargets = terramite
 
[Ring]
RingName = sword ring                 ; Name, or item id, of the ring.
RingMin = 0                           ; The amount of rings at which you leave to go refill. (0 to disable)
RingMax = 0                           ; The amount of rings you want to withdraw from the depot. (0 to disable)
RingMinHP = 30                        ; The percent of health to equip the ring. (0 to disable)
RingMinMP = 10                        ; The percent of mana to equip the ring. (0 to disable)
RingAlarm = 0                         ; The amount of rings to trigger an alarm. (0 to disable)
RingCreatures = terramite
RingCreatureCount = 0                 ; The amount of creatures to equip the ring. (0 to disable)
 
[Amulet]
AmuletName = protection amulet        ; Name, or item id, of the amulet.
AmuletMin = 0                         ; The amount of amulets at which you leave to go refill. (0 to disable)
AmuletMax = 0                         ; The amount of amulets you want to withdraw from the depot. (0 to disable)
AmuletMinHP = 30                      ; The percent of health to equip the amulet. (0 to disable)
AmuletMinMP = 10                      ; The percent of mana to equip the amulet. (0 to disable)
AmuletAlarm = 0                       ; The amount of amulets to trigger an alarm. (0 to disable)
AmuletCreatures = terramite
AmuletCreatureCount = 0               ; The amount of creatures to equip the amulet. (0 to disable)
 
[supplies]
FlaskName = flask of rust remover     ; Name, or item id, of the rust remover.
FlaskMin = 0                          ; The amount of rust removers at which you will leave to go refill. (0 to disable)
FlaskMax = 0                          ; The amount of rust removers you want to withdraw. (0 to disable)
FlaskAlarm = 0                        ; The amount of rust removers to trigger an alarm. (0 to disable)
 
[soft Boots]
Mana-Percent = 0                      ; What percent of mana to begin using softboots? (0 to disable)
 
[Mana Restorer]
Restore-Percent = 0                   ; Mana percent to restore mana up to while no creatures are on-screen. (0 to disable)
Range = 7                             ; What range do you want to consider creatures before restoring mana?
 
[Capacity]
Hunt-Minimum = 50                     ; If capacity goes below this value, script will exit the spawn. (0 to disable)
Drop-Flasks = 100                     ; If capacity goes below this value, script will drop flasks. (0 to disable)
Drop-Gold = 80                        ; If capacity goes below this value, script will drop gold. (0 to disable)
 
[Logout]
Stamina = 14                          ; At how much stamina would you like to log out? (in hours)
Level = 0                             ; At what level would you like to logout? (0 to disable)
Server-Save = 0                       ; How many hours before server save would you like to logout? (0 to disable)
Time-Limit = 0                        ; The maximum number hours to hunt. (0 to disable)
Train-Skill = none                    ; The training statue to use. (none, sword, axe, club, spear, magic)
Exit-Log = false                      ; When logging out & not training, client will exit. (true/false)
 
[HUD]
Enabled = true                        ; Would you like to enable the HUD? (true/false)
Show-Containers = true                ; Would you like to show container names? (true/false)
Show-Supplies = true                  ; Would you like to show individual supplies? (true/false)
Show-Loot = true                      ; Would you like to show individual loot? (true/false)
Show-Icons = true                     ; Whether to show the loot icons in the HUD. (true/false)
Theme = light                         ; Color theme options for the HUD. (light, dark, orange, pink, green, blue, purple)
Simple-Time-Format = false            ; Do you want to display time in HH-MM instead of DD-HH-MM-SS?
Per-Stamina-Measurement = false       ; Do you want to measure hourly exp and profits per used stamina instead of passed time?

 

 

Dobra nie trzeba włączyłem od nowa i niby śmiga teraz.
Opublikowano

Masz tu linijkę za to odpowiadającą:

Drop-Gold = 80                        ; If capacity goes below this value, script will drop gold. (0 to disable)

 

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...