Thread: How do I find Models on Venomite Client?

Results 1 to 4 of 4
  1. #1 How do I find Models on Venomite Client? 
    Extreme Donator
    Warnen's Avatar
    Join Date
    Jun 2018
    Posts
    24
    Thanks given
    123
    Thanks received
    8
    Rep Power
    12
    https://www.rune-server.ee/runescape...lient+Download
    I need to find Hand Cannon, which Data is it located in|
    And also how to Extract Hand Cannon from it?

    I can Script anything, I just need to find the Important Files location|
    I can help script for you, but you'll need to add me on Discord
    Isticesticeres#4125 the Anti Christisithi|
    It likely turns out that a mind that does not specialize in things always have an excuse/mindset to be beyond trolls and unimportance.
    NOTE; Anything that has nothing to do with what the buyer's should go in the off-topic section or be reported and gain bad reputation.

    NOTE; The unthanked have been ignored.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Nov 2011
    Posts
    784
    Thanks given
    108
    Thanks received
    705
    Rep Power
    5000
    Quote Originally Posted by Warnen View Post
    https://www.rune-server.ee/runescape...lient+Download
    I need to find Hand Cannon, which Data is it located in|
    And also how to Extract Hand Cannon from it?

    I can Script anything, I just need to find the Important Files location|
    I can help script for you, but you'll need to add me on Discord
    Isticesticeres#4125 the Anti Christisithi|
    I'm not familiar with tools/resources used for 503+ revision to dump data and such, but I can send you the models for handcannon if you need it.
    Reply With Quote  
     

  3. #3  
    Extreme Donator
    Warnen's Avatar
    Join Date
    Jun 2018
    Posts
    24
    Thanks given
    123
    Thanks received
    8
    Rep Power
    12
    Quote Originally Posted by Gandalf View Post
    I'm not familiar with tools/resources used for 503+ revision to dump data and such, but I can send you the models for handcannon if you need it.
    Thank you, please Do|
    Also please provide any ways to make Models if you can|
    It likely turns out that a mind that does not specialize in things always have an excuse/mindset to be beyond trolls and unimportance.
    NOTE; Anything that has nothing to do with what the buyer's should go in the off-topic section or be reported and gain bad reputation.

    NOTE; The unthanked have been ignored.
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Nov 2011
    Posts
    784
    Thanks given
    108
    Thanks received
    705
    Rep Power
    5000
    Quote Originally Posted by Warnen View Post
    Thank you, please Do|
    Also please provide any ways to make Models if you can|
    Download models:
    Hand cannon

    Code:
    case 15241:
        itemDefinition.name = "Hand cannon";
        itemDefinition.modelZoom = 1579;
        itemDefinition.rotationY = 539;
        itemDefinition.rotationX = 1805;
        itemDefinition.offsetX = -13;
        itemDefinition.offsetY = 11;
        itemDefinition.groundActions = new String[5];
        itemDefinition.groundActions[2] = "Take";
        itemDefinition.inventoryActions = new String[5];
        itemDefinition.inventoryActions[1] = "Wield";
        itemDefinition.inventoryActions[4] = "Drop";
        itemDefinition.groundModel = 48512;
        itemDefinition.maleModel = 48465;
        itemDefinition.maleArm = -1;
        itemDefinition.femaleModel = 48465;
        itemDefinition.femaleArm = -1;
    break;
    case 15243:
        itemDefinition.name = "Hand cannon shot";
        itemDefinition.modelZoom = 1034;
        itemDefinition.rotationY = 188;
        itemDefinition.rotationX = 64;
        itemDefinition.offsetX = 0;
        itemDefinition.offsetY = 0;
        itemDefinition.groundActions = new String[5];
        itemDefinition.groundActions[2] = "Take";
        itemDefinition.inventoryActions = new String[5];
        itemDefinition.inventoryActions[1] = "Wield";
        itemDefinition.inventoryActions[4] = "Drop";
        itemDefinition.groundModel = 48513;
        itemDefinition.maleModel = -1;
        itemDefinition.maleArm = -1;
        itemDefinition.femaleModel = -1;
        itemDefinition.femaleArm = -1;
    break;
    102cdb0a68157a673525e11a5d533d61.png

    Enjoy.
    Reply With Quote  
     

  5. Thankful user:



Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. How do i paint Graphics on the client?
    By Virus X3 in forum Help
    Replies: 28
    Last Post: 05-05-2009, 04:39 AM
  2. How do you add models in your client
    By avedawg213 in forum Help
    Replies: 2
    Last Post: 04-19-2009, 05:18 AM
  3. How do i add models to blurrs client?
    By jigar in forum Help
    Replies: 4
    Last Post: 04-14-2009, 07:13 AM
  4. Replies: 7
    Last Post: 03-22-2009, 08:34 AM
  5. Where do i find Models on Bluurr Client
    By Beasty_x in forum Help
    Replies: 8
    Last Post: 02-11-2009, 02:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •