Commanding Shadow Essence Bot (PICKS UP TO MAX ITEMS)

Posts 15 of 5 · Page 1 of 1
Commanding Shadow Essence Bot (PICKS UP TO MAX ITEMS)
{
"$type": "Grimoire.Botting.Configuration, Grimoire",
"Commands": {
"$type": "System.Collections.Generic.List`1[[Grimoire.Botting.IBotCommand, Grimoire]], mscorlib",
"$values": [
{
"$type": "Grimoire.Botting.Commands.Quest.CmdAcceptQues t, Grimoire",
"Quest": {
"$type": "Grimoire.Game.Data.Quest, Grimoire",
"QuestID": 4439
}
},
{
"$type": "Grimoire.Botting.Commands.Map.CmdJoin, Grimoire",
"Map": "shadowrealm-Glitch",
"Cell": "Enter",
"Pad": "Spawn"
},
{
"$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
"Name": "Malignant Essence"
},
{
"$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
"Cell": "r4",
"Pad": "Right"
},
{
"$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
"Monster": "*"
},
{
"$type": "Grimoire.Botting.Commands.Misc.Statements.CmdItem Pickupable, Grimoire",
"Tag": "Item",
"Text": "Has dropped",
"Value1": "Malignant Essence",
"Value2": ""
},
{
"$type": "Grimoire.Botting.Commands.Item.CmdGetDrop, Grimoire",
"ItemName": "Malignant Essence"
},
{
"$type": "Grimoire.Botting.Commands.Misc.Statements.CmdNotI nInventory, Grimoire",
"Tag": "Item",
"Text": "Is not in inventory",
"Value1": "Malignant Essence",
"Value2": "3"
},
{
"$type": "Grimoire.Botting.Commands.Misc.CmdGotoLabel, Grimoire",
"Label": "Malignant Essence"
},
{
"$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
"Name": "Empowered Essence"
},
{
"$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
"Cell": "Enter",
"Pad": "Spawn"
},
{
"$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
"Monster": "*"
},
{
"$type": "Grimoire.Botting.Commands.Misc.Statements.CmdItem Pickupable, Grimoire",
"Tag": "Item",
"Text": "Has dropped",
"Value1": "Empowered Essence",
"Value2": ""
},
{
"$type": "Grimoire.Botting.Commands.Item.CmdGetDrop, Grimoire",
"ItemName": "Empowered Essence"
},
{
"$type": "Grimoire.Botting.Commands.Misc.Statements.CmdNotI nInventory, Grimoire",
"Tag": "Item",
"Text": "Is not in inventory",
"Value1": "Empowered Essence",
"Value2": "50"
},
{
"$type": "Grimoire.Botting.Commands.Misc.CmdGotoLabel, Grimoire",
"Label": "Empowered Essence"
},
{
"$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
"Name": "Turn In"
},
{
"$type": "Grimoire.Botting.Commands.Quest.CmdCompleteQu est, Grimoire",
"Quest": {
"$type": "Grimoire.Game.Data.Quest, Grimoire",
"QuestID": 4439
}
},
{
"$type": "Grimoire.Botting.Commands.Item.CmdGetDrop, Grimoire",
"ItemName": "Void Aura"
},
{
"$type": "Grimoire.Botting.Commands.Item.CmdGetDrop, Grimoire",
"ItemName": "Treasure Chest"
}
]
},
"Skills": {
"$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Skill, Grimoire]], mscorlib",
"$values": [
{
"$type": "Grimoire.Game.Data.Skill, Grimoire",
"Text": "1: Atramentous Shade",
"Index": "1"
},
{
"$type": "Grimoire.Game.Data.Skill, Grimoire",
"Text": "2: Wicked Purgatory",
"Index": "2"
},
{
"$type": "Grimoire.Game.Data.Skill, Grimoire",
"Text": "3: Depraved Empowerment",
"Index": "3"
},
{
"$type": "Grimoire.Game.Data.Skill, Grimoire",
"Text": "4: Anathema",
"Index": "4"
}
]
},
"Quests": {
"$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Quest, Grimoire]], mscorlib",
"$values": []
},
"Author": "Author",
"Description": "Description",
"Boosts": {
"$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.InventoryItem, Grimoire]], mscorlib",
"$values": []
},
"Drops": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": []
},
"Server": {
"$type": "Grimoire.Game.Data.Server, Grimoire",
"sName": "Yorumi",
"iPort": 61250
},
"ExitCombatBeforeRest": true,
"ExitCombatBeforeQuest": true,
"EnablePickup": true,
"AutoRelogin": true,
"RelogDelay": 5000,
"RelogRetryUponFailure": true,
"BotDelay": 1000,
"SkipDelayIndexIf": true,
"InfiniteAttackRange": true,
"LagKiller": true,
"SkipCutscenes": true,
"WalkSpeed": 8,
"NotifyUponDrop": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": []
},
"RestMp": 60,
"RestHp": 60,
"RestartUponDeath": true
}
You should have put your code into bbcode [code]
Code:
{
"$type": "Grimoire.Botting.Configuration, Grimoire",
"Commands": {
"$type": "System.Collections.Generic.List`1[[Grimoire.Botting.IBotCommand, Grimoire]], mscorlib",
"$values": [
{
Can someone tell me how to make this work?, I don't know what to do with this info
Quote Originally Posted by A7Neelz View Post
Can someone tell me how to make this work?, I don't know what to do with this info
Copy/Paste into a text document and give it ".gbot" extension and tada!
Quote Originally Posted by ROBUT View Post
Copy/Paste into a text document and give it ".gbot" extension and tada!
Thanks for replying but the bot won't load on Grim
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?