Skip to content
James edited this page Jul 10, 2015 · 5 revisions

Adept Ink

  • Fire - Roy
  • Water - Benedict
  • Earth - Jazep
  • Air - Stasya

Hubs renumber

2xx Redmond

3xx downtown

4xx penumbra

5xx north side

6xx Puyallup


Waypoints

  1. Wyverns Tooth
  2. Wyverns Tooth Penumbra Frosty
  3. frosty
  4. enderine chem
  5. Frosty
  6. Piper
  7. Boone
  8. Vigor
  9. trevor/greely
  10. greely
  11. Penumbra CLinic Vid Phone
  12. chet (Wild Yak)
  13. vigor
  14. victor boone
  15. piper

revised convo for skill extra buff (pass 2)

if((freeKarma>currentLevel)
   &&(prerequisite>currentLevel)
   &&(currentLevel<racialMax)) {
        currentLevel+=1;
        freeKarma+=(0-currentLevel)
  }

///  make some sots above racialMax available at quadruple cost
if(((freeKarma/4)>currentLevel)
   &&(prerequisite>currentLevel)
   &&(currentLevel<(racialMax*3/2))
   &&(currentLevel>=racialMax)) {
        currentLevel+=1;
        freeKarma+=(0-(currentLevel*4))
  }
Clone this wiki locally