vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Aerith's Mage Types Version 2 - Need's BETA Testing (https://vborg.vbsupport.ru/showthread.php?t=48650)

Aerith_Freak 02-06-2003 10:00 PM

Aerith's Mage Types Version 2 - Need's BETA Testing
 
Aerith's Mage Types Version 2.0.0

Yes it's been a long wait but it's finally here. Please note that I haven't had the time to test this on a live board yet, so please report any bugs that occurr.

This hack is really designed for RPG communities (such as Final Fantasy for example). It is a great improvement over it's predecessor. Users now have their own RPG Control Panel where the can customize aspects of their RP character. In this Control Panel they can choose their Job Class, Charcter Gender, Character Race, Attack Element, Alignment (side) as well as giving their character a name (done by SQL not by additional profile fields) and a biography.

Also in this version Users also get their own RPG Card. The RPG Card is another Member Profile, however it only displays the Users RPG information. This stops Member Profiles being cluttered with RPG related items. There is also the option to show the Job Class on the postbit template, however it's entirely up to you whether you do or not.

UPDATING FROM THE PREVIOUS VERSION:

I'm afraid if you have my previous version (1.0.0 or higher) then you'll have to manually remove everything that was added. This is simply because I started this version from scratch, and a few things are different.

INSTALATION:

A file named install.txt is included within the .zip pack that contains all information on how to install. This time it uses an installer script so you don't have to worry about executing queries manually.

OTHER HACKS INCORPORATED:

This hack also uses Knoman's Stats & Levels hack. However it is incorporated into the RPG Card system, so if you already have his hack running then you do not need to remove it. Thanks must be given to Knoman for allowing me to use the hack.

OTHER:

Please please please read through the other .txt files included within the .zip . They each contain important information that you need to read before you even begin to install the hack.

SCREENSHOTS:

Like I said I haven't had time to run this script yet, so I haven't had time to take screenshots either. I'll try and add them as soon as possible.

SPECIAL THANKS:

Thanks goes to all these people:

-> Knoman for granting me permisson to use and modify his Stats & Levels hack within the production of this hack.
-> TWTCommish for producing one of the first vB Install scripts.
-> CraterSeraph for all his help along the way
-> afterlab for the constant inspiration
-> [D]Vincent for building on my first Job Class hack and throwing some more ideas into the fray. Even if we aren't exactly on level terms, he still inspired me to build this version.


Support will only be given in this thread. Please do not e-mail me or IM me for support

ONLY INSTALL ON A BETA FORUM FOR THE TIME BEING, I CAN'T GUARENTEE STABITLITY ON A MAINSTREAM BOARD!

PSI|Dr-X 02-07-2003 04:58 PM

I will test it on my board(localhost)

PSI|Dr-X 02-07-2003 05:08 PM

Hey better fix everything cuz even the mysql queries aren't working an the install_mage either

Strider Xero 02-07-2003 11:26 PM

sounds real interesting! Hopefully someone will get some screen shots up soon.

afterlab 02-08-2003 02:40 AM

Good luck with this project, Ethereal. Thanks for the credits. My inspiration is yours as always. ;) It's truly an honor.

[D]Vincent 02-08-2003 02:49 AM

thanks for the thanks, I wish i was good enough to have made something like this =P
gj on it but i'm messing around with zajako's hack so i'm not installing any other rpg hacks for now, if that doesn't work out then i'll give this a try ^^

Strider Xero 02-08-2003 11:44 AM

hey it's afterlab! surprised to see you here in this thread. You dont know me, but i've seen your forums...really awesome work with your own RPG mods!

?nima 02-08-2003 06:34 PM

Sounds good, I will wait for some screens first.

[D]Vincent 02-10-2003 01:44 PM

i'll install it on a test board so that i can see how it works and tell you the problems, ect. just to test it out

[D]Vincent 02-10-2003 02:03 PM

one thing i noticed is that you don't have the floor code when figuring up the stats so the stats will come out with a decimal, i.e. 49.67 or something like that, the floor code will round it up to 50 instead of it staying at 49.67

also there is only two races :P there should be more than that, some people don't know how to code in more races so that would be difficult for them to work with

plus don't you think that since you have spell immunities that you should make up a little attack thing where each class gets a few attacks? kind of like how i had the limit break thing only instead it's just special abilities

also when you do make the classes work with the admin cp perhaps you can make the other stuff work also, so that people can edit, add, remove races, classes, elements, alignments, immunities, ranks, attacks if you do add that on, and maybe also the stats for each class

an idea i was going to try doing was making sub-classes, for exmaple you pick a class category, let's say these are the categories:
warrior
mage
theif
warrior/mage
and then once you pick it your category you select which class you want in that category, each one being diffirent than the next but still having similar things, these would be the classes I use:
warrior category:
barbarian
fighter
samurai
mage category:
wizard
druid
cleric
theif category:
rogue
bard
ninja
warrior/mage category:
tainted paladin
paladin
ranger
this is just one thing i was going to do with an RP on my site and if it was in this hack then it would be very easy for them to select their class instead of posting a profile and me and the mods doing everything manually

glas 02-10-2003 10:13 PM

Okay, so I uploaded all the files, then I uploaded the install.php and went to run it and I've got a PHP error on line 160. *shrug* And yes, I uploaded it to the admin folder and followed the instructions thus far, to boot.

Aerith_Freak 02-11-2003 05:50 AM

Yes I appear to have coded the ALTER query wrong in the installer. It'll be fixed and released by tomorrow hopefully.

[D]Vincent, thanks for the ideas, I'll work on them for the next build.

And Thanks again afterlab.

Aerith_Freak 02-12-2003 06:25 AM

Quote:

Originally posted by glas
Okay, so I uploaded all the files, then I uploaded the install.php and went to run it and I've got a PHP error on line 160. *shrug* And yes, I uploaded it to the admin folder and followed the instructions thus far, to boot.
Hmm interesting. I'll look into that, hopefully the fix should be released tomorrow.

[D]Vincent 02-12-2003 11:43 AM

i got the same problem with the line 160:
Parse error: parse error in /****/****/****/admin/install_mage.php on line 160

[D]Vincent 02-12-2003 11:46 AM

i'm going to just insert the queries through phpMyadmin and see if just the templates will install

Aerith_Freak 02-13-2003 12:23 PM

The parse error is generated by the templates. I forgot a \ before one of the apostrophes so it generates a parse error.

I'm currently scanning through for any other things like that in the installer that I may have forgot to add a \ before.

Are the queries executing okay in the installer?

The updated .zip file shall be released tomorrow because I'm not logged onto my own computer right now so I can't access my files xD

[D]Vincent 02-16-2003 11:43 PM

heh, yeah i figured that out when my plan failed lol
i'll wait for the update then

Aerith_Freak 02-23-2003 12:23 PM

Sorry for taking so long, I've been on holiday.

Anyway I'm getting my own offline server setup so I'll test everything out on it and fix anything that I know how to.

Aerith_Freak 02-24-2003 06:34 AM

Okay the file has been updated and EVERY bug that's been reported or I've found has been fixed. It should work fine now.

But if you find a bug, please report it.

ScreenShots coming tomorrow.

Aerith_Freak 02-25-2003 06:31 AM

No screenshots today unfortunately, however I've changed the .zip pack because the one I uploaded yesterday was the really old one that I was configuring to uninstall everything xD

Dark Angelus 09-06-2003 07:19 PM

Quote:


Invalid SQL: ALTER TABLE user ADD (
class int(3) NOT NULL default '0',
race int(3) NOT NULL,
alignment int(3) NOT NULL,
gender int(3) NOT NULL,
element int(3) NOT NULL,
description text NOT NULL,
name text NOT NULL default '0')
mysql error: BLOB column 'name' can't have a default value


Im getting that error, on step 2 ... is it just me? :ermm:


All times are GMT. The time now is 04:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01072 seconds
  • Memory Usage 1,761KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete