Jacob Topic Starter
Posts: 338
|
 |
« on: October 06, 2008, 09:29:02 AM » |
|
This is no where near completion, this release just has a few simple features that can be used to make a game. I will continue making it, but feel free to use it how you would like. This version contains: - Account creation - Account loader - Item viewer - Bank viewer (I'm very proud of this) - StatusChecker - PvComp [Engine] (Also very proud of this) - PvComp example fight - Fight checker
PvComp Example Fight [ http://www.youtube.com/watch?v=pqJcQM0LMjw&fmt=18 ] License: Area Of Adventure is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Area Of Adventure is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Area Of Adventure. If not, see <http://www.gnu.org/licenses/>.
By accepting the download from http://uppit.com/2HASTA you agree to the above terms.
Download Link: [ http://uppit.com/2HASTA ] [25kb] Winrar Password: aoa Please comment below.  EDIT: If you need help on what some variables mean just post them here.  EDIT: This is a fix for the ItemViewer (Remember to edit this in the files and not the trunk) :: ___ ____ ____ ___ __ __ :: / | ________ ____ _ / __ \/ __/ / | ____/ / _____ ____ / /___ __________ :: / /| | / ___/ _ \/ __ `/ / / / / /_ / /| |/ __ / | / / _ \/ __ \/ __/ / / / ___/ _ \ :: / ___ |/ / / __/ /_/ / / /_/ / __/ / ___ / /_/ /| |/ / __/ / / / /_/ /_/ / / / __/ ::/_/ |_/_/ \___/\__,_/ \____/_/ /_/ |_\__,_/ |___/\___/_/ /_/\__/\__,_/_/ \___/ ::--------------------------------------------------------------------------------------------- :: The most advanced microsoft ms-dos batch game ever. ::--------------------------------------------------------------------------------------------- :: ::Created By: Jacob ::Date: 13/09/08 ::File Name: ItemViewer
:start cls @echo off
echo Enter Item ID: set /p ID=[ID]:
:true for /f "tokens=1,2,3 delims= " %%A in ('type data\item\items.txt ^| find "ID%ID%"') do ( cls set itemn=%%B set itemp=%%C ) echo The item with ID %ID% is a %itemn% with a price of %itemp%. pause >nul goto start exit
|
|
|
|
« Last Edit: October 11, 2008, 09:11:13 AM by Jacob »
|
IP logged
|
|
|
|
|
|
Jacob Topic Starter
Posts: 338
|
 |
« Reply #2 on: October 06, 2008, 10:56:31 AM » |
|
 . Post any help you need or variables you do not understand here. 
|
|
|
|
|
|
|
|
Jacob Topic Starter
Posts: 338
|
 |
« Reply #5 on: October 07, 2008, 09:12:38 AM » |
|
bump so other members can see.
|
|
|
|
|
|
Jacob Topic Starter
Posts: 338
|
 |
« Reply #7 on: October 07, 2008, 09:33:31 AM » |
|
let me know what you think. 
|
|
|
|
|
|
|
|
|
|
Jacob Topic Starter
Posts: 338
|
 |
« Reply #11 on: October 07, 2008, 09:52:27 AM » |
|
'night. 
|
|
|
|
Jacob Topic Starter
Posts: 338
|
 |
« Reply #12 on: October 08, 2008, 10:01:18 AM » |
|
So, how is it carbon? 
|
|
|
|
|
|
Ivy Guest
|
 |
« Reply #14 on: October 08, 2008, 10:07:22 AM » |
|
woops wrong place!! deleted .
|
|
|
|
|