![]() ![]() |
|
[DEFUNCT][C] RPG Mod, 90% Finished
|
Nov 10 2004, 12:37 AM
Post
#16
|
|
![]() Member ![]() ![]() Group: Members Posts: 119 Joined: 10-April 03 From: Chihuahua Mexico Member No.: 292 IPB Version: 2.2.x |
Hey... a like that idea
A suggestion... Weapons, armors and classes gender Ex... A dancer only for a female and a bard only for men, and the sprites change... I no like to see a female fighter whit a male sprite Chaox |
|
|
|
Nov 10 2004, 09:30 AM
Post
#17
|
|
|
Member ![]() ![]() Group: Members Posts: 236 Joined: 28-April 04 From: Austria Member No.: 103,598 IPB Version: 2.0.x |
Looks good so far. Will this mod work with a language file or is the text hardcoded?
|
|
|
|
Nov 10 2004, 09:49 AM
Post
#18
|
|
|
Member ![]() ![]() Group: Members Posts: 193 Joined: 16-January 04 Member No.: 77,261 IPB Version: Not Applicable |
i'm glad to see that outlaw and supersmash are both willing to help
looks like an rpg is finally getting finished cause lately i've seen alot of rpg's in the making but they never get finished |
|
|
|
Nov 10 2004, 12:27 PM
Post
#19
|
|
|
Newbie ![]() Group: Members Posts: 28 Joined: 25-May 03 From: NY, United States Member No.: 14,493 IPB Version: 2.0.x |
QUOTE(CTM @ Nov 8 2004, 07:49 PM) I made a FFT Job Path ( although I called it Class Path, but it's all the same ). So let's say you start as a Fighter...to be a Paladin, you need Fighter level 4. But let's say you want to be Crusader...to be a Crusader you'd need Fighter Level 4 and Knight level 8. If you don't understand, go play Final Fantasy Tactics or something alike. That's pretty much the way Jobs work in OmniRPG as well. =) FFT was great. |
|
|
|
Nov 10 2004, 12:48 PM
Post
#20
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 288 Joined: 15-September 04 From: Vancouver, WA Member No.: 124,898 IPB Version: 2.0.x |
This RPG could carry the hopes and dreams of many a gamer-oriented forum admin. Please don't let the flame die, and don't settle for mediocrity. This could be the best!
-------------------- |
|
|
|
Nov 10 2004, 02:57 PM
Post
#21
|
|
|
Newbie ![]() Group: Members Posts: 28 Joined: 25-May 03 From: NY, United States Member No.: 14,493 IPB Version: 2.0.x |
Suggestion: Make certain aspects of the RPG optional in the ACP once that's done. For instance, some people might not want to give the members the opportunity to store money in a bank or transfer items and cash.
TRY TRY TRY to make it as customizable as possible for the user. PLEASE. I have not yet seen a single finished RPG mod that lets the Admin turn things off without having to edit the code themselves. Highly annoying. Keep up the good work. |
|
|
|
Nov 10 2004, 03:49 PM
Post
#22
|
|
|
var_dump ( $this->ipsclass->member ) ; ![]() ![]() ![]() ![]() Group: Members Posts: 801 Joined: 14-September 03 From: Montreal Member No.: 42,846 IPB Version: 1.3.x |
Well, it's not very to hard to put "modules" being able to be turned on or off.
CODE if($INFO['this_module_on'] == 0) { $std->Error( array( 'LEVEL' => 1, 'MSG' => 'this_module_offline' ) ); } Or something alike. I'm pretty amazed to see Invisionize staff help too And yeah, it's not so hard to change the class. All my sprites are spritenamegender.gif Meaning : footmanm.gif or footmanf.gif I just haven't made it use different gender yet. Most aspects of the RPG are hardcoded, but I can always change that to let you guys edit all module names I guess. I'll do little details once the main thing is done. And Outlaw, thanks for helping with collapse/expand I just need an example to work from with a bit of details. I don't feel like listing which things I want expandable or not Note : I'll be picking 5 beta testers and I'll be sending the files to them. All I need is for you to test out stuff and post bugs or suggestions. I'll have to talk to you about the edits to make too I guess. I'm still looking for someone to code the ACP part for me This post has been edited by CTM: Nov 10 2004, 03:56 PM -------------------- Taking paid requests for any version of IPB higher than 1.3.1 ( including 1.3.1 )
|
|
|
|
Nov 10 2004, 04:08 PM
Post
#23
|
|
|
Too Much Free Time ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 7,038 Joined: 27-April 03 Member No.: 7,194 IPB Version: 1.3.x |
Module systems are overrated.
-------------------- I do not do create/support/upgrade modifications anymore.
I am not currently giving out permission to upgrade my modifications either. It's amazing how nobody reads signatures, I bet if I said i'd ban everyone who messaged me for support, they'd still message me and then complain when they got banned. |
|
|
|
Nov 10 2004, 04:11 PM
Post
#24
|
|
|
Too Much Free Time ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 7,038 Joined: 27-April 03 Member No.: 7,194 IPB Version: 1.3.x |
HTML <div class="borderwrap" style='display:none' id='fc_rpg{$id}'> <div class='maintitle' align="center"> <div style='float:right;width:auto'><a href='javascript:togglecategory({$id}, 0);'><img src='style_images/<#IMG_DIR#>/exp_plus.gif' border='0' alt='Expand' /></a></div> <div>{$title}</div></div> </div> <div class="borderwrap" style='display:show' id='fo_rpg{$id}'> <table cellspacing="0" cellpadding="4"> <tr> <td class="maintitle"><div style='float:right;width:auto'><a href='javascript:togglecategory({$id}, 1);'><img src='style_images/<#IMG_DIR#>/exp_minus.gif' border='0' alt='Collapse' /></a></div><div>{$title}</div></td> </tr> <tr> <td class="row1">{$content}</td> </tr> </table> </div> $id = ID of the colum. $content = Content of the colum. $title = Title of the colum. You can figure it out from there i'm guessing. -------------------- I do not do create/support/upgrade modifications anymore.
I am not currently giving out permission to upgrade my modifications either. It's amazing how nobody reads signatures, I bet if I said i'd ban everyone who messaged me for support, they'd still message me and then complain when they got banned. |
|
|
|
Nov 10 2004, 04:14 PM
Post
#25
|
|
|
var_dump ( $this->ipsclass->member ) ; ![]() ![]() ![]() ![]() Group: Members Posts: 801 Joined: 14-September 03 From: Montreal Member No.: 42,846 IPB Version: 1.3.x |
Thanks Outlaw
And you know, there's a little thing called Edit Post. Double post is just evil -------------------- Taking paid requests for any version of IPB higher than 1.3.1 ( including 1.3.1 )
|
|
|
|
Nov 10 2004, 08:32 PM
Post
#26
|
|
![]() IZE broken modification handler ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 4,320 Joined: 12-June 03 From: Living in the box behind your Local Store Member No.: 19,376 IPB Version: 2.3.x |
CTM, I'll help you on your installer. Cannot help you in the acp. But you most likely need help in the installer.
-------------------- My mods | Download ibMarket | ibMarket Project Site | Army System CORE
All PMs and IMs are going to be ignored unless I tell you could do it. I do not offer help or support through IMs or PMs. PM me if you want copyright removal for ibMarket and Army System CORE. |
|
|
|
Nov 10 2004, 09:24 PM
Post
#27
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 296 Joined: 11-April 03 From: Victoria BC Canada Member No.: 1,120 IPB Version: 2.0.x |
Can you have an option to turn stats off on the sides (under the avater when you post), or allow the admin to customize what is shown.
-------------------- |
|
|
|
Nov 10 2004, 10:58 PM
Post
#28
|
|
|
var_dump ( $this->ipsclass->member ) ; ![]() ![]() ![]() ![]() Group: Members Posts: 801 Joined: 14-September 03 From: Montreal Member No.: 42,846 IPB Version: 1.3.x |
K I will. It'll be expandable collapseable I think. It'd be kinda nice eh...Or not. lol
-------------------- Taking paid requests for any version of IPB higher than 1.3.1 ( including 1.3.1 )
|
|
|
|
Nov 11 2004, 07:11 AM
Post
#29
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 296 Joined: 11-April 03 From: Victoria BC Canada Member No.: 1,120 IPB Version: 2.0.x |
oh another request.
on my army system admins abuse there power if there can be a log or something to prevent that. -------------------- |
|
|
|
Nov 11 2004, 01:54 PM
Post
#30
|
|
![]() Newbie ![]() Group: Members Posts: 10 Joined: 26-May 04 Member No.: 110,961 IPB Version: 1.3.x |
well, dont let them be admins if they abuse power... lol thats what i do.
What about custom Sprites? for people that reach a certain loeve, or have a certain ammount of Gold? |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 16th March 2010 - 07:58 AM |