source: irpg/trunk/bot/README@ 1462

Last change on this file since 1462 was 1444, checked in by Daimonos Tereutes, 18 years ago

import initial

File size: 3.2 KB
Line 
1--------------------------------------------------------------------------------
2First-time users:
3--------------------------------------------------------------------------------
4
51. Using your favorite text editor, open the bot's source. Read the file header.
6 If you don't agree with the license, please delete the source and remove
7 each of your brain cells associated with it. Kthx.
82. Open the file .irpg.conf and edit the bot's options to suit you. You must
9 also move this file into the same directory where the bot resides.
103. Run it with: perl bot.filename.pl
114. If you have problems, try running it in debug mode:
12 perl bot.filename.pl --debug
13 If you cannot diagnose the problem, post to http://idlerpg.net/forum.php
145. Thanks for your interest in Idle RPG!
15
16--------------------------------------------------------------------------------
17IRPG 3.0 users looking to upgrade:
18--------------------------------------------------------------------------------
19
201. Using your favorite text editor, open the bot's source. Read the file header.
21 If you don't agree with the license, please delete the source and remove
22 each of your brain cells associated with it. Kthx.
232. Open the file .irpg.conf and edit the bot's options to suit you. You must
24 also move this file into the same directory where the bot resides.
253. Replace your old bot source with the new one, ie, rm -f that old, buggy crap.
264. Run it with: perl bot.filename.pl
275. If you have problems, try running it in debug mode:
28 perl bot.filename.pl --debug
29 If you cannot diagnose the problem, post to http://idlerpg.net/forum.php
306. Thanks for your interest in Idle RPG!
31
32
33--------------------------------------------------------------------------------
34IRPG 2.4 users looking to upgrade:
35--------------------------------------------------------------------------------
36
371. Using your favorite text editor, open the bot's source. Read the file header.
38 If you don't agree with the license, please delete the source and remove
39 each of your brain cells associated with it. Kthx.
402. Run the db conversion tool: perl irpgdbtool
413. Answer the questions to suit you.
424. Open the file .irpg.conf and edit the bot's options to suit you. You must
43 also move this file into the same directory where the bot resides.
445. Run it with: perl bot.filename.pl
456. If you have problems, try running it in debug mode:
46 perl bot.filename.pl --debug
47 If you cannot diagnose the problem, post to http://idlerpg.net/forum.php
487. Thanks for your interest in Idle RPG!
49
50
51--------------------------------------------------------------------------------
52Pre-2.4 users looking to upgrade:
53--------------------------------------------------------------------------------
54
551. Using your favorite text editor, open the bot's source. Read the file header.
56 If you don't agree with the license, please delete the source and remove
57 each of your brain cells associated with it. Kthx.
582. I don't think the irpgdbtool will help you unless you're comfortable with
59 Perl, sorry. :/ If you are, though, you can pull the loaddb() sub from the
60 bot that you're currently using instead of using the loaddb() supplied in
61 irpgdbtool. You'll also need to add code to add in the other missing fields
62 that exist in v2.4.
Note: See TracBrowser for help on using the repository browser.