Thread: help with NvN nad NvP 508 plz!!

Results 1 to 9 of 9
  1. #1 help with NvN nad NvP 508 plz!! 
    Registered Member
    Join Date
    Dec 2008
    Posts
    196
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    ok ....

    can anyone help me for how to add NvN nad NvP Range,Mage,Melee or same mithscape on my server 508


    pali or bulby !!!!


    thanks..

    madloom
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2008
    Posts
    196
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    Really!!! anyonw dont know on rune server
    Reply With Quote  
     

  3. #3  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,278
    Thanks given
    1,059
    Thanks received
    1,465
    Rep Power
    5000
    Just get from mithscape even pali sources/espeon/bulby have it

    its called versusnpc or something
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2008
    Posts
    196
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    Quote Originally Posted by owner pkin View Post
    Just get from mithscape even pali sources/espeon/bulby have it

    its called versusnpc or something
    bulby dont have can you give me tut for versusnpc please!!
    Reply With Quote  
     

  5. #5  
    Registered Member
    X Mercy X's Avatar
    Join Date
    May 2009
    Age
    31
    Posts
    1,336
    Thanks given
    3
    Thanks received
    41
    Rep Power
    301
    well, a popular method is to use an array, to store the types of npcs that will range or mage then if they are false the others will melee, example

    Code:
    public int[] magingNpcs = {1,2,3,4,5};
    they would make a boolean turning true / false if the npc matches / doesn't match the array so then in the n.appendAttack()
    they could easily use their boolean to dictate what the npc is going to do. it is done in many servers this way, not saying its the best way as it will not handle all magic npc's as some are multi attacking in which case you would have to use an external type of setting it to mage. example i gave would practically be for zamorak mages or npc's that mage ONLY, though i suppose you could do it backwards if you really are stuck add my msn

    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Dec 2008
    Posts
    196
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    ok so how i make the npc attack with range
    Reply With Quote  
     

  7. #7  
    Registered Member
    X Mercy X's Avatar
    Join Date
    May 2009
    Age
    31
    Posts
    1,336
    Thanks given
    3
    Thanks received
    41
    Rep Power
    301
    Quote Originally Posted by madloom View Post
    ok so how i make the npc attack with range
    same principle

    public int rangingNpcs = {};

    projectiles for range etc instead of mage

    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Dec 2008
    Posts
    196
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    ok thanks !!
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Sep 2009
    Posts
    122
    Thanks given
    2
    Thanks received
    0
    Rep Power
    47
    omg, you suck
    █║▌│█│║▌║││█║▌│║▌║
    ORIGINAL PROFILE ®

    Reply With Quote  
     


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
  •