Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
DofusBase.SCAR Yes... It's here!
If you want to help, message me on here.
Put the DofusBase.scar and Zaap.bmp into your INCLUDES folder! Put anything made with or compliant with the include wherever you normally would! Put any "other" includes also in the include folder. (SideNote since I'm making an includes tutorial!)
NOW we are making the DofusBase.scar a community progect!
Those of you who are willing to provide code help can provide freely! I withold only one major right from everyone! You cannot edit the preloader now that it credits this site!
The script will now be made not to have complete scripts like... MineThis or FarmThis... Rather it will be composed of scripts that make creating scripts of that like easier and faster. All at the cost of a couple lines of code!
I'm also preparing to implement a new fail-safe that will require the preloader (no matter which one) to be called prior to the other commands or else it will make the other commands not work. No worries though, if you use a prelaoder the commands will work just fine!
Last Update:11/17/09 Next Predicted Update:11/27/09 Download The files again at each update! The Required Re-Downloads for this update:
Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
UPDATED 11/17/2009
--------------------
SCAR Coder
DofusBaseV1 [||||||||||]
Want to make progress bars like me?
CODE
use this base one as an example! [[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
I thought of that just today... people might ask questions on how to use it. as stated, it's meant for the coders moreso than the end-user.
in my next update i'll include a few examples, more commands, and 2 "poster child" scripts meant to be used from this script.
the way you CAN use it if you understand includes is simple, drop it in the include folder with the bmp... call te include in your script, and then dont forget to make the call for the preloader which in all calling: {.include DofusBase.scar} and the preloader could be 1-3: SCAR_Setup(3);
--------------------
SCAR Coder
DofusBaseV1 [||||||||||]
Want to make progress bars like me?
CODE
use this base one as an example! [[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
detecting monsters by bmp would be all to innefective...
--------------------
SCAR Coder
DofusBaseV1 [||||||||||]
Want to make progress bars like me?
CODE
use this base one as an example! [[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
It's an include file that has many Dofus-specific commands, like I'm planning a
CODE
SendPM('playername','message');
and such codes that are designed to make botting in DOFUS easier and more optimized. we currently have a pre-loader to credit this site and a few commands to help with mining/farming/fishing/mouse/clicking/and a few other things to help make codes simpler and easier to code and allows for more complex codes to be made easier
--------------------
SCAR Coder
DofusBaseV1 [||||||||||]
Want to make progress bars like me?
CODE
use this base one as an example! [[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
coders use this file to make they're scripts better and more optimized, and it makes coding much easier... i make custom commands designed for DOFUS, they use them, and the site gets credit!
--------------------
SCAR Coder
DofusBaseV1 [||||||||||]
Want to make progress bars like me?
CODE
use this base one as an example! [[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Group: Elite Members
Posts: 15
Joined: 9-December 09
Member No.: 1,063,648
Seems like a pretty clever idea, but are you intending to actually formulate a special Dofus Botting Language? It would be a great idea, but a lot of work would be needed! I'm just starting to learn Scar, and its reasonable easy to use, but I can certainly see some ways in which functions could be made Dofus-specific.
--------------------
Currently working on an awesome bot which is why I havn't posted anything for a bit!
Group: Elite Members
Posts: 318
Joined: 22-June 09
From: Deep in my Coding Cave. But don't feel bad! After all, it's on the darkside, and we have cookies!
Member No.: 934,937
In the new file I have formulated for myself I have (DB2.txt) created some new and VERy dofus-oriented features... there are new variables available for use. I can flexibly create more variables on demand, a special type fo variable was discovered that acts as ALL types of variables besides the ones i create myself. I have also re-formulated some of the functions and procedures so that they are compliant with the new variables and other features...
This release will wait until everyone starts releasing Dofus 2.0 bots so I can pick up on the "common" method of coding they use and re-formulate the code again to work more in their favor...
--------------------
SCAR Coder
DofusBaseV1 [||||||||||]
Want to make progress bars like me?
CODE
use this base one as an example! [[color="#00FF00"]|[/color][color="#FF0000"]|||||||||[/color]]
Group: Elite Members
Posts: 15
Joined: 9-December 09
Member No.: 1,063,648
One thing which I would really like in Scar is a library of constants. These constants would be popular colours from every time of day, stored in a database. As far as I can tell, finding the colour changes is one of the most annoying parts of making Dofus bots, so this would be very useful.
--------------------
Currently working on an awesome bot which is why I havn't posted anything for a bit!