OutdatedGrimoire 3.7

Posts 46–60 of 69 · Page 4 of 5
Well, this is just a suggestion, but do you think it is possible to make a block of commands or something like that, i.e., let's say under an if command, you can add something like a '{' and then add as many commands and then close it with '}'. This would save a lot of time and commands.
Quote Originally Posted by ROBUT View Post
Hey again Biney,
I noticed that the if function doesn't recognize the items that contain extra spaces in their name.
I believe I know why this happens, will fix.

Quote Originally Posted by ScumPriest View Post
Thank you for sharing your work with us.
Are you planning to bring the Grim 3.3 look again? I really like that minimalist black interface with purple, it would be a shame to discard it from its future versions.
By the way, what do you plan to implement from now on?
I'm not planning to do that. I find UI design to be extremely boring. I'm really not planning to implement anything new because, as I said in the original post, I probably won't have time to continue developing Grimoire.

Quote Originally Posted by vet0z3 View Post
bro.. I have big problem.. i cant open or use grimoire because when i open any version of the bot i get grimoire has been stopped working..
You need to install:
Flash Player ActiveX https://get.adobe.com/flashplayer/otherversions/
.NET Framework 4.5 or higher https://www.microsoft.com/net/downloaddows

Quote Originally Posted by fariszak27 View Post
can this program runs in windows xp?
No. XP is really outdated and you should consider installing something more up to date.

Quote Originally Posted by pingu sohan View Post
Well, this is just a suggestion, but do you think it is possible to make a block of commands or something like that, i.e., let's say under an if command, you can add something like a '{' and then add as many commands and then close it with '}'. This would save a lot of time and commands.
Isn't this easy enough to do with if commands and labels?
Quote Originally Posted by Biney View Post
I believe I know why this happens, will fix.



I'm not planning to do that. I find UI design to be extremely boring. I'm really not planning to implement anything new because, as I said in the original post, I probably won't have time to continue developing Grimoire.



You need to install:
Flash Player ActiveX https://get.adobe.com/flashplayer/otherversions/
.NET Framework 4.5 or higher https://www.microsoft.com/net/downloaddows



No. XP is really outdated and you should consider installing something more up to date.



Isn't this easy enough to do with if commands and labels?
It is, but i've observed that the commands with the index(in 3.4) move much faster than the ones with labels. So, if you had the choice, it would be better to put all the ones you need under a single command instead of using labels. Just a suggestion. And if possible could you bring back the index commands also?
Quote Originally Posted by pingu sohan View Post
could you bring back the index commands
The index function still works, you just need the lines that call it and voila, and here's the codes

Index up:
Code:
      {
        "$type": "Grimoire.Botting.Commands.Misc.CmdIndex, Grimoire",
        "Index": 2
      },
Index down:
Code:
      {
        "$type": "Grimoire.Botting.Commands.Misc.CmdIndex, Grimoire",
        "Type": 1,
        "Index": 3
      },
I think that i don't have to mention opening the .gbot file with a text editor, find the line where you wanna put the index ad save.
Quote Originally Posted by pingu sohan View Post
It is, but i've observed that the commands with the index(in 3.4) move much faster than the ones with labels. So, if you had the choice, it would be better to put all the ones you need under a single command instead of using labels. Just a suggestion. And if possible could you bring back the index commands also?
Enable the "skip bot delay for if and index commands" in the misc tab.
If it is somehow lagging behind a bit, then use the the lag killer etc. It should be almost instantly.

Also, you only need like 1 label. For example if you want to do stuff once an item drops, just use the opposite if function.
Code:
Item has not dropped: Tainted gem
Goto label: no gem
bank -> inventory: Tainted gem
get drop: Tainted gem
Inventory -> bank: Tainted gem
[NO GEM]
Quote Originally Posted by KekkeTex View Post
Enable the "skip bot delay for if and index commands" in the misc tab.
If it is somehow lagging behind a bit, then use the the lag killer etc. It should be almost instantly.

Also, you only need like 1 label. For example if you want to do stuff once an item drops, just use the opposite if function.
Code:
Item has not dropped: Tainted gem
Goto label: no gem
bank -> inventory: Tainted gem
get drop: Tainted gem
Inventory -> bank: Tainted gem
[NO GEM]
That's what i use, but you got around 7 items dropping from the quest, so it gets slow.(idk why tho)
Quote Originally Posted by pingu sohan View Post
That's what i use, but you got around 7 items dropping from the quest, so it gets slow.(idk why tho)
I've done it this way for a while. It runs smooth for me.
In this gif (realtime), the bot quickly skips 7 items that didn't drop. And only takes a little bit to sell the mace that drops.
 
Gif

It's different on your end?

Enable lag killer, and if for some reason you are in a public room, also enable hide player or disable animations.
Quote Originally Posted by KekkeTex View Post
I've done it this way for a while. It runs smooth for me.
In this gif (realtime), the bot quickly skips 7 items that didn't drop. And only takes a little bit to sell the mace that drops.
 
Gif

It's different on your end?

Enable lag killer, and if for some reason you are in a public room, also enable hide player or disable animations.
Every command goes like the sell command
A few problems I'm having:

1. Whenever I open a quest tab, it automatically accepts all quests.
2. Auto relogin is too fast, and leads to a disconnect.
3. When I manually log back in and start the bot, it immediately disconnects when I press "Enable Bot" and it tries to accept the quest.
Also, is there a reason why you limit login delay to 20000ms?
Quote Originally Posted by pingu sohan View Post
Every command goes like the sell command
Then you either don't have the skip delay option enabled as I said. Or it is bugged for you, but it has worked for me for all versions of grimoire I used (including 3.7).
 
Screenshot


edit: And as I also mentioned before, use the lag killer and hide players if it isn't skipping so fast when you have the option enabled.
Quote Originally Posted by KekkeTex View Post
Then you either don't have the skip delay option enabled as I said. Or it is bugged for you, but it has worked for me for all versions of grimoire I used (including 3.7).
 
Screenshot


edit: And as I also mentioned before, use the lag killer and hide players if it isn't skipping so fast when you have the option enabled.
Everything other than the skip bot delay is checked. But in 3.4, i never turned it on, but it still worked. I guess i'll try that.
Edit: Yep, works like a charm now. Thanks mate.
Is it possible to join your own character house using a bot commands or so?
If not, I would suggest to add a command to join the player´s house
Quote Originally Posted by minisaurus View Post
Is it possible to join your own character house using a bot commands or so?
If not, I would suggest to add a command to join the player´s house
You can use packets.%xt%zm%house%1%Username%
Quote Originally Posted by pingu sohan View Post
You can use packets.%xt%zm%house%1%Username%
Thanks pingu, btw, do you know where I can find a tutorial to use packets?
Posts 46–60 of 69 · Page 4 of 5
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?