Thread: Fishing spot model

Results 1 to 2 of 2
  1. #1 Fishing spot model 
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    I dont have good enough internet right now to download a cache and get the model myself, my radius on my fishing spots are way too big and i need the model that fixes it, I believe its 36844
    Reply With Quote  
     

  2. #2  
    Endeavor

    Mikey`'s Avatar
    Join Date
    Dec 2007
    Posts
    4,434
    Thanks given
    715
    Thanks received
    1,435
    Rep Power
    1202
    http://**********/xstrdm503pwb


    Code:
    case 8842:
    		case 8841:
    		case 233:
    		case 316:
    		case 312:
    		case 313:
    		case 318:
    			String[] actions = npc.actions.clone();
    			String name = npc.name;
    			int id = npc.id;
    			EntityDef.clone(npc, 33317);
    			npc.id = id;
    			npc.anIntArray94 = new int[] {1491};
    			npc.actions = actions;
    			npc.name = name;
    			
    			if (npc.id == 318) {
    				npc.actions = new String[] {"Net", null, "Lure", null, null};
    			}
    			break;
    
    public static EntityDef clone(EntityDef def, int clone) {
    		EntityDef def2 = forID(clone);
    		def.anInt55 = def2.anInt55;
    		def.anInt57 = def2.anInt57;
    		def.anInt58 = def2.anInt58;
    		def.anInt59 = def2.anInt59;
    		def.combatLevel = def2.combatLevel;
    		def.walkAnim = def2.walkAnim;
    		def.aByte68 = def2.aByte68;
    		def.anInt75 = def2.anInt75;
    		def.standAnim = def2.standAnim;
    		def.anInt79 = def2.anInt79;
    		def.anInt83 = def2.anInt83;
    		def.aBoolean84 = def2.aBoolean84;
    		def.anInt86 = def2.anInt86;
    		def.aBoolean87 = def2.aBoolean87;
    		def.anInt91 = def2.anInt91;
    		def.aBoolean93 = def2.aBoolean93;
    		return def;
    	}
    Reply With Quote  
     

  3. 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. Fishing Spot Models
    By |Austin| in forum Requests
    Replies: 0
    Last Post: 08-22-2009, 08:27 PM
  2. Fishing Spot Models
    By |Austin| in forum Help
    Replies: 0
    Last Post: 08-22-2009, 08:27 PM
  3. Fishing (SPOTS)
    By advent in forum Help
    Replies: 3
    Last Post: 05-17-2009, 02:17 AM
  4. Fishing Spots
    By Chachi in forum Requests
    Replies: 1
    Last Post: 04-30-2009, 01:28 AM
  5. fishing spot
    By harmy in forum Help
    Replies: 5
    Last Post: 03-14-2009, 03:04 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
  •