Thread: [PI] GWD Can't Get to Arma God

Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1 [PI] GWD Can't Get to Arma God 
    Registered Member
    Join Date
    May 2012
    Posts
    201
    Thanks given
    8
    Thanks received
    0
    Rep Power
    10
    Hey guys im using a Hybrid PVP v3 source and I can't get to the Armadyl God Dungeon, i used a grapple, a mithril grapple, and a rune cbow, non seemed to work I want to know how to fix this, also the Zammy god appears as Adamant core -_- Please if you can help please do! And Also Morrigans Throwing axe and Javelin dont disappear when you throw so if you know how to fix this please help and I will reward by RSGP! if NEEDED!
    Reply With Quote  
     

  2. #2  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    Actionhandler.java for frist problem. do like

    Code:
    case ####//object id
    if((c.getItems.playerHas(bow id,1) && (c.getItems.playerHas(mith grapple,1)){
    moveplayer blaa blaa
    } else {
    message you dont' have blaa blaa 
    }
    break;
    THIS IS ONLY EXPLAINING.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    201
    Thanks given
    8
    Thanks received
    0
    Rep Power
    10
    bump please need help!1
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2012
    Posts
    201
    Thanks given
    8
    Thanks received
    0
    Rep Power
    10
    Quote Originally Posted by 'Boss View Post
    Actionhandler.java for frist problem. do like

    Code:
    case ####//object id
    if((c.getItems.playerHas(bow id,1) && (c.getItems.playerHas(mith grapple,1)){
    moveplayer blaa blaa
    } else {
    message you dont' have blaa blaa 
    }
    break;
    THIS IS ONLY EXPLAINING.
    can you please insert the codes and tell me where to insert, sorry im a noob coder.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2012
    Posts
    201
    Thanks given
    8
    Thanks received
    0
    Rep Power
    10
    bump please help
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2009
    Posts
    422
    Thanks given
    3
    Thanks received
    20
    Rep Power
    7
    He gave you everything you need... just fill in the item IDs and use the following commands like this:

    Code:
    c.getPA().movePlayer(X-COORD, Y-COORD, HEIGHT);
    c.sendMessage("text");
    (You have to fill in the coordinates, height, and text yourself)
    Quote Originally Posted by Joshinator View Post
    doesnt work when i comile now i get this

    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    Press any key to continue . . .
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2012
    Posts
    201
    Thanks given
    8
    Thanks received
    0
    Rep Power
    10
    Quote Originally Posted by ipkerzi View Post
    he gave you everything you need... Just fill in the item ids and use the following commands like this:

    Code:
    c.getpa().moveplayer(x-coord, y-coord, height);
    c.sendmessage("text");
    (you have to fill in the coordinates, height, and text yourself)
    dude i dont know coding im trying to learn i dont know where to insert that please help me! Please please please
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2009
    Posts
    422
    Thanks given
    3
    Thanks received
    20
    Rep Power
    7
    How are you trying to learn if you can't follow simple instructions

    Code:
    case ####//Object ID
    	if(c.getItems.playerHas(####,1) || (c.getItems.playerHas(####,1)){
    		c.getPA().movePlayer(####, ####, 2);
    	} else {
    		c.sendMessage("You need a ____ to do this.");
    	}
    	break;
    Now fill in the blanks
    Quote Originally Posted by Joshinator View Post
    doesnt work when i comile now i get this

    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    Press any key to continue . . .
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    May 2012
    Posts
    1,084
    Thanks given
    328
    Thanks received
    82
    Rep Power
    135
    What happened to 'learning by doing'?
    Reply With Quote  
     

  10. Thankful users:


  11. #10  
    Registered Member
    Join Date
    May 2012
    Posts
    201
    Thanks given
    8
    Thanks received
    0
    Rep Power
    10
    Quote Originally Posted by ipkerzi View Post
    How are you trying to learn if you can't follow simple instructions

    Code:
    case ####//Object ID
    	if(c.getItems.playerHas(####,1) || (c.getItems.playerHas(####,1)){
    		c.getPA().movePlayer(####, ####, 2);
    	} else {
    		c.sendMessage("You need a ____ to do this.");
    	}
    	break;
    Now fill in the blanks
    Where do I have to put this? ObjectHandler? and also what about getting the 15 Kill counts..
    Reply With Quote  
     

Page 1 of 3 123 LastLast

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. [Req] Arma battlestaff
    By Tha King in forum Models
    Replies: 1
    Last Post: 03-28-2012, 02:37 PM
  2. Replies: 4
    Last Post: 07-08-2011, 12:08 AM
  3. Replies: 0
    Last Post: 06-15-2009, 05:36 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
  •