Login
User Name:

Password:



Register
Forgot your password?
 Relogin and Show Damage
Yesterday, 7:04 pm
By Andril
 An Open Letter to The Anon
Yesterday, 5:35 pm
By The_Fury
custom shop inventories?
Feb 7, 2010, 10:11 pm
By Andril
error using ./startup &
Feb 7, 2010, 9:52 pm
By Kayle
LoP1.38 Questions/Issues/Anomolies
Feb 7, 2010, 7:10 pm
By Remcon
LOP Building Guide v1.0
Author: Hanaisse
Submitted by: Hanaisse
Reset Guide
Author: Hanaisse
Submitted by: Hanaisse
LOP 1.38r2
Author: Remcon
Submitted by: Remcon
LOP 1.37
Author: Remcon
Submitted by: Remcon
LOP 1.36
Author: Remcon
Submitted by: Remcon
Yahoo! Slurp, MSN Search

Members: 0
Guests: 4
Stats
Files
Topics
Posts
Members
Newest Member
369
3,185
15,631
526
Craty####
» SmaugMuds.org » General » Coding » Dystopia 2
Forum Rules | Mark all | Recent Posts

Dystopia 2
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Oct 17, 2008, 3:54 pm   Last edited Oct 17, 2008, 3:54 pm by Cereal Killer
Go to the bottom of the page Go to the top of the page
Cereal Killer
Fledgling
GroupMembers
Posts4
JoinedOct 14, 2008

I was wondering what the numbers below represent ? The last set of numbers, I am hesitant to add more powers as I am not sure ...

Code:
    "chains of decay", EVOLVE_2, WARLOCK_EVOLVE_PLAGUE,
    EVOLVE_3, WARLOCK_EVOLVE_DECAYCHAIN, EVOLVE_3, WARLOCK_EVOLVE_ZOMBIEENDURANCE,
    50000, 45000, 50000, 500000000, 15000
       
Post is unread #2 Oct 17, 2008, 3:58 pm
Go to the bottom of the page Go to the top of the page


Zeno
Sorcerer
GroupMembers
Posts644
JoinedMar 5, 2005
WWW AIM Yahoo MSN Skype

No idea without seeing the actual code where it gets used. .........................
-Zeno McDohl,
Owner of Bleached InuYasha Galaxy (BIYG)
Project CR: coming soon
Want to learn Smaug building? Smaug Institute
       
Post is unread #3 Oct 17, 2008, 4:14 pm
Go to the bottom of the page Go to the top of the page
Cereal Killer
Fledgling
GroupMembers
Posts4
JoinedOct 14, 2008

The only place those numbers appear are under the evolves for each class ... Here is the entire evolve code for the warlock ... I have no clue if that will help or not ...

Code:
const struct evolve_entry warlock_evolve_table[] =
{
  { "path of time", 0, 0,
    EVOLVE_1, WARLOCK_EVOLVE_TIME, EVOLVE_1, WARLOCK_EVOLVE_SPACE,
    10000, 20000, 25000, 50000000, 5000
  },

  { "path of space", 0, 0,
    EVOLVE_1, WARLOCK_EVOLVE_SPACE, EVOLVE_1, WARLOCK_EVOLVE_TIME,
    15000, 30000, 15000, 50000000, 5000
  },

  { "contingency chain", 0, 0,
    EVOLVE_1, WARLOCK_EVOLVE_CONTINGENCY, EVOLVE_1, WARLOCK_EVOLVE_HOMING,
    25000, 15000, 15000, 50000000, 5000
  },

  { "homing device", 0, 0,
    EVOLVE_1, WARLOCK_EVOLVE_HOMING, EVOLVE_1, WARLOCK_EVOLVE_CONTINGENCY,
    20000, 20000, 20000, 50000000, 5000
  },

  { "doombolt", 0, 0,
    EVOLVE_1, WARLOCK_EVOLVE_DOOMBOLT, EVOLVE_1, WARLOCK_EVOLVE_MOUNTAIN,
    15000, 25000, 15000, 50000000, 5000
  },

  { "mountain king", 0, 0,
    EVOLVE_1, WARLOCK_EVOLVE_MOUNTAIN, EVOLVE_1, WARLOCK_EVOLVE_DOOMBOLT,
    15000, 15000, 25000, 50000000, 5000
  },

  {
    "plague chain", EVOLVE_1, WARLOCK_EVOLVE_SPACE,
    EVOLVE_2, WARLOCK_EVOLVE_PLAGUE, EVOLVE_2, WARLOCK_EVOLVE_GLIMMER,
    30000, 30000, 30000, 200000000, 10000
  },

  {
    "glimmer chain", EVOLVE_1, WARLOCK_EVOLVE_SPACE,
    EVOLVE_2, WARLOCK_EVOLVE_GLIMMER, EVOLVE_2, WARLOCK_EVOLVE_PLAGUE,
    25000, 40000, 25000, 200000000, 10000
  },

  {
    "time travel", EVOLVE_1, WARLOCK_EVOLVE_TIME,
    EVOLVE_2, WARLOCK_EVOLVE_TIMETRAVEL, EVOLVE_2, WARLOCK_EVOLVE_OLDAGE,
    25000, 25000, 40000, 200000000, 10000
  },

  {
    "sunset age", EVOLVE_1, WARLOCK_EVOLVE_TIME,
    EVOLVE_2, WARLOCK_EVOLVE_OLDAGE, EVOLVE_2, WARLOCK_EVOLVE_TIMETRAVEL,
    40000, 25000, 25000, 200000000, 10000
  },

  {
    "backlash", EVOLVE_1, WARLOCK_EVOLVE_HOMING,
    EVOLVE_2, WARLOCK_EVOLVE_BACKLASH, EVOLVE_2, WARLOCK_EVOLVE_HUNTINGSTARS,
    35000, 30000, 30000, 200000000, 10000
  },

  {
    "hunting stars", EVOLVE_1, WARLOCK_EVOLVE_HOMING,
    EVOLVE_2, WARLOCK_EVOLVE_HUNTINGSTARS, EVOLVE_2, WARLOCK_EVOLVE_BACKLASH,
    30000, 35000, 25000, 200000000, 10000
  },

  {
    "seven stitches", EVOLVE_1, WARLOCK_EVOLVE_CONTINGENCY,
    EVOLVE_2, WARLOCK_EVOLVE_STITCHES, EVOLVE_2, WARLOCK_EVOLVE_PRECOGNITION,
    25000, 30000, 40000, 200000000, 10000
  },

  {
    "precognition", EVOLVE_1, WARLOCK_EVOLVE_CONTINGENCY,
    EVOLVE_2, WARLOCK_EVOLVE_PRECOGNITION, EVOLVE_2, WARLOCK_EVOLVE_STITCHES,
    35000, 25000, 35000, 200000000, 10000
  },

  {
    "pulse of the earth", EVOLVE_1, WARLOCK_EVOLVE_MOUNTAIN,
    EVOLVE_2, WARLOCK_EVOLVE_EARTHPULSE, EVOLVE_2, WARLOCK_EVOLVE_DISJUNCTION,
    35000, 35000, 25000, 200000000, 10000
  },

  {
    "disjunction", EVOLVE_1, WARLOCK_EVOLVE_MOUNTAIN,
    EVOLVE_2, WARLOCK_EVOLVE_DISJUNCTION, EVOLVE_2, WARLOCK_EVOLVE_EARTHPULSE,
    35000, 35000, 25000, 200000000, 10000
  },

  {
    "doomstorm", EVOLVE_1, WARLOCK_EVOLVE_DOOMBOLT,
    EVOLVE_2, WARLOCK_EVOLVE_DOOMSTORM, EVOLVE_2, WARLOCK_EVOLVE_DOOMCHARGE,
    35000, 35000, 25000, 200000000, 10000
  },

  {
    "doomcharge", EVOLVE_1, WARLOCK_EVOLVE_DOOMBOLT,
    EVOLVE_2, WARLOCK_EVOLVE_DOOMCHARGE, EVOLVE_2, WARLOCK_EVOLVE_DOOMSTORM,
    30000, 40000, 25000, 200000000, 10000
  },

  { 
    "chains of decay", EVOLVE_2, WARLOCK_EVOLVE_PLAGUE,
    EVOLVE_3, WARLOCK_EVOLVE_DECAYCHAIN, EVOLVE_3, WARLOCK_EVOLVE_ZOMBIEENDURANCE,
    50000, 45000, 50000, 500000000, 15000
  },

  {
    "zombie endurance", EVOLVE_2, WARLOCK_EVOLVE_PLAGUE,
    EVOLVE_3, WARLOCK_EVOLVE_ZOMBIEENDURANCE, EVOLVE_3, WARLOCK_EVOLVE_DECAYCHAIN,
    45000, 50000, 50000, 500000000, 15000
  },

  /* end of table */
  { "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};
       
Post is unread #4 Oct 17, 2008, 8:50 pm
Go to the bottom of the page Go to the top of the page


Zeno
Sorcerer
GroupMembers
Posts644
JoinedMar 5, 2005
WWW AIM Yahoo MSN Skype

I was looking for the code that uses that table data. .........................
-Zeno McDohl,
Owner of Bleached InuYasha Galaxy (BIYG)
Project CR: coming soon
Want to learn Smaug building? Smaug Institute
       
Post is unread #5 Oct 21, 2008, 10:01 pm
Go to the bottom of the page Go to the top of the page


Igabod
Fledgling
GroupMembers
Posts36
JoinedSep 25, 2008
WWW

those are the costs of the evolves, if you look at the evolve table it'll list the various evolves you can buy and their hp/mana/move/exp/qp requirements (not sure of the order, i'm not looking at it right now myself) the easy way to figure out which cost is which number is to look at that list in game (i forgot the command) and compare it to what you just posted. i'm sure you'll figure it out. .........................
For Godwars related downloads and forum, simply point your browser toward http://www.godwars.net.

Bored?? Click THIS and you too can build your own mini city.

Are you sick, twisted and/or demented? Do you enjoy talk radio? Check out the ChickenMonkeyPie Show and be prepared to be offended.
This is a talk radio show geared toward gamers, perverts, and people who enjoy listening to drunk people make fools of themselves. If you are easily offended please steer clear.

DEFINITELY NOT SAFE FOR WORK
       
Post is unread #6 Oct 22, 2008, 6:10 am
Go to the bottom of the page Go to the top of the page


tphegley
Magician
GroupMembers
Posts163
JoinedMay 21, 2006
WWW AIM Yahoo

Look for that table in mud.h and see what they are defined as. That will give you insight as well as do what Igabod said in game. .........................
Owner/Coder

Legends of Old
Currently in Development
       
Post is unread #7 Oct 28, 2008, 8:53 am
Go to the bottom of the page Go to the top of the page
Cereal Killer
Fledgling
GroupMembers
Posts4
JoinedOct 14, 2008

Thanks guys
       
Pages:<< prev 1 next >>