Jump to content
  • 0

How to add/change the size effect on pet


driver

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   3
  • Joined:  02/11/19
  • Last Seen:  

Hello rAthenians, how are you?
I'm creating some custom pets and would like your help.

I created a new mob to be used as a pet, in this case the Stormy Knight mob, I would like to know if there is any way via script or editing mob_db, pet_db, luafiles etc, that would make the pet look small. Function similar to effect '@size'. In this case, I wanted the pet's size to be permanently small.Similar to this:

screenr-Athena032.jpg

 

Spoiler

Mob_db:

5000,KNIGHT_OF_WINDSTORM_MINI,Knight of Windstorm Mini,Stormy Knight Mini,77,240000,0,64350,21450,2,1425,1585,35,60,75,185,83,55,130,79,10,12,2,0,84,0x6283695,200,468,468,288,32175,720,4500,2406,500,995,3000,1468,150,603,3000,617,4000,2621,200,2506,500,985,4559,5007,1,0,0,0,0,4318,1


Pet_db:

  - Mob: KNIGHT_OF_WINDSTORM_MINI
    TameItem: Unripe_Apple
    EggItem: SK_Egg
    FoodItem: Apple_Juice
    Fullness: 3
    IntimacyFed: 50
    CaptureRate: 2000
    Script: >
      .@i = getpetinfo(PETINFO_INTIMATE);
      
      if( .@i >= PET_INTIMATE_LOYAL ){
        bonus bLuk,2;
        bonus bCritical,1;
      }



Thank you very much!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

Go in your RO Folder/System and find monster_size_effect_sak_new(you probably have it with another name) here you can change monsters size

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   3
  • Joined:  02/11/19
  • Last Seen:  

1 hour ago, cook1e said:

Go in your RO Folder/System and find monster_size_effect_sak_new(you probably have it with another name) here you can change monsters size

Thank you very much mr. @cook1e.

Solved.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...