Hey! I'm new, both to the Forums, the game and modding. However, as a PHP developer i figured how different could the programing languages be?
Then, i found these two items commented out in one of the files, i havent found them ingame before so i am sure they were removed.
If someone has already found these and posted already.... My bad! <img src="style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid="" border="0" alt="sad.gif" />o)
=========================================================
Screenshots
=========================================================
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-2NewCool.png" border="0" class="linked-image" />
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-Claws.png" border="0" class="linked-image" />
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-BrassKnucks.png" border="0" class="linked-image" />
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-Spikes.png" border="0" class="linked-image" />
==========================================================
Putting them back in game.... (Always make backups of mentioned files!)
==========================================================
1) Open up: YourAOP2Directory/Program/ITEMS/initItems.c
2) Jump to line 155, or do a search for "Lead1" to jump to the first item.
3) Uncomment the item block, remember it's id "Lead1"...
In the same file....
1) Jump to line 387, or do a search for "arm1" to jump to the second item.
2) Uncomment the item block, remember it's id "arm1"..
3) Save and close this file...
Giving them to a new player...
1) Open up: YourAOP2Directory/Program/characters/RPGUtilite.c
2) Jump to line 2199 or search "Merchant" to jump to the merchant close...
3) Under "case 'Merchant'; paste the two lines below:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->GiveItem2Character(Pchar, "Lead1");
GiveItem2Character(Pchar, "arm1");<!--c2--></div><!--ec2-->
Save and close this file...
Now start a new games, choose the merchant class, once you do/skip the tutorial and are on land, press f2 and check your items...
ENJOY! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid=":" border="0" alt="laugh.gif" />
Then, i found these two items commented out in one of the files, i havent found them ingame before so i am sure they were removed.
If someone has already found these and posted already.... My bad! <img src="style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid="" border="0" alt="sad.gif" />o)
=========================================================
Screenshots
=========================================================
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-2NewCool.png" border="0" class="linked-image" />
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-Claws.png" border="0" class="linked-image" />
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-BrassKnucks.png" border="0" class="linked-image" />
<img src="http://i111.photobucket.com/albums/n139/Fantasia_011/AOP-Spikes.png" border="0" class="linked-image" />
==========================================================
Putting them back in game.... (Always make backups of mentioned files!)
==========================================================
1) Open up: YourAOP2Directory/Program/ITEMS/initItems.c
2) Jump to line 155, or do a search for "Lead1" to jump to the first item.
3) Uncomment the item block, remember it's id "Lead1"...
In the same file....
1) Jump to line 387, or do a search for "arm1" to jump to the second item.
2) Uncomment the item block, remember it's id "arm1"..
3) Save and close this file...
Giving them to a new player...
1) Open up: YourAOP2Directory/Program/characters/RPGUtilite.c
2) Jump to line 2199 or search "Merchant" to jump to the merchant close...
3) Under "case 'Merchant'; paste the two lines below:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->GiveItem2Character(Pchar, "Lead1");
GiveItem2Character(Pchar, "arm1");<!--c2--></div><!--ec2-->
Save and close this file...
Now start a new games, choose the merchant class, once you do/skip the tutorial and are on land, press f2 and check your items...
ENJOY! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid=":" border="0" alt="laugh.gif" />