User Tag List

Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 38 of 38

Thread: Item Editor Misc. Attributes

  1. #31
    Keese Schwa's Avatar
    Join Date
    Jun 2007
    Age
    36
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    731
    Level
    9
    vBActivity - Bars
    Lv. Percent
    51.45%

    Re: Item Editor Misc. Attributes

    I tested the Peril Beam scroll and it doesn't seem to do anything.

    Am I missing something? Or do I need to go and report a bug?
    --Schwa

    Go here for updates on my Quest project: Molka Elite.
    Here is my first finished Quest: Molka. Ranked with 4.5 stars on PureZC.

  2. #32
    Wizrobe
    Join Date
    Dec 2006
    Age
    29
    Posts
    3,693
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    8,935
    Level
    28
    vBActivity - Bars
    Lv. Percent
    42.93%

    Re: Item Editor Misc. Attributes

    The peril beam lets you shoot sword beam when you are at one health. You should take a look at this list. It tells waht the new items do.
    Quote Originally Posted by rock_nog View Post
    Well of course eveything's closed for Easter - don't you know of the great Easter tradition of people barricading themselves up to protect themselves from the return of Zombie Christ?


  3. #33
    Keese Schwa's Avatar
    Join Date
    Jun 2007
    Age
    36
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    731
    Level
    9
    vBActivity - Bars
    Lv. Percent
    51.45%

    Re: Item Editor Misc. Attributes

    I know. But it didn't do that. I was at one health and I couldn't shoot a single beam. Then I changed it to 2 health and it didn't work then either. Then I changed it back to 1 and monkeyed with the Sword Beam settings TONS of times. No dice.

    By the way, I'm smarter than you think.
    --Schwa

    Go here for updates on my Quest project: Molka Elite.
    Here is my first finished Quest: Molka. Ranked with 4.5 stars on PureZC.

  4. #34
    Wizrobe
    Join Date
    Dec 2006
    Age
    29
    Posts
    3,693
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    8,935
    Level
    28
    vBActivity - Bars
    Lv. Percent
    42.93%

    Re: Item Editor Misc. Attributes

    Okay, then you should probably report it as a bug. And I wasn't meaning to call you dumb, it's just most of the problems that newcomers have with items come from their not knowing how to use the item.
    Quote Originally Posted by rock_nog View Post
    Well of course eveything's closed for Easter - don't you know of the great Easter tradition of people barricading themselves up to protect themselves from the return of Zombie Christ?


  5. #35
    Keese Schwa's Avatar
    Join Date
    Jun 2007
    Age
    36
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    731
    Level
    9
    vBActivity - Bars
    Lv. Percent
    51.45%

    Re: Item Editor Misc. Attributes

    Yeah, that's what I thought at first too; it was just me being ignorant... I tested the Peril RING, though, and it works just fine. There would have to be a connection if it was just me, and there isn't, so yeah it's probably a bug. I reported it already.

    Also, I wouldn't think of myself as a n00b... I come from PureZC.com and have a good 400 posts there. Not easy to tell at first glance, though, so I'll give you credit for that.

    Oh, and _L_? You never posted the stats for Whimsical Ring on the first post of this thread. I'm trying to experiment myself and it's not going well. @_@
    --Schwa

    Go here for updates on my Quest project: Molka Elite.
    Here is my first finished Quest: Molka. Ranked with 4.5 stars on PureZC.

  6. #36
    Gibdo redmage777's Avatar
    Join Date
    Apr 2003
    Age
    44
    Posts
    715
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    2,401
    Level
    16
    vBActivity - Bars
    Lv. Percent
    9.52%

    Re: Item Editor Misc. Attributes

    Just came up with an Idea that could make a lot of items more versatile without the need to script. Under the "pick up" tab, why not have an option for the item to use itself as soon as Link picks it up? This would allow you to make items like Din's Fire and Nayru's Love random dropped items that give the player a one time bonus, (Like Fairy, Clock and Kill all Enemies) rather then items that Link can uses anytime he wants.
    Tile Contest #14 Winner

  7. #37
    Lynel
    ZC Developer
    pkmnfrk's Avatar
    Join Date
    Jan 2004
    Location
    Toronto
    Age
    37
    Posts
    1,248
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    3,142
    Level
    18
    vBActivity - Bars
    Lv. Percent
    10.49%

    Re: Item Editor Misc. Attributes

    Or, alternately, a method of "using" an item via scripting. You could then attach this script to an item's pick-up script:

    Code:
    item script UseOnPickup {
      void run() {
        this->Use();
      }
    }
    Tale of the Cave - a web comic - Updates Monday, Wednesday, Friday
    ZC Tutorials - Tutorials and Script Library - Updated July 30, 2008
    ZeldaGuard - Corruption in my save files? It's more likely than you think!
    I do script requests!

  8. #38
    Friends Furever XMuppetSB's Avatar
    Join Date
    Dec 2005
    Location
    San Antonio, Texas
    Age
    34
    Posts
    1,932
    Mentioned
    6 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    6,328
    Level
    24
    vBActivity - Bars
    Lv. Percent
    52.62%

    Re: Item Editor Misc. Attributes

    _L_, remember when you implemented the Cane of Byrna?

    * The Cane of Byrna's slash and stab sprites are now implemented.
    * The Cane of Byrna now creates a beam lweapon that orbits Link, expends Link's magic or rupees, and damages any enemy that is vulnerable to wand magic.
    * The Cane of Byrna itemclass now has the following editable features: Penetrates Enemies, Beam Speed Divisor, Orbit Radius, Number of Beams, Orbit Sound, Sparkle Sprite and Damaging Sparkle Sprite. Invincibility, however, remains unimplemented.
    Well, since it's implemented now (except for invincibility), here's the properties for the Cane of Byrna that need to be added to that list:

    Power: Beam Damage
    Misc 1: Beam Speed Divisor
    Flag 1: Penetrates Enemies
    Misc 2: Orbit Radius
    Misc 3: Number Of Beams
    Weapon 3: Beam Sprite
    Weapon 4: Sparkle Sprite
    Weapon 5: Damaging Sparkle Sprite

    Also, you need to add all the other properties that were added to certain item classes in more recent betas, to the list as well (check the change log for these additional properties)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social