Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
prize3.dll plugin

 
Post new topic   Reply to topic Printable version
 View previous topic  PlayerTags delay before delete - Merv Post :: Post #include stuff for Merv  View next topic  
Author Message
Guest



Offline

PostPosted: Thu Aug 30, 2007 6:50 pm    Post subject: prize3.dll plugin Reply to topic Reply with quote

Hey,

Was just wondering if anyone has the source and/or plugin for this. I believe Explody made the plugin but I can't seem to find it anywhere and his site doesn't work anymore...


Thanks
Back to top
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Fri Aug 31, 2007 2:27 am    Post subject: Reply to topic Reply with quote

Archiving a shitload of websites seems to be good for something, heh.

I don't have the source anywhere.




Prize3.dll and prize3-readme.txt, as requested.

prize3.zip - 114.59 KB
File downloaded or viewed 31 time(s)
Back to top
View users profile Send private message Add User to Ignore List
Guest



Offline

PostPosted: Fri Aug 31, 2007 3:08 am    Post subject: Reply to topic Reply with quote

Thank you very much!
Back to top
Guest



Offline

PostPosted: Mon Sep 03, 2007 4:18 am    Post subject: Reply to topic Reply with quote

Hi, don't mean to bump this thread but I had a question on how to program a certain thing I'd like on my bot. I got some other stuff done but needed a certain thing done. I was wondering how I go about making a program displaying a random number in pub and then checking to see the first one who type it in? Any insight or guidance towards the completion of this project I would gratefully appreciate.


Thanks
Back to top
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Mon Sep 03, 2007 2:24 pm    Post subject: Reply to topic Reply with quote

You're not bumping anything, we don't even consider it bumping within 2 weeks really. Plus, it's only bumping when you're not posting anything new or posting something off-topic.

You can start showing your appreciation by registering to these forums. I personally don't like responding to random guests.
Don't worry about my attitude in other threads/posts on these forums, I don't treat everyone like shit.

I'm not sure if this type of plugin already exists, but it's not really hard to do. You just have to pay attention to what you're doing.

Well, programming requires something to program in (actually write code), a programming language, a compiler and the skill to program.
MERVbot was written in the language C++, it'd be wise to use the same language for your plugins and a compiler that knows how to deal with this language.
The most important thing, the knowledge/skill, is what you're here for.

As a compiler/"program to do the programming in" (IDE), I'd recommend using Microsoft Visual C++ (version 2005, which is .NET, is released as a free version by Microsoft).

Another useful project is Dev-C++, which does the same. I hate it, but that's me.

Google is your friend.

Oh well, here's a link to get you started.
http://msdn2.microsoft.com/en-us/express/aa975050.aspx

Setup MS Visual C++ Express. If you already have MS VC++ or Dev-C++, the next thing to do is setup your plugin compiling file hierarchy.

http://wiki.minegoboom.com/index.php/MERVBot_Tutorial is a useful resource for the following step(s).

If you got MS Visual C++ (or any IDE) installed, you're very close to creating your plugin. I wouldn't mind helping you with that.
Back to top
View users profile Send private message Add User to Ignore List
tcsoccerman
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Sep 03, 2007 3:05 pm    Post subject: Reply to topic Reply with quote

I'll give you my opinion on the two compilers solo mentioned

Dev C++
This compiler is a more faster program that isn't meant for making windows apps, but if you're programming for continuum, that's ok. There's one big thing that i, nor everyone else that uses it, don't like. That's the indentation. Indentations are, basically, the "code neatness"...well... idunno, but that's one bad thing about it.

MS Visual C++
MS visual is meant for windows programming more than .dll or, yo ucouls say continuum coding. It takes more time to start, dl, and is slow while using it, but that's for my computer. This compiler's indentations are good(i think, barely used it). Overall this is a more efficient, but bigger, thus slower, although if you have a good computer, it won't matter.

I use dev c++, mainly because it's quicker to load.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Mon Sep 03, 2007 7:00 pm    Post subject: Reply to topic Reply with quote

Technically neither of those are compilers.
Dev-C++ is an IDE that uses MinGW which is a Windows port of gcc, and I think the compiler that Visual C++ (also an IDE) uses is called something along the lines of "The Microsoft Visual C++ Optimizing Compiler"
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Tue Sep 04, 2007 2:10 am    Post subject: Reply to topic Reply with quote

ORLY? Technically I'm your father.
Back to top
View users profile Send private message Add User to Ignore List
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Tue Sep 04, 2007 11:04 am    Post subject: Reply to topic Reply with quote

VC++ is really an IDE and a compiler. It has some nicer features and the Express Editions seem to load pretty quickly. Gotta admit I'm still lazy and haven't made the move from 6.0 yet, though.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Wed Sep 05, 2007 9:47 am    Post subject: Reply to topic Reply with quote

Anyway, this thread still didn't get anyone anywhere. Any progress on anything, mysterious Guest?
Back to top
View users profile Send private message Add User to Ignore List
Guest



Offline

PostPosted: Thu Sep 06, 2007 2:44 am    Post subject: Reply to topic Reply with quote

I actually was extremely busy this weekend with the start of school and all. I'll prob. get around to it this weekend. The only part left to code is when the bot sends an arena message of random numbers asking the players to type it in, and then determines the winner by matching it.

On a side note, it's too bad Explody never got around to implement the prize3.dll expiration dates. That was my only reason for switching over to this plugin. icon_sad.gif
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 62 page(s) served in previous 5 minutes.

phpBB Created this page in 0.489442 seconds : 38 queries executed (92.6%): GZIP compression disabled