Divinity RPG v3!
| slayer766 |
|

Divinity RPG Founder & Creator

Group: Administration
Posts: 1,261
Member No.: 1
Joined: 15-January 06

|
Name: Divinity RPG v3 Description: A complete forum RPG with 8 quests! Features: v2 features include: - 8 Quests
- Town
- Battlegrounds
- Quests
- RPG Profile
- Bank
- Inn
- Weapon Shop
- Armor Shop
- Item Shop
- Stats Shop
- Monster Battles
- Boss Battles
- Player vs Player Battles
- Pet Shop
- Pet Battle Arena
- Casino
- Slot Machine
- War
- v1 to v2 RPG data conversion
- Run from battle option
- User editable character avatar
- Gain money for posting replies, topics and polls
- Quick area description
- Trade Center - This is very new and it's only partially completed, as I've stated in the RPG as you enter the Trade Center you will receive information about it when you see it
- RPG Settings - Your personal RPG settings to control 3 different settings which are stored in your browser with a cookie
- Many bug fixes since v1& v2
- Admin and Mods are now able to edit a user's amount of Currency they have right on the topic pages and in their profile.(A Plus and Minus image will appear in their RPG Stats where you click [Open RPG])
- Preview button actually posting your post has been fixed.
- Enhanced the interface for the Battle system
- Also re-wrote all of the functions for the Battle system to enhance the chances of critical/miss/block/hit. There will be no missed statement line in your battle log this time.
- Added a working version of the Fame System v1.0(Good and Bad deeds are acceptable, your Fame and Reknown status will get you discounted prices/steal option/people saying random stuff.)
- A Fight button appears in the RPG Stats for each user!
- A Divinity Feed add-on to your board statistics so that all of the members can see what features have been added or what's been fixed, etc. etc. It will also display when you need to update the RPG if it becomes outdated. You also have the option to Toggle the Feed in the board stats.
- Added Special Items, which you can receive from some of the NPC's but this is sometimes taking you the wrong way in your Fame/Reknown status, but the reward might be worth it.
- Other minor enhancements have been done to the code to improve the overall playability.
- Guild system from v1 has returned!
and much more...you are going to have to see it to experience what there is.  Generators can be found here: ClickPreview: ClickYou will need to be Logged In to view the RPG. Copyright: slayer766 Known Bugs: Align tags screw up the code in the showtopic pages. Browser compatibility: All newer browsers - FF2/FF3/IE6/IE7 and those other ones... Installation: Ok, first off you need to go to your Admin CP > Skinning & Styles > Board Wrappers > Header & Body: Replace your <% BOARD %> tag with the following: | QUOTE | <div id="slayer_rpg"> <% BOARD %> </div> |
Now for the code bit. Board Wrappers > Footer:
| CODE | <script type="text/javascript"> /**************************************** Divinity RPG v3 - By slayer766 From thecodingzone.com phantom-designs.net Please keep copyright intact All Modifications for this RPG are permitted! ****************************************/
var RPG_Name = "Divinity RPG"; var current_version = 3;
/*How much per Post How much for Polls How much for Topics*/ var Posting = [1000,9000,12500]
//Default amount of Gold var default_amount = 10000;
//Name of currency var cur_name = "Gold";
//Price to stay at Inn var Inn_price = 1000;
//How many monsters shown per row? var monsters_per_row = 5;
//How many stats points given during level up? var Stat_Amount = 5;
//How much should each stat increase during level up? var Up_HP = 6; var Up_MP = 2; var Up_ATK = 2; var Up_DEF = 2;
//Set Max Level for free healing at the Inn var Max_Levelh = 3;
//Give User Money Rewards for completed quests var Quest_Rewards = new Array(); //Quest 1, 3, 4, 6, 7, 8, 9, 10 Quest_Rewards[0] = [1400,2800,5500,8500,10000,12000,20000,200000]
//Give Stats reward for last quest of set 1 //HP,MP,ATK,DEF var Final_Quest = new Array(); Final_Quest[0] = [100,40,15,15]
//User rpg avatar gallery var Avatars = new Array(); //Avatars[x] = ["IMAGE","NAME"]
Avatars[0] = ["http://209.85.12.227/11838/143/upload/p456372.gif","Dragon"] Avatars[1] = ["http://209.85.12.227/11838/143/upload/p456318.gif","Barbuary"]
//Set price for Slot Machine var slot_price = 250; var slot_sevenswin_price = 2600; var slot_cherrieswin_price = 900; var war_price = 500;
//Image sets for the slot machine var img1 = "http://209.85.62.26/12704/23/upload/p416968.gif"; var img2 = "http://209.85.62.26/12704/23/upload/p416940.gif"; var img3 = "http://209.85.62.26/12704/23/upload/p416950.gif"; var img4 = "http://209.85.62.26/12704/23/upload/p416917.gif";
//Max amount users can bet in Pet Battle Arena var Max_Bet = 15000;
var Guilds = new Array();n=0; //Guilds[x] = ["GUILD_NAME","GUILD_LEADER"]
Guilds[n++] = ["Knights of the Round Table","slayer766"] Guilds[n++] = ["Barbaric Rage","test"]
//Hosted Default Items document.write("<script language='javascript' src='http://209.85.62.24/86/75/0/p33093/HostedDefaultz.txt'><\/script>");
//The Code v3 document.write("<script language='javascript' src='http://209.85.62.24/136/58/0/p51425/DivinityRPGav3.js'><\/script>"); </script> |
Any variables can be changed around/edited if you want to, which I encourage you to do so since it might not be the way you want it. Also anything in this file: http://209.85.62.24/86/75/0/p33093/HostedDefaultz.txt can be edited to your liking.
--------------------
[RPGData:2000|13|228|323|162|162|199|190|Dark Hammer|Angel Armor|Barbarian|249085|Healing Potion|Life Rock|10|0|1|19238|None|f|None|Knights of the Round Table|None|None|Live Plant|5|106|110|25|17|4|None]
|
|
|
| DivineIcez |
|
Squire

Group: Members
Posts: 20
Member No.: 803
Joined: 17-May 08

|
it takes a long time to load on my computer
--------------------
[RPGData:100142|16|96|278|58|58|820|210|Holy Spear|Heaven Armor|Assassin|4770535|Healing Potion|None|104|0|0|0|None|9|None|None|None|None|Fish|6|247|270|45|29|3|None]
|
|
|
| Beasty |
|
White Mage

Group: Members
Posts: 50
Member No.: 324
Joined: 13-June 06

|
I think it goes pretty quick for an RPG Awesome job slayer
--------------------
[RPGData:2315|13|29|230|37|77|92|197|Heavy Broadsword|Heavy Armor|Warrior|343199|Healing Potion|None|52|2|1|0|None|e|Fire Spell|None|None|http://209.85.12.227/11838/143/upload/p456372.gif|Turtle|2|0|37|7|4|3|None]
|
|
|
| Extreme01459 |
|
BlackSmith

Group: Members
Posts: 27
Member No.: 906
Joined: 2-July 08

|
Very nice! Its also very quick to load!
I was wondering if you can change the name and/or stats of the races or if you can add/remove races?
--------------------
[RPGData:1874398|21|12443|12700|12456|12656|5757|5761|Zeus Avenger|Full Plate|Warrior|776461682|Healing Potion|Life Rock|136|7|1|0|None|27|Fire Spell|Knights of the Round Table|Poison Spell|http://img179.imageshack.us/img179/6500/beud2cm3.gif|Fish|6|270|270|45|29|9|None]
|
|
|
| slayer766 |
|

Divinity RPG Founder & Creator

Group: Administration
Posts: 1,261
Member No.: 1
Joined: 15-January 06

|
| QUOTE (slayer766 @ Aug 17 2008, 02:43 AM) | | Any variables can be changed around/edited if you want to, which I encourage you to do so since it might not be the way you want it. Also anything in this file: http://209.85.62.24/86/75/0/p33093/HostedDefaultz.txt can be edited to your liking. |
 Thanks for the compliment! And thanks BEASTY!!!!!
--------------------
[RPGData:2000|13|228|323|162|162|199|190|Dark Hammer|Angel Armor|Barbarian|249085|Healing Potion|Life Rock|10|0|1|19238|None|f|None|Knights of the Round Table|None|None|Live Plant|5|106|110|25|17|4|None]
|
|
|
| Nersop |
|
Let The Job Begin

Group: Members
Posts: 3
Member No.: 939
Joined: 21-July 08

|
This is an amazing update, but it's looking like with said update on my board, it removes my signature every time I post ._. [EDIT] Also, I was afraid to keep it on so I don't know, but is Godkillah's random quests mod still compatible with this new version?
--------------------
[RPGData:3712|9|97|97|5|5|95|32|Ice Sword|Warrior Armor|Warrior|3959|Healing Potion|None|9|0|0|0|None|2|None|None|None|None|None|None|None|None|None|None|1|None]
|
|
|
| G4G Scotty |
|
White Mage

Group: Members
Posts: 50
Member No.: 780
Joined: 2-May 08

|
Yeah, same with my sig. It removes it after I update my my signature. But It might be because mine has moving graphics.
But I dont care too much, not that big deal to me.
--------------------
[RPGData:4281996769863299|37|230578|230635|180465|180465|70122|71222|Zeus Avenger|Full Plate|Warrior|5642845014497595|Healing Potion|Life Rock|215|0|1|10|None|27|Fire Spell|None|Poison Spell|None|Fish|6|270|270|45|29|12|None]Winged Demon has been slain, you were victorious!
While delivering your final blow, you yawn. 'Wow, that was easy!'
You attacked Winged Demon with Zeus Avenger, for a maximum damage of 120244!!! Critical Hit!
|
|
|
| slayer766 |
|

Divinity RPG Founder & Creator

Group: Administration
Posts: 1,261
Member No.: 1
Joined: 15-January 06

|
| QUOTE (Nersop @ Aug 19 2008, 04:01 AM) | This is an amazing update, but it's looking like with said update on my board, it removes my signature every time I post ._.
[EDIT] Also, I was afraid to keep it on so I don't know, but is Godkillah's random quests mod still compatible with this new version? |
It hasn't been tested on v3 but I have seen others state that his other mod the guild system has been bugging out with v3, so it's best to not use those until they are compatible with v3.
--------------------
[RPGData:2000|13|228|323|162|162|199|190|Dark Hammer|Angel Armor|Barbarian|249085|Healing Potion|Life Rock|10|0|1|19238|None|f|None|Knights of the Round Table|None|None|Live Plant|5|106|110|25|17|4|None]
|
|
|
| Masterboss |
|
Squire

Group: Members
Posts: 21
Member No.: 760
Joined: 24-April 08

|
To convert V2 to V3, could i just change the Version Number in my Admin Cp, and add my old link to the Hosted Defaults?
And I found that on Version 2, i had a sig problem as well. The Sig needs to be at the end of the box in the Admin Cp, or else it wont show up. I don't know if it is true for Version 3 or not.
--------------------
[RPGData:26629|4|173|173|8|8|13|4|Wood Bow|None|Assassin|20|None|None|4|1|0|0|None|0|None|None|None|None|None|None|None|None|None|None|0|No ne]
|
|
|
| Extreme01459 |
|
BlackSmith

Group: Members
Posts: 27
Member No.: 906
Joined: 2-July 08

|
I was wondering if you can change the name and/or stats of the races or if you can add/remove races?
--------------------
[RPGData:1874398|21|12443|12700|12456|12656|5757|5761|Zeus Avenger|Full Plate|Warrior|776461682|Healing Potion|Life Rock|136|7|1|0|None|27|Fire Spell|Knights of the Round Table|Poison Spell|http://img179.imageshack.us/img179/6500/beud2cm3.gif|Fish|6|270|270|45|29|9|None]
|
|
|
| slayer766 |
|

Divinity RPG Founder & Creator

Group: Administration
Posts: 1,261
Member No.: 1
Joined: 15-January 06

|
Masterboss, converting from v2 to v3 you would just copy the new code, much has changed, and you can add your old link to the hosted defaults too if you wanted.  Also, v3 doesn't have that problem for the sig I believe... Extreme, you can change anything you want.
--------------------
[RPGData:2000|13|228|323|162|162|199|190|Dark Hammer|Angel Armor|Barbarian|249085|Healing Potion|Life Rock|10|0|1|19238|None|f|None|Knights of the Round Table|None|None|Live Plant|5|106|110|25|17|4|None]
|
|
|
| db12 |
|
Monk

Group: Members
Posts: 78
Member No.: 695
Joined: 2-April 08

|
WOW it was allready great buts now even better:D keep up the good working:)
--------------------
[RPGData:175434|17|320|320|83|83|711|145|Notos Sword|None|Warrior|10893259|Healing Potion|None|148|21|1|0|None|12|Fire Spell|None|Poison Spell|None|Fish|6|270|270|45|29|6|None][RPGData:1196]
|
|
|
| Joćo Diogo |
|
Let The Job Begin

Group: Members
Posts: 1
Member No.: 1,170
Joined: 24-September 08

|
who i put this in zetaboards?
--------------------
[RPGData:6495|1|-14|30|2|2|14|3|Blood Axe|None|Barbarian|0|Healing Potion|None|0|1|1|0|None|0|None|None|None|None|Fish|6|270|270|45|29|-3|None]
|
|
|
| Obeliskos |
|
Member

Group: Members
Posts: 11
Member No.: 766
Joined: 25-April 08

|
Awesome! Great job, slayer!
One thing though.. how do you add new classes and such? You said "HostedDefaultz.txt" can be edited, but how?
|
|
|
| shadow_fox22 |
|
Let The Job Begin

Group: Members
Posts: 1
Member No.: 1,193
Joined: 6-October 08

|
| QUOTE (slayer766 @ Sep 24 2008, 07:40 PM) | | This is for Invision Power Board v1.3 Final only. |
Great script but I really need to know, is Version 1 the only one which works with ZetaBoards?
And if not, then which other ZetaBoards ones are there available?
Let me know please, I know this is a IF forum but can you please just inform me?
|
|
|
| Rhudabon |
|
Let The Job Begin

Group: Members
Posts: 3
Member No.: 1,216
Joined: 19-October 08

|
Is this system compatable with vbulletin?
--------------------
[RPGData:451|9|79|79|9|9|39|36|Warrior Sword|Hide Armor|Warrior|4247|None|None|11|4|1|17273|None|1|None|Knights of the Round Table|None|None|None|None|None|None|None|None|0|None]
|
|
|
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
|