Training Academy (Neopets): Difference between revisions
From Computers Wiki
Jump to navigationJump to search
(Add parent directory name) |
(Add actions) |
||
Line 3: | Line 3: | ||
== /pirates/process_academy.html == |
== /pirates/process_academy.html == |
||
=== Normal === |
=== Complete - Normal === |
||
==== POST Request ==== |
==== POST Request ==== |
||
Line 21: | Line 21: | ||
</syntaxhighlight> |
</syntaxhighlight> |
||
=== Bonus === |
=== Complete - Bonus === |
||
==== POST Request ==== |
==== POST Request ==== |
||
Line 38: | Line 38: | ||
<center><IMG src="//pets.neopets.com/cpn/Lilia_Roo/1/2.png" width="150" height="150" border="0"><br><b>Woohoo!</b><p>Congratulations! <b>Lilia_Roo</b> now has increased Level!!!<p><b>*** SUPER BONUS - You went up 2 points!! ***</b><p><p><form action='academy.phtml' method='get'><input type='submit' value='Back to the Swashbuckling Academy'></form> |
<center><IMG src="//pets.neopets.com/cpn/Lilia_Roo/1/2.png" width="150" height="150" border="0"><br><b>Woohoo!</b><p>Congratulations! <b>Lilia_Roo</b> now has increased Level!!!<p><b>*** SUPER BONUS - You went up 2 points!! ***</b><p><p><form action='academy.phtml' method='get'><input type='submit' value='Back to the Swashbuckling Academy'></form> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
=== Pay === |
|||
==== POST Request ==== |
|||
<syntaxhighlight lang="html"> |
|||
type=pay&pet_name=Berrysap |
|||
</syntaxhighlight> |
|||
=== Start === |
|||
==== POST Request ==== |
|||
<syntaxhighlight lang="html"> |
|||
type=start&course_type=Strength&pet_name=Lilia_Roo |
|||
</syntaxhighlight> |
|||
<code>course_type</code> can be any of the following: |
|||
* Strength |
|||
* Defence |
|||
* Agility |
|||
* Endurance |
|||
* Level |
|||
[[Category:Neopets]] |
[[Category:Neopets]] |
Revision as of 04:20, 23 July 2024
The Training Academy API (WIP)
/pirates/process_academy.html
Complete - Normal
POST Request
type=complete&pet_name=Berrysap
Response
<style type=text/css>
A{COLOR:#000099;FONT-FAMILY:verdana,arial,helvetica;FONT-SIZE:9pt;TEXT-DECORATION:none}
TD,P,body{FONT-FAMILY:verdana,arial,helvetica;FONT-SIZE:9pt;}
A:hover{COLOR:#990000;}
.smallfont, .sf{FONT-SIZE:7.5pt;}
</style>
<center><IMG src="//pets.neopets.com/cpn/Berrysap/1/2.png" width="150" height="150" border="0"><br><b>Woohoo!</b><p>Congratulations! <b>Berrysap</b> now has increased Defence!!!<p><p><form action='academy.phtml' method='get'><input type='submit' value='Back to the Swashbuckling Academy'></form>
Complete - Bonus
POST Request
type=complete&pet_name=Lilia_Roo
Response
<style type=text/css>
A{COLOR:#000099;FONT-FAMILY:verdana,arial,helvetica;FONT-SIZE:9pt;TEXT-DECORATION:none}
TD,P,body{FONT-FAMILY:verdana,arial,helvetica;FONT-SIZE:9pt;}
A:hover{COLOR:#990000;}
.smallfont, .sf{FONT-SIZE:7.5pt;}
</style>
<center><IMG src="//pets.neopets.com/cpn/Lilia_Roo/1/2.png" width="150" height="150" border="0"><br><b>Woohoo!</b><p>Congratulations! <b>Lilia_Roo</b> now has increased Level!!!<p><b>*** SUPER BONUS - You went up 2 points!! ***</b><p><p><form action='academy.phtml' method='get'><input type='submit' value='Back to the Swashbuckling Academy'></form>
Pay
POST Request
type=pay&pet_name=Berrysap
Start
POST Request
type=start&course_type=Strength&pet_name=Lilia_Roo
course_type
can be any of the following:
- Strength
- Defence
- Agility
- Endurance
- Level