Divinity RPG v2
| slayer766 |
|

Divinity RPG Founder & Creator

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

|
Code Name: Divinity RPG v2 Description: Creates a complete forum RPG with 8 complete 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 (Doesn't work in IE)
- 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
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. First go to your Admin CP > Board Wrappers > Header & Body: Find the <% BOARD %> tag and replace it with this: | CODE | <div id="slayer_rpg"> <% BOARD %> </div> |
Where it goes: Board Wrappers > Footer:
If you want to re-host the code yourself, then by all means do so.
| QUOTE | <script type="text/javascript"> /**************************************** Divinity RPG v2 - 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 = 2;
/*How much per Post How much for Polls How much for Topics*/ var Posting = [100,900,1250]
//Default amount of Gold var default_amount = 205;
//Name of currency var cur_name = "Gold";
//Price to stay at Inn var Inn_price = 70;
//How many stats points given during level up? var Stat_Amount = 7;
//How much should each stat increase during level up? var Up_HP = 4; var Up_MP = 2; var Up_ATK = 1; var Up_DEF = 1;
//Set Max Level for free healing at the Inn var Max_Levelh = 4;
//Give User Money Rewards for completed quests var Quest_Rewards = new Array(); //Quest 1, 3, 4, 6, 7, 8 Quest_Rewards[0] = [400,800,1500,3500,10000,20000]
//Give Stats reward for last quest of set 1 //HP,MP,ATK,DEF var Final_Quest = new Array(); Final_Quest[0] = [100,50,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 = 10000;
//Hosted Default Items document.write("<script language='javascript' src='http://209.85.62.24/86/75/0/p33093/HostedDefaultz.txt'><\/script>"); //The Code document.write("<script language='javascript' src='http://209.85.62.24/86/75/0/p33092/Divinityv2RELEASE.js'><\/script>"); </script> |
RED sections indicate what you can edit If you have any questions about bugs, feedback, suggestions, or anything related to this. Please post them.  Enjoy! Divinity RPG v2 Update History:-------------------------------------- v2.1 Fixes/Updates include: -- Fixed Level requirement for Weapons and Armor in Town-- Fixed Armor pickup when searching a monster after defeat when you level up-- Fixed Class requirement when searching a monster for armor & weapon-- Changed experience needed per level formula-- Fixed Inn charge when you can stay for free-- Fixed Level up experience
--------------------
[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]
|
|
|
| ebisumarus |
|
White Mage

Group: Members
Posts: 62
Member No.: 34
Joined: 20-January 06

|
Teh Awesomeness!!!! aaah!!! at last !! Thank you Slayer!! P.S: First post here too
--------------------
[RPGData:213|1|25|25|8|8|10|6|Blood Axe|Leather Armor|Assassin|0|None|None|0|2|1|0|None|0|None|None|None|None|None|None|None|None|None|None|0|None]
|
|
|
| Fear |
|
Let The Job Begin

Group: Members
Posts: 1
Member No.: 667
Joined: 12-March 08

|
thnx, this rocks
--------------------
[RPGData:9595|1|-7967|25|8|8|13|4|Wood Bow|None|Assassin|0|None|None|0|1|0|0|None|0|None|None|None|http://209.85.12.227/11838/143/upload/p456372.gif|None|None|None|None|None|None|0|None]
|
|
|
| Deathseeker |
|

BlackSmith

Group: Members
Posts: 37
Member No.: 602
Joined: 6-January 08

|
YAY IT'S FINSIHED!!!
This is going straight onto my forums
~Death
--------------------
[RPGData:27359|14|204|351|233|233|340|260|Rune Axe|Grim Armor|Warrior|4209777|Healing Potion|None|229|17|1|126000|None|12|Fire Spell|Knights of the Round Table|Poison Spell|http://i24.tinypic.com/14nehxd.jpg|Fish|6|265|270|45|29]
|
|
|
| Mystic |
|
Let The Job Begin

Group: Members
Posts: 1
Member No.: 740
Joined: 17-April 08

|
wow COOL code ive tested it in my forums and its rly cool i have a prob tho and id like to help me if possble i wanna change everything sprites weapon stats and prices names etc i made all changes i wanted but how can i upload the txt file somewhere like u did and use the url? i can copy paste all script instead of putting the link but then there is no space left for rest scripts help me pls id rly appreaciete it
|
|
|
| Hihara Kazuki |
|
Let The Job Begin

Group: Members
Posts: 1
Member No.: 747
Joined: 19-April 08

|
Why does "Monster" and "Quest Battle" not work for me?
|
|
|
| Chacho |
|

Visit the IRC to waste time terrorizing browser games!

Group: Members
Posts: 17
Member No.: 731
Joined: 17-April 08

|
If you could post your forum link someone could check further into it at their convince.
--------------------
[RPGData:22500|1|25|25|3|3|5|4|None|None|Warrior|0|None|None|0|0|0|0|None|0|None|None|None|None|None |None|None|None|None|None|0|None] Underground Nation's - Featured Game - Server #1 Free!!IRC http://galava.net/
|
|
|
| db12 |
|
Monk

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

|
i there a way to remove all old data?
--------------------
[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]
|
|
|
| db12 |
|
Monk

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

|
ah ok thnks didnt saw that standing
--------------------
[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]
|
|
|
| db12 |
|
Monk

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

|
k another question
how can i open js file since i want to add some characters
--------------------
[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]
|
|
|
| db12 |
|
Monk

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

|
ok
how to add more then one classes to use the same armour?(yeah i know i am annoying)
--------------------
[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]
|
|
|
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.
|