Announcement

Collapse
No announcement yet.

Steal Ability & A Trick I Learned

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Steal Ability & A Trick I Learned

    Does Anybody know how to make an ability that lets you steal a random/fixed item from an enemy?
    ex.Player uses Steal and steals an Herb from a Tree Bird.
    I've tried all I know and it didn't work
    Lots people might know this but......
    And for all you who want to get a random amount of stats instead of the fixed amount in Party Member section!!!!
    1.Go to LEVEL UP Script
    2.Go to right before the ''STR increases by'' part.
    3.Put in this script:
    Data: Variable: TempVari.1=-1?2 (Or whatever amount you want)
    Data: Variable: Strength=Strength + TempVari.1
    4.Repeat Step 3 for Defense,Agility,Intelligence,Luck,HP,& MP.
    Last edited by PigsBeatUpMonkeys!!; 07-04-2006, 02:41 AM.

    #2
    Re: Steal Ability & A Trick I Learned

    Hello, and Welcome!

    Check through the Tips and Tricks thread.

    I know this has been covered before...

    I just forget where.

    I'm forgetting a lot lately!!

    And I thought it would only make me go Blind!!

    Good Luck.

    Peace.
    Last edited by Rodak; 07-04-2006, 05:15 AM.

    MOO!




    Comment


      #3
      Re: Steal Ability & A Trick I Learned

      Couldn't find it
      If you were talking about Pickpocketing/not last enemy drop item,That wasn't what I was looking for.
      I just need to make a Direct Effect that I put on an item and when used,you get to steal an item from the enemy.

      Comment


        #4
        Re: Steal Ability & A Trick I Learned

        What about Brute Force?

        Really Generally:

        Random Number - Chance of success.

        Fail - end script

        Succeed -Random number - pick item based on number

        Give item.

        You could get elaborate and load the enemy data and base your items on that too, but it would get hoopy to do that a lot.

        Would that help?

        MOO!




        Comment


          #5
          Re: Steal Ability & A Trick I Learned

          Yeah it sorta helps.

          Comment

          Working...
          X