Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Jumping Enemies?
#2
Within Charlie's Demo, there is a Minkoff.rar file. This compressed file contains a chm/help file for Animated Battlers. HOWERVER, I NEGLECTED TO PUT JUMPING EFFECTS IN THERE????? EEP!!!

Let's look at Charlie's config for the Jumping system
Code:
JUMPING_ENEMY         = {3 => 12} #nil         # Weapon IDs for jumping rush attacks
  JUMPING_WEAPONS       = {1 => 4}   # Weapon IDs for jumping rush attacks
  JUMPING_SKILLS        = {61 => 24}  # Skill IDs for jumping rush skills
  JUMPING_ITEMS         = nil         # Item IDs for jumping rush item usage

EACH array goes by the syntax of:
Code:
ARRAY = { id => height, id => height, ....  id => height}
In that, the ID is the id of the object in the database and the height is the height in stepping increments. The higher the increments, the higher the attacker jumps.

OR... you can just make it "ARRAY = nil' if you don't want any jumping effects for a particular system. You can see that in use with the JUMPING_ITEMS array.

In Charlie's demo, the JUMPING_ENEMIES has enemy #3 in the database (his Sahagin) set to jump 12 increments. That may be a bit high and extreme. I wouldn't want to jump up that high. Can cause some problems. According to the JUMPING_WEAPONS array, anyone using weapon #1 (Bronze Sword) would be jumping up 4 increments. And OMG... Anyone using Skill #61 (Leg Sweep) is jumping 24 increments high? Wow.

Oh, about the #nil in the JUMPING ENEMIES.... Anything after a # symbol is a comment and ignored on that line.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
Jumping Enemies? - by Bounty Hunter Lani - 01-17-2015, 12:10 AM
RE: Jumping Enemies? - by DerVVulfman - 01-17-2015, 05:23 AM
RE: Jumping Enemies? - by Bounty Hunter Lani - 01-17-2015, 06:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Actors & enemies without Morale Bennerdeben 4 1,387 07-15-2023, 06:21 PM
Last Post: Bennerdeben
   Lycan abs - Making enemies flee on sight ChickenFetus 1 4,001 06-07-2016, 04:39 AM
Last Post: DerVVulfman
   make event unpassable even by jumping mangamaniacs2064 4 6,783 04-05-2010, 11:57 AM
Last Post: mangamaniacs2064
   2 or more drops from enemies -Luke- 12 12,576 03-12-2010, 02:57 AM
Last Post: fgsfds



Users browsing this thread: