Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Offline
Use some of your coding skills I learned how to make shops etc, by just trying some stuff out and using some parts of the tutorials that are on the forums here.
Btw if you look at the tutorials you can find some nice things. (the win part can also be used for coins)
Ingame: marten22 My steam: MartenM
Offline
Offline
Use some of your coding skills I learned how to make shops etc, by just trying some stuff out and using some parts of the tutorials that are on the forums here.
Btw if you look at the tutorials you can find some nice things. (the win part can also be used for coins)
the tutorials are old and ive done wins already as you know also, i tried loads of times and error after error soo i dont know
Offline
u get errors from the tutorials cause he is using his codes. u watch the tutorials and need to fix the errors urself according to ur style of code.
Offline
MartenM wrote:Use some of your coding skills I learned how to make shops etc, by just trying some stuff out and using some parts of the tutorials that are on the forums here.
Btw if you look at the tutorials you can find some nice things. (the win part can also be used for coins)
the tutorials are old and ive done wins already as you know also, i tried loads of times and error after error soo i dont know
Why doesn't you post the errors here? Maybe we can help you.
Maybe there is someone that is going to give you a code to make a shop with.
Shouldn't be that hard to have a shop. Save data to the players and when the bot exit or when you use a command, save the data to MySQL or document.
Do you use botbits? Because you doesn't say if you use an SDK or not.
Offline
Notcarksss wrote:MartenM wrote:Use some of your coding skills I learned how to make shops etc, by just trying some stuff out and using some parts of the tutorials that are on the forums here.
Btw if you look at the tutorials you can find some nice things. (the win part can also be used for coins)
the tutorials are old and ive done wins already as you know also, i tried loads of times and error after error soo i dont know
Why doesn't you post the errors here? Maybe we can help you.
Maybe there is someone that is going to give you a code to make a shop with.
Shouldn't be that hard to have a shop. Save data to the players and when the bot exit or when you use a command, save the data to MySQL or document.Do you use botbits? Because you doesn't say if you use an SDK or not.
No i dont use BotBits for this one and i just need like a guide for it or a tutorial just as a guide
Offline
hummerz5 wrote:My guess is to check with srna, luciferX, and nvd.
3 problems:
1. Nvd is alwaays afk
2. srna deleted me (idk why)
3. luciferX wont help ANYONE anymore
Rant aside, let's start a discussion.
What HAVE you tried?
How long have you been programming?
How seriously are you actually taking this?
What's your best estimate, in the most precise measurement possible(where applicable), that you have sat down at a computer with the intent of understanding dat code, as opposed to asking someone else to piece it together?
How on earth do you have a shift bot but no win system?
how long have you played EE?
How many shift levels do you actually have programmed in?
Is your level actually going to be popular?
What's the hardest generic intellectual accomplishment you're willing to share?
Offline
My guess is to check with srna, luciferX, and nvd.
pls no
Offline
hummerz5 wrote:My guess is to check with srna, luciferX, and nvd.
pls no
That was my other point. Notcarksss, I was wondering if you got the hint or not. Helping fix someone's bug is pretty fun. Programming their bot for them is pretty tedious.
Offline
@srna Hahaha
Offline
No i dont use BotBits for this one and i just need like a guide for it or a tutorial just as a guide
I guess yet another way to just copy and paste?
Offline
(note: luciferx is the new username of icepegasus)
@Notcarksss if you want to do a shop like in BombBot(as example) you may want to track user movements(like in a digbot).
As @capasha mentioned you may also want to store the purchases for a longer time(so when you restart your bot the player experience isn't lost).
Planning what kind of things you want to sell, and how to sell them, could help us making better suggestions.
Everybody edits, but some edit more than others
Offline
I'd assume that you're not quite ready to make a shop. if you need someone to hold your hand(not meaning this in a negative way) then perhaps you aren't ready to move on to that. Programming is a conceptual and syntax idea that takes a while to get the hang of. Once you can understand why you're getting errors from my tutorials because they're old, then you can start to create programs that are your own.
My point is, asking for someone to show you or make it for you won't always help. Work your way there.
If you would like me to make a bot for you, go here.
Offline
I'd assume that you're not quite ready to make a shop. if you need someone to hold your hand(not meaning this in a negative way) then perhaps you aren't ready to move on to that. Programming is a conceptual and syntax idea that takes a while to get the hang of. Once you can understand why you're getting errors from my tutorials because they're old, then you can start to create programs that are your own.
My point is, asking for someone to show you or make it for you won't always help. Work your way there.
Look, i dont want anyone to "hold my hand" i just was asking if anybody could help not "make it for me" or "someone to show me" i just was asking for a little bit of help
this is why i dont like asking these questions about bots in this stupid forum
People hate me including Icepegasus (I know he does he just wont say it) and i can name A LOT more if you want me to
Offline
i dont 'hate' you though, your problem is, Ure not really asking for help ure asking for people to code for u. Thats why i dont 'help' anymore
Offline
Thats the reason srna wrote 'Please no'
Offline
Offline
How could we help you, if you doesn't have a code for the shop?
I thought making shop was something you learned before you go over to programming bots.
So please, follow different tutorials about C#. Maybe hire a book on a library.
Offline
One of the most important things I think of coding in general is solving problems. I have a lot of fun coming up with ridiculous solutions to my problems.
Maybe try some easier things first. I made MRbot as my first bot. It helped me to learn a bit more coding in general and I believe if you followed the tutorials a bit you would be able to reproduce a big part of it.
I know, the tutorials are outdated but if you use some google and know how to fix error's in C# you will come a whole end. I do not recommend to copy and paste the tutorials tho. Getting 100 error's to fix doesn't motivate too much
Btw a quick tip. You can use the 'how to make wins' tutorial to create coins as well.
Ingame: marten22 My steam: MartenM
Offline
public void askQuestion()
{
string question = "Did I learn anything about programming a bot from nvd, srna or icepegasus?";
Console.WriteLine(question);
string answer = Console.ReadLine();
if (answer == "no")
{
Console.WriteLine("Rewrite your whole bot and start learning it.");
}
else
{
Console.WriteLine("Try things out. Explore. It's all about your problem solving skills.");
}
}
Offline
Pls people. Stawp.
Before assuming that OP is a nub, be more like Stack Overflow and ask what they've tried (and to provide code, if poss), the specific things they're having trouble with, and how they intend to implement whatever feature they're trying to code - a good help request should already contain this information.
If OP hasn't tried much before asking for help, give some guidance: explain a few of the steps you would take if you were gonna code that feature.
Not the cancer that is this thread.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Pls people. Stawp.
Before assuming that OP is a nub, be more like Stack Overflow and ask what they've tried (and to provide code, if poss), the specific things they're having trouble with, and how they intend to implement whatever feature they're trying to code - a good help request should already contain this information.
If OP hasn't tried much before asking for help, give some guidance: explain a few of the steps you would take if you were gonna code that feature.Not the cancer that is this thread.
I tried...
@Notcarksss if you want to do a shop like in BombBot(as example) you may want to track user movements(like in a digbot).
As @capasha mentioned you may also want to store the purchases for a longer time(so when you restart your bot the player experience isn't lost).
Planning what kind of things you want to sell, and how to sell them, could help us making better suggestions.
Everybody edits, but some edit more than others
Offline
Pls people. Stawp.
Before assuming that OP is a nub, be more like Stack Overflow and ask what they've tried (and to provide code, if poss), the specific things they're having trouble with, and how they intend to implement whatever feature they're trying to code - a good help request should already contain this information.
If OP hasn't tried much before asking for help, give some guidance: explain a few of the steps you would take if you were gonna code that feature.Not the cancer that is this thread.
Hummerz did.
I don't see a response to anything hummerz said.
You haven't contributed to this "cancer that is this thread" i mean neither have I but you are helping just as much as I am
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
[ Started around 1732377623.7156 - Generated in 0.118 seconds, 12 queries executed - Memory usage: 1.81 MiB (Peak: 2.08 MiB) ]