Thread: Questions for Devolution (v7)

Results 1 to 8 of 8
  1. #1 Questions for Devolution (v7) 
    Jpa7777777
    Guest
    1. How do you make chickens drop a random amount of feathers? I know how to make them drop it, I want to know how to make it RANDOM (ex. 5-35)

    2. How do you use doors.cfg? I want to make some more doors openable.

    3. How come my NPCs' hp doesn't change when I edit it in the autospawn.cfg?

    I'm new to editing Runescape servers (and Java), sorry!
     

  2. #2  
    Jpa7777777
    Guest
    BUMP, I still need help.
     

  3. #3  
    Registered Member

    Join Date
    Feb 2009
    Posts
    929
    Thanks given
    2
    Thanks received
    2
    Rep Power
    344
    Download devo 2.5 from downloads section its the latest.

    Rep nao.

    Infact if you can wait a few weeks wait for 2.6 - thats a base with 100% pvnc and pvp (im guessing/hoping). devo v7 is fairly old, if you want a devo with lots of features download devo 2.4, if you want one with good combat download 2.5, if you want one with good combat for players and npc wait for 2.6
    After AJ de-repped me I have no intention of doing anything for free for anyone in return for rep again. I am here for PAID GFX WORK I do small GFX jobs to PSD to HTML and CSS. Currently working with Slashscape so jobs will get done when I'm free.[email protected]
     

  4. #4  
    Banned

    Join Date
    Mar 2008
    Posts
    2,595
    Thanks given
    128
    Thanks received
    191
    Rep Power
    0
    You do realize he has 0 rep right?
     

  5. #5  
    Jpa7777777
    Guest
    Quote Originally Posted by revive View Post
    Download devo 2.5 from downloads section its the latest.

    Rep nao.
    Is there anyway to do it in Devolution v7? I don't want to switch sources.
     

  6. #6  
    Banned

    Join Date
    Mar 2008
    Posts
    2,595
    Thanks given
    128
    Thanks received
    191
    Rep Power
    0
    Since I don't have Dev v7 on this comp I can't really answer your questions. However:

    1. The drop config does not handle random drop amounts, for that I guess you will have to modify it OR make your own drop system using java instead of a config file.

    3. Autospawn doesn't have npc hp... It's in like NPClist.java or npc.cfg something like that (it has a list of npc IDs, levels, hp, etc).
     

  7. #7  
    Jpa7777777
    Guest
    Quote Originally Posted by filth jr View Post
    Since I don't have Dev v7 on this comp I can't really answer your questions. However:

    1. The drop config does not handle random drop amounts, for that I guess you will have to modify it OR make your own drop system using java instead of a config file.

    3. Autospawn doesn't have npc hp... It's in like NPClist.java or npc.cfg something like that (it has a list of npc IDs, levels, hp, etc).
    1. For some reason it stated it could be editted in autospawn.cfg

    Code:
    //------NpcID---CoordX--CoordY--Height--RangeX1-RangeY1-RangeX2-RangeY2-WalkType-HP-Descrption
    3. It was in npc.cfg! Thanks
     

  8. #8  
    Registered Member
    Join Date
    Sep 2007
    Posts
    52
    Thanks given
    0
    Thanks received
    0
    Rep Power
    9
    Quote Originally Posted by Jpa7777777 View Post
    1. How do you make chickens drop a random amount of feathers? I know how to make them drop it, I want to know how to make it RANDOM (ex. 5-35)
    Code:
    npcdrop = ##	FeatherID	5	100
    npcdrop = ##	FeatherID	3	20

    Replace these
    Chicken ID

    Feather ID


    Now to explain the code...

    100% of the time the chicken will drop 5 feathers
    20% of the time the the chicken will drop an additional 3 feathers

    See what I'm getting at? You can do this without modifying your drop system.
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •