Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Fruitpunch

Members
  • Posts

    1202
  • Joined

  • Last visited

    Never

Everything posted by Fruitpunch

  1. I decided to put all my questions into 1 thread. Please I need answers fast. 1\. I set it so that the class "Warrior" starts with a weapon called "Battle Sword"(1) and a shield called "Wooden Shield"(2) The class script looks like this [STARTUP] Weapon= 1 Shield= 2 Armor= 0 Helmet= 0 but yet the items still do not appear when I create a new Warrior. 2\. Another class related question. I set it so sprite 1 is a male warrior and sprite 9 is female. It looks like this [CLASS] Name= Warrior MaleSprite= 1 FemaleSprite= 9 STR= 7 DEF= 10 SPEED= 3 MAGI= 0 MAP= 1 X= 9 Y= 0 Locked= 0 yet it always looks like sprite 1. 3\. How do you create new zones/maps Thanks once again to those who answer my questions. -Curios Fruitpunch I really need these answers quick!
  2. How do I make it so that people and NPC's cannot walk on water.
  3. Hello. I recently downloaded Eclipse, and it is truly a great program. The thing is I cannot make classes start with items. Here is what I am trying to do. I am trying to make the class "Warrior" start with weapon "Battle Sword" and shield "Wooden Shield" It looks liek this [STARTUP] Weapon= 1 Shield= 2 Armor= 0 Helmet= 0 Yet for some reason they do not show up. Another thing is the sprites. I am setting the Warrior's male sprite as 1 and the female sprite as 9\. It looks like this Name= Warrior MaleSprite= 1 FemaleSprite= 9 STR= 7 DEF= 10 SPEED= 3 MAGI= 0 MAP= 1 X= 9 Y= 0 Locked= 0 Yet it is always the same sprite. These are really simple questions, I am guessing. Thanks to those who answer -Fruitpunch
×
×
  • Create New...