Thread: Fishing Equipment and Anim

Results 1 to 4 of 4
  1. #1 Fishing Equipment and Anim 
    Registered Member
    Join Date
    May 2014
    Posts
    169
    Thanks given
    21
    Thanks received
    5
    Rep Power
    3
    equipment ids and anims for fishing monk fish and manta and sharks, thanks.
    Reply With Quote  
     

  2. #2  
    Registered Member Grown's Avatar
    Join Date
    Oct 2012
    Posts
    838
    Thanks given
    650
    Thanks received
    86
    Rep Power
    54
    Google is your friend.
    "Programs aren’t just built in one go, like a bridge. They are talked about,
    sketched out, prototyped, played with, refactored, tuned, tested, tweaked,
    deleted, rewritten....
    A program is not built; it is grown.
    Because a program is always growing and always changing, it must be written
    with change in mind."
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2013
    Posts
    20
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Here's my enum header:
    Code:
    private Spot(int npcId, int[] rawFish, int equipment, int bait, int[] fishingReqs, boolean second, int[] xp, int anim) {
    .
    .
    .
    and here's my enum for monks and manta rays:
    Code:
    MONK_FISH(318, new int[]{7944, 389}, 305, -1, new int[]{62, 81}, false, new int[]{3228, 5041}, 621),
    and here's my enum for sharks:
    Code:
    HARPOON2(313, new int[]{383}, 311, -1, new int[]{76}, true, new int[]{4621}, 618),
    p.s. if you're requesting something, put [REQ] in the title of the post.
    Reply With Quote  
     

  4. #4  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    You cant fish Manta rays in runescape due to them are coming from a Fishing trawler. As for the monk fish, it is just regular net animation and shark is harpoon.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    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

Similar Threads

  1. Equipment and Items
    By CORBA in forum Tutorials
    Replies: 19
    Last Post: 10-20-2008, 10:40 PM
  2. Perfect Range PVP (GFX's and Anims)
    By Vastiko in forum RS 503+ Client & Server
    Replies: 21
    Last Post: 09-18-2008, 01:33 AM
  3. magic cape gfx and animation help
    By T-Sex in forum RS2 Server
    Replies: 6
    Last Post: 05-04-2008, 04:29 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •