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)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

Xelation 06-06-2003 10:59 PM

DAAAAAAMMMMMNNNN that was a really, really, really long hack!!! but it was well worth it!!! Amazing, installed first time no problems and I didnt have trouble finding anything at all. thanks :)

Xelation 06-07-2003 03:42 AM

question, how are people making items like Magic Tag that Cures Zombie status? Because what does zombie status do, is there even zombie status in this hack? Becuase I want to create a spell that causes poison and will take away 3% of a persons health away each turn until its cured but I have no clue how I can do this.

Xelation 06-07-2003 01:21 PM

Quote:

Today at 06:39 AM Me! said this in Post #1781
Bitsy is it possible for me to lock Race and Element once the user picks? People tend to go with the strongest instead of using this as an rpg extenstion of their persona and some of my members wish for me to lock this feature. They suggested in order to change it you'd have to pay money or reach a certain level.

That would be really cool if that could be done.

I agree, I would really like that to :)

Mijae 06-07-2003 01:25 PM

Bytsis, I found yet another money abuse bug. When you enter wager, you can enter a negative number (lets say -50,000). And when the battle is over it will clear both fighter's money to 0.

Zalastri 06-07-2003 10:39 PM

Is there any way that I can prevent a user from gaining EXP from posting in a certain forum?

kaotic 06-07-2003 10:45 PM

(IMO) Disabling the post count might work.

Btw, do you guys know any good sites that I could gather sprites from?

Zalastri 06-07-2003 10:47 PM

I dont think it has anything to do with post count.

Zalastri 06-07-2003 11:04 PM

in a SPECIFIC forum I want people not to get EXP when posting. Not to disable in all forums

PixelFx 06-08-2003 03:59 AM

Hey Bitsys,

I got some of the custom art I showed you earlier up on the site, and got more of a overall layout starting to come togher as well...

I am Still working on layout, rpg names for items etc, need to change gil to another currency but so far its all good, thanks for your hard work..

http://www.orbsydia.com

Above is what you would see if you had a membership account on my forum, to save people time of registering I put a screenshot together... I need to get a few beta testers as well, to help find bugs etc... so we can send to bitsys :P

http://www.orbsydia.com

I haven't made custom 3d battle scenes YET, but they are on the to list :)

:) Possible bug: some items not showing up in normal store, but do show up in the generic section ... not sure how to change that. The catigories are not set to personal....

Bitsys 06-08-2003 12:52 PM

Quote:

06-06-03 at 03:18 AM Me! said this in Post #1775
One thing some of my members pointed out is that at the end of a battle when the one users accepts that he won the battle sometimes the other person is slow to accept that they lost or just doesn't for some unknown reason.

I forget if you're given the money regardless if the loser accepts defeat or not, but it's just something I thought I'd bring to your attention. My user suggested instead of each user accepting the outcome to just have it automatically do it.


The money should be given as soon as the battle result can be determined, i.e. before both players accept the results. Let me know if this is not the case.

Quote:

06-06-03 at 02:29 PM Spark said this in Post #1777
uhm thx but i mean, give it any problems with the Store hack and the RPG Hack? Bugs?
Quote:

06-05-03 at 06:12 PM Bitsys said this in Post #1771
Other than that, the two should work just fine.
Quote:

06-06-03 at 11:42 PM Xelation said this in Post #1780
question, how are people making items like Magic Tag that Cures Zombie status? Because what does zombie status do, is there even zombie status in this hack? Becuase I want to create a spell that causes poison and will take away 3% of a persons health away each turn until its cured but I have no clue how I can do this.
There are no status modifiers at this time.

Quote:

Yesterday at 05:39 AM Me! said this in Post #1781
At the moment there are no status effects.

Bitsy is it possible for me to lock Race and Element once the user picks? People tend to go with the strongest instead of using this as an rpg extenstion of their persona and some of my members wish for me to lock this feature. They suggested in order to change it you'd have to pay money or reach a certain level.

That would be really cool if that could be done.

I have looked into doing this before and I found that it would cause more problems than solutions code-wise. Maybe someone could make an add-on.

Quote:

Yesterday at 09:25 AM v0id said this in Post #1783
Bytsis, I found yet another money abuse bug. When you enter wager, you can enter a negative number (lets say -50,000). And when the battle is over it will clear both fighter's money to 0.

You can disable negative wagers. Search this thread, as it has been discussed quite a bit.

Quote:

Yesterday at 06:39 PM Zalastri said this in Post #1784
Is there any way that I can prevent a user from gaining EXP from posting in a certain forum?

That would require a custom hack, since your forum IDs are different from everyone else's.


Quote:

Yesterday at 11:59 PM PixelFx said this in Post #1788
Hey Bitsys,

I got some of the custom art I showed you earlier up on the site, and got more of a overall layout starting to come togher as well...

I am Still working on layout, rpg names for items etc, need to change gil to another currency but so far its all good, thanks for your hard work..

http://www.shukenja.com/core/imgs/sh..._battlesys.gif

Above is what you would see if you had a membership account on my forum, to save people time of registering I put a screenshot together... I need to get a few beta testers as well, to help find bugs etc... so we can send to bitsys :P

http://www.shukenja.com/forum/itemshop.php?itemtype=1

I haven't made custom 3d battle scenes YET, but they are on the to list :)

:) Possible bug: some items not showing up in normal store, but do show up in the generic section ... not sure how to change that. The catigories are not set to personal....

Images look awesome :)

To fix the items not showing up problem, go in to your database with phpmyadmin. Find the rpg_type table. Change the ID of Generic from 1 to 0. That should fix it.

PixelFx 06-08-2003 09:10 PM

Gotta love phpmyadmin, Yup that did it :) I'm still new to editing mysql but I'm guessing for anyone else that had this problem you could run the query below.

Code:


UPDATE `rpg_type` SET `id` = '0' WHERE `id` = '1' LIMIT 1 ;


Mijae 06-08-2003 09:25 PM

Bytsis, you should implement the Clan Hack into your RPG battle hack, it would be a nice addition :P

legendarysk8er 06-09-2003 07:47 AM

Yes it would, my forum has clans, excpet they arent like a hack. A lot of times we have clan wars and what would be cool if like two weak people could fight a strong person a thte same time. Like somehow admins could arrange hadnicap matches or something. Just a thought...

PixelFx 06-10-2003 01:13 AM

Currently working on a chat system intergation system for the battle system... so far it's working good :P just a few more templates to edit and update :)

the system is linked to an irc server using custum hacked variation of the jirc intergrated hack. I've got it setup so that I can use the origional hack, as well as a second one, which I've linked for just battles... I'm working on setting up my own ircd for it as well.

gmarik 06-10-2003 12:15 PM

Quote:

Today at 06:13 AM PixelFx said this in Post #1793
Currently working on a chat system intergation system for the battle system... so far it's working good :P just a few more templates to edit and update :)
Oh, sounds great. Is it possible to use it without a game server, just a seperate chat? :smoke:

Moreliator 06-10-2003 11:59 PM

Bitsy,
It woudl be REALLY great if you could allow the admin to provide certain members with unique rpg characters. If you can't, could you at least say how I could go about doing it?

Bitsys 06-11-2003 02:38 AM

Quote:

Today at 07:59 PM Moreliator said this in Post #1795
Bitsy,
It woudl be REALLY great if you could allow the admin to provide certain members with unique rpg characters. If you can't, could you at least say how I could go about doing it?

Do you mean allow certain members the ability to use special classes or races?

What exactly do you mean by unique?

Hostc 06-11-2003 02:45 AM

I've installed this on my forums and when adding the code into the postbit area it really makes the postbit longer and it looks wierd.

:lick:

kaotic 06-11-2003 02:56 AM

Well maybe you should edit it so it doesn't include all of the information, making it smaller. :p

Moreliator 06-11-2003 12:40 PM

Quote:

Today at 04:38 AM Bitsys said this in Post #1796
Do you mean allow certain members the ability to use special classes or races?

What exactly do you mean by unique?


Alright, sorry for not clarifying better. You know how in the ADMIN panel, the admin can ad classes and then select whether he wants only Admin and Mods to use that class? Well it would be reallly helpful if we could do that for specific members. So lets say "bob" wants a certain class that no one else can get, I would go and do it via the CPANEL.

Thanks.

Bitsys 06-11-2003 01:48 PM

Quote:

Yesterday at 10:45 PM Hostc said this in Post #1797
I've installed this on my forums and when adding the code into the postbit area it really makes the postbit longer and it looks wierd.

:lick:

The RPG manual has a shorter version in it.

Quote:

Today at 08:40 AM Moreliator said this in Post #1799
Alright, sorry for not clarifying better. You know how in the ADMIN panel, the admin can ad classes and then select whether he wants only Admin and Mods to use that class? Well it would be reallly helpful if we could do that for specific members. So lets say "bob" wants a certain class that no one else can get, I would go and do it via the CPANEL.

Thanks.

Hmm, I see. That doesn't sound very feasible right now :(

PixelFx 06-12-2003 08:05 AM

possible bug with itemshop.php, in relation to donations...

Code:


Invalid SQL: SELECT field5 FROM userfield WHERE userid=
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

mysql error number: 1064

Date: Thursday 12th of June 2003 03:26:57 AM
Script: http://www.shukenja.com/forum/forum/itemshop.php
Referer: http://www.shukenja.com/forum/itemsh...n=donate&user=

...

I'm not sure where it's doubling up the forum/forum url either.. I've checked my systems and it all seems to be in order, but still getting error...

:)

Spark 06-12-2003 12:21 PM

Give it an option , that every user can see , the RPG Dates of other UserĀ“s in their Profile?

Bitsys 06-12-2003 07:11 PM

Quote:

Today at 04:05 AM PixelFx said this in Post #1801
possible bug with itemshop.php, in relation to donations...

Code:


Invalid SQL: SELECT field5 FROM userfield WHERE userid=
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

mysql error number: 1064

Date: Thursday 12th of June 2003 03:26:57 AM
Script: http://www.shukenja.com/forum/forum/itemshop.php
Referer: http://www.shukenja.com/forum/itemsh...n=donate&user=

...

I'm not sure where it's doubling up the forum/forum url either.. I've checked my systems and it all seems to be in order, but still getting error...

:)

In your rpgcp template, find:
Code:

$post[userid]
and change it to
Code:

$userid
Quote:

Today at 08:21 AM Spark said this in Post #1802
Give it an option , that every user can see , the RPG Dates of other User?s in their Profile?
Could you explain what RPG Dates are?

Spark 06-12-2003 08:19 PM

Argh sorry , my english is not the best
i mean the RPG Stats , that themself can see in their RPG CP
THis stats should be in the profile of every user , that everyone can see , what z.B the element ob the opponent is

sry for my bad english

Bitsys 06-12-2003 10:18 PM

Quote:

Today at 04:19 PM Spark said this in Post #1804
Argh sorry , my english is not the best
i mean the RPG Stats , that themself can see in their RPG CP
THis stats should be in the profile of every user , that everyone can see , what z.B the element ob the opponent is

sry for my bad english

In the postbit template, you could put something like:

Code:

<a href="rpgcp.php?userid=$post[userid]">RPG info</a>
That code will take them to the RPGCP of the poster.

Moreliator 06-13-2003 01:42 AM

Bitsy, when users edit their character and stuff in their User CP ----> Edit Options sometimes things do not change in real time. For example, earlier today I was testing it out and when I switched my class the Type would also switch right then and there to match the Class. Tonight, however, I have to select a new class, then hit update, then go back to Edit Info to see the new type... I'm not sure why this is. How can I get it to go back to how it was before?

Darkwaltz4 06-13-2003 09:24 PM

okay! REALLY long time no see :-p after breaking the battle arena like 6 months ago, i finally downloaded the newest version, disregarded all installation directions, and installed the hack over ^_^ so, in 2 days time, i redid the hack (my custom version anyway) lol, including the fabled summons, pp everything, and like a million little tweaks here and there to patch up little bugs which im not sure have been mentioned before or nt (i REFUSE to read through 130 pages of this thread >.<) anyway, as for the summons, theres still some TINY bugs in it (it doesnt appear for some users for some reason (like me???)) lmao, but does for 99.99% of the users of my enormous forums... my itemshop is still got 350 items, aaaaand i came up with a new version of the donation queue, if anyone been using it (i doubt it -_-) although summons might be more liked :-p anyways, IF you decided to be different and installed the donation queue, to upgrade just replace the code from the install instructions in moderate.php and itemshop.php (and yes it has been updated for the most current vrsion) oh and drop toname and origname from the table, theyre bad now ;) lol. new features include spiffy new interface, and now ip is displaying in a handy way (no long-around looking up of ips)

like i said ive fixed a million little bugs -_- but if i come accross asked questions ive fixed in this thread, ill post them (and ill keep ya posted on summons...maybe) lol

kaotic 06-13-2003 10:23 PM

I just went to check out your forums. I like what you've done with the RPG, very nice. I hope to hear (see?) more from you about the "summons" in the future. :)

RPGHost 06-13-2003 10:48 PM

I have an issue where the USER CP area lists the special fields of "race", class, etc 2 times. Once in the required area and again at the bottom. It only updates if you change the one on the bottom. Very confusing. I looked all over in the code and the data and couldn't figure it out. I could get them both to go away but not just one. Anyone have this problem? Suggestions to fix it? It's a new installation on 2.3.0. I'm testing it here:

James

Bitsys 06-14-2003 03:25 AM

Quote:

Yesterday at 09:42 PM Moreliator said this in Post #1806
Bitsy, when users edit their character and stuff in their User CP ----> Edit Options sometimes things do not change in real time. For example, earlier today I was testing it out and when I switched my class the Type would also switch right then and there to match the Class. Tonight, however, I have to select a new class, then hit update, then go back to Edit Info to see the new type... I'm not sure why this is. How can I get it to go back to how it was before?
Do you know of anything that could have changed the way it works? Anything that may have stopped it from working? Does this happen to all users who select that particular class/type?


Quote:

Today at 06:48 PM RPGHost said this in Post #1809
I have an issue where the USER CP area lists the special fields of "race", class, etc 2 times. Once in the required area and again at the bottom. It only updates if you change the one on the bottom. Very confusing. I looked all over in the code and the data and couldn't figure it out. I could get them both to go away but not just one. Anyone have this problem? Suggestions to fix it? It's a new installation on 2.3.0. I'm testing it here:

James


Have you checked your modifyprofile template to see if there is duplicate HTML code in there?

RPGHost 06-14-2003 03:49 AM

Quote:

Today at 05:25 AM Bitsys said this in Post #1810
Have you checked your modifyprofile template to see if there is duplicate HTML code in there?
Yeah, it's not there. I assume that the RACE and CLASS and all that are getting into BOTH of these variables:

$customfields_required

$customfields

Where I think it should only be in the later of the two. So it shows up twice but only the last one in the form is effective. So somehow the members.php file is messed up. Yet I didn't do any manual editing.

This is what's loaded into the first variable:

$profilefields=$DB_site->query("SELECT * FROM profilefield WHERE editable = 1 ORDER BY displayorder");

Here is what I think is loaded into the later:

$profilefields=$DB_site->query("SELECT profilefieldid,required,title FROM profilefield WHERE hidden=0 ORDER BY displayorder");

Ideas?

James

Moreliator 06-14-2003 10:02 AM

Quote:

Today at 05:25 AM Bitsys said this in Post #1810
Do you know of anything that could have changed the way it works? Anything that may have stopped it from working? Does this happen to all users who select that particular class/type?


I did change a few things. First, I deleted the first instance of the $RPG Name and element and all that stuff in the modify_profile template. Next, I remember also having to delete a "_require" from the template because it was actually showing up on teh page. But that is all...

Bitsys 06-14-2003 03:37 PM

Quote:

Yesterday at 11:49 PM RPGHost said this in Post #1811
Yeah, it's not there. I assume that the RACE and CLASS and all that are getting into BOTH of these variables:

$customfields_required

$customfields

Where I think it should only be in the later of the two. So it shows up twice but only the last one in the form is effective. So somehow the members.php file is messed up. Yet I didn't do any manual editing.

This is what's loaded into the first variable:

$profilefields=$DB_site->query("SELECT * FROM profilefield WHERE editable = 1 ORDER BY displayorder");

Here is what I think is loaded into the later:

$profilefields=$DB_site->query("SELECT profilefieldid,required,title FROM profilefield WHERE hidden=0 ORDER BY displayorder");

Ideas?

James


Quote:

Today at 06:02 AM Moreliator said this in Post #1812
I did change a few things. First, I deleted the first instance of the $RPG Name and element and all that stuff in the modify_profile template. Next, I remember also having to delete a "_require" from the template because it was actually showing up on teh page. But that is all...

Can both of you give me your modifyprofile template so that I can make sure I am on the same page as you?

Moreliator 06-14-2003 06:09 PM

Sure, heres mine, pasted exactly as it is.

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$bbtitle - Update profile</title>
$headinclude
</head>
<body>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
$racearrays
$classarrays
$typearrays
function updateRaces(){
  with (document.profile.alignment){
    var choice = options[selectedIndex].value;
  }
  document.profile.rpgrace.length = 0;
    choice = eval(choice);
  for (var i=0;i<choice.length;i++){
    with (document.profile.rpgrace){
      options[length] = new Option(choice[i],choice[++i],false,false);
    }
  }
  if ((parseInt(navigator.appVersion) < 5) && (navigator.appName == "Netscape"))  {        history.go(0);
  }
}

function updateType(){
  with (document.profile.rpggender){
    var gender = options[selectedIndex].value;
  }
  if (gender == "gd1"){
    with (document.profile.rpgclass){
      var rclass = options.selectedIndex;
    }
    rclass = eval(rclass);
    document.profile.rpgtypename.value = typename1[rclass];
    document.profile.rpgtypeid.value = typeid1[rclass];

  } else if(gender == "gd2") {
    with (document.profile.rpgclass){
      var rclass = options.selectedIndex;
    }
    rclass = eval(rclass);
    document.profile.rpgtypename.value = typename2[rclass];
    document.profile.rpgtypeid.value = typeid2[rclass];
  } else {
    document.profile.rpgtypename.value = typename0[0];
    document.profile.rpgtypeid.value = typeid0[0];

  }
  if ((parseInt(navigator.appVersion) < 5) && (navigator.appName == "Netscape"))  {        history.go(0);
  }
}

function updateClasses(){
  with (document.profile.rpggender){
    var choice = options[selectedIndex].value;
  }
  document.profile.rpgclass.length = 0;
    choice = eval(choice);
  for (var i=0;i<choice.length;i++){
    with (document.profile.rpgclass){
      options[length] = new Option(choice[i],choice[++i],false,false);
    }
  }
  document.profile.rpgtypename.value = typename0[0];
  document.profile.rpgtypeid.value = typeid0[0];
  updateType();
  if ((parseInt(navigator.appVersion) < 5) && (navigator.appName == "Netscape"))  {        history.go(0);
  }
}
//-->
</script>
$header

<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr>
        <td width="100%"><img src="https://vborg.vbsupport.ru/images/vb_bullet.gif" align="middle" alt="vBulletin">
        <normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> &gt;
        <a href="usercp.php?s=$session[sessionhash]">User Control Panel For $bbuserinfo[username]</a> &gt;
        Edit Profile</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->

<br>
$cpnav
<br>

<center>$coppatext</center>

<form name="profile" action="member.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"  width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
        <td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="2"><normalfont color="#000000"><b>Edit Profile - $bbuserinfo[username]</b></normalfont></td>
</tr>
<tr>
        <td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF" class="thtcolor"><b>Registration: Required Information</b></normalfont>
        <smallfont color="#EEEEFF" class="thtcolor">All fields are required.</smallfont></td>
</tr>
$parentemail
<tr>
        <td bgcolor="#1C5780"><normalfont><b>Email Address:</b></normalfont></td>
        <td bgcolor="#1C5780"><normalfont><input type="text" class="bginput" name="email" value="$bbuserinfo[email]" size="30" maxlength="150"></normalfont></td>
</tr>
<tr>
        <td bgcolor="#1C5780"><normalfont><b>Confirm Email Address:</b></normalfont></td>
        <td bgcolor="#1C5780"><normalfont><input type="text" class="bginput" name="emailconfirm" value="$bbuserinfo[email]" size="30" maxlength="150"></normalfont></td>
</tr>

<!-- *** -->
<tr>
        <td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF" class="thtcolor"><b>Optional Information</b></normalfont> <smallfont color="#EEEEFF" class=thtcolor>All information will be viewable by other $bbtitle members.</smallfont></td>
</tr>
<tr>
        <td bgcolor="#1C5780"><b><normalfont>Homepage:</normalfont></b></td>
        <td bgcolor="#1C5780"><normalfont><input type="text" class="bginput" name="homepage" value="$bbuserinfo[homepage]" size="30" maxlength="200"></normalfont></td>
</tr>
<tr>
        <td bgcolor="#13486D"><b><normalfont>ICQ Number:</normalfont></b></td>
        <td bgcolor="#13486D"><normalfont><input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="30" maxlength="30"></normalfont></td>
</tr>
<tr bgcolor="#1C5780">
        <td><b><normalfont>AOL Instant Messenger Handle:</normalfont></b></td>
        <td><normalfont><input type="text" class="bginput" name="aim" value="$bbuserinfo[aim]" size="30" maxlength="30"></normalfont></td>
</tr>
<tr>
        <td bgcolor="#13486D"><b><normalfont>Yahoo Messenger Handle:</normalfont></b></td>
        <td bgcolor="#13486D"><normalfont><input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="30" maxlength="30"></normalfont></td>
</tr>
<tr>
        <td bgcolor="#1C5780" valign="top"><b><normalfont>Signature:</normalfont></b><br>
        <smallfont>Optional signature you may use to appear at bottom of your posts.</smallfont>
                <p><smallfont>HTML code is $htmlonoff<br>
                <a href="misc.php?s=$session[sessionhash]&action=bbcode">vB Code</A> is $bbcodeonoff<br>
                [img] code is $imgcodeonoff<br>
                <a href="misc.php?s=$session[sessionhash]&action=showsmilies">Smilies</a> are $smiliesonoff
                </smallfont></p></td>
        <td bgcolor="#1C5780"><textarea name="signature" rows="6" cols="40">$signature</textarea></td>
</tr>
$birthday
$customtext
<tr>
        <td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF" class="thtcolor"><b>Additional Information</b></normalfont></td>
</tr>
$customfields
<tr><td bgcolor="$bgcolor"><normalfont><b>Element Type:</b></normalfont><br>
                <smallfont>The Element type you want to be at the boards.</smallfont></td>
                <td bgcolor="$bgcolor"><normalfont>

                <select name="element">
                              $elementoptions
                </select>

                </normalfont></td>
                </tr>
<tr>
                <td bgcolor="$bgcolor"><normalfont><b>RPG Alignment:</b></normalfont><br>
                <smallfont>The side you want your character to be on the RPG.</smallfont></td>
                <td bgcolor="$bgcolor"><normalfont>
                    <select name="alignment" onchange="updateRaces()">
        $alignmentoptions
                    </select></normalfont></td>
</tr>
<tr>
                <td bgcolor="$bgcolor"><normalfont><b>RPG Race:</b></normalfont><br>
                <smallfont>The Race you want your character to be on the RPG.</smallfont></td>
                <td bgcolor="$bgcolor"><normalfont>
                            <select name="rpgrace">
        $raceoptions
                    </select></normalfont></td>
</tr>
<tr>
                <td bgcolor="$bgcolor"><normalfont><b>RPG Gender:</b></normalfont><br>
                <smallfont>This would be your RPG Character's Gender, not your gender in real life.</smallfont></td>
                <td bgcolor="$bgcolor"><normalfont>
                    <select name="rpggender" onchange="updateClasses()">
        $genderoptions
                    </select></normalfont></td>
</tr>

<tr>
                <td bgcolor="$bgcolor"><normalfont><b>RPG Class:</b></normalfont><br>
                <smallfont>The Class you want your character to be on the RPG.</td>
                <td bgcolor="$bgcolor"><smallfont>
                <select name="rpgclass" onchange="updateType()">
$classoptions
</select></smallfont>

</td>
</tr>
<tr>
<td bgcolor="$bgcolor"><normalfont><b>RPG Type:</b></normalfont><br><smallfont>Your type is automatically determined by your class.</smallfont></td>

<td bgcolor="$bgcolor" >
<input type="text" class="bginput" name="rpgtypename" value="$rpgtypename" length="30" READONLY><input type="hidden" name="rpgtypeid" value="$rpgtypeid">
</td>
</tr>
<tr>
                <td bgcolor="$bgcolor"><normalfont><b>Build Stats</b></normalfont><br>
                <smallfont>Click here if you want to have stats shown on the board.</smallfont></td>
                <td bgcolor="$bgcolor"><normalfont>
<input type="checkbox" name="updatestats">Update stats
                </normalfont></td>
                </tr>

</table>
</td></tr></table>

<br>

<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr>
        <td align="center"><normalfont>
        <input type="hidden" name="action" value="updateprofile">
        <input type="submit" class="bginput" name="Submit" value="Submit Modifications" accesskey="s">
        <input type="reset" class="bginput" name="Reset" value="Reset Fields">
        </normalfont></td>
</tr>
</table>

</form>

$footer

</body>
</html>


RPGHost 06-14-2003 06:52 PM

Ack, never mind. It was in there twice. How it got there I'm not sure as it was a new install. I've removed it. Thanks!

James

Darkwaltz4 06-14-2003 09:50 PM

*cracks knuckles* okays, i guess i might read through pages 80-120 cause thats how long its been since i was here :-p and im going to try to list some of the bizzarre things ive put this hack through, and if i put an asterisk (*) by it, please dont ask me how to do it yet, its probably too complicated to explain here, or its still volatile, lol....also, ill probably forget like alot, mainly because a bunch i did before i broke the hack on my boards, like 3 months ago...

Summon-type items *
Summon Battle sequences *
PP Potions
PP Healing Center bit
Donation Queue
Registration points
Bank interest thing moved to global.php
Redid rpg stats to ~1000 x level=hp ~100 x level=ma/pp (really simple)
Added a mess of custom messages based on rpg type
Links to 'correct' itemshop based on type
Itemshop FAQ, link to it from itemshop
Target link to profile rpg section, so that i could link people to member.php?action=editprofile#rpg when they keep asking me where all the rpg stuff was >.< and 'edit ur profile' wasnt helping them...
Fixing blank password bug...
Changing all password fields to type='password' (looks nicer ;))
Random playing of battle midis on battlefight.php
Rewrote some of the stupid battle messages :-p like whos gunna meditate in a cave??? lmao (no offense ;))
Removed/replaced a bunch of links, like the 'update stats' checkbox with a link to the healing center...

there prolly more :-p and i guess im here to help *sigh* those strange problems everyone keeps having with the hack :-p

TheRaven57 06-14-2003 10:02 PM

Is there a way to make it so that people who own personal shops cannot create their own items? I would like it if they could just sell the items pre-made by the administration.

kaotic 06-14-2003 10:11 PM

@ Darkwaltz4: Could you explain how I can install..... everything that doesn't have an asterisk by it? :D

Mijae 06-15-2003 03:49 AM

Yes, you should release an addon :P


All times are GMT. The time now is 05:48 AM.

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.04419 seconds
  • Memory Usage 1,954KB
  • 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
  • (7)bbcode_code_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete