Difference between revisions of "User talk:Anden"

From Flexible Survival
Jump to: navigation, search
Line 22: Line 22:
  
 
</pre>
 
</pre>
 +
 +
 +
===========================================================================================
 +
 +
Want to change your danger and pheremone levels without having to travel to Zephyr? You can do this for some things...
 +
 +
Get your session cookie (I used firebug) and save it in a text file called cookies.txt the string should be in the following format:
 +
flexiblesurvival.com FALSE / FALSE 1234567890 Session 12345678A12345B1C123456789012345
 +
 +
You can then use curl:
 +
curl -b cookies.txt "http://flexiblesurvival.com/index?Changechar=CHARNAME"
 +
curl -b cookies.txt "http://flexiblesurvival.com/ajaxget?Difficulty"
 +
curl -b cookies.txt "http://flexiblesurvival.com/ajaxget?Pheromone"

Revision as of 10:38, 1 August 2013

===============================================================================

Proposed identifier for fprompt:


ABCD

A. Identifier: Friendly. Friendly pet. Enemy. Enemy pet. (A through D?)

B. Danger level: Equivalent to relative level (use 0 through 9?)

CD. Effect: None, perplexing, front & centre, starving... (00 through 99? Possibly more meaningful codes like NO, PE, FC, ST?)


Example:

<ENEMIES>
1. Bouncy Half-Husky <5529/5554 hp - 100/98 en>     C2BO
<ALLIES>
Anwen                <4343/4343 hp - 103/102 en>    A8NO
<ENDLIST>


===============================================================================

Want to change your danger and pheremone levels without having to travel to Zephyr? You can do this for some things...

Get your session cookie (I used firebug) and save it in a text file called cookies.txt the string should be in the following format: flexiblesurvival.com FALSE / FALSE 1234567890 Session 12345678A12345B1C123456789012345

You can then use curl: curl -b cookies.txt "http://flexiblesurvival.com/index?Changechar=CHARNAME" curl -b cookies.txt "http://flexiblesurvival.com/ajaxget?Difficulty" curl -b cookies.txt "http://flexiblesurvival.com/ajaxget?Pheromone"