Thread: Almost there!

Results 1 to 8 of 8
  1. #1 Almost there! 
    Registered Member ur mother's Avatar
    Join Date
    Jan 2012
    Posts
    532
    Thanks given
    26
    Thanks received
    5
    Rep Power
    11
    Ok i have everthing added from this guys guide click here
    and i get this error

    Any ideas? I am very new to coding so please help
    (i do realize i can this by my self but i dont want to screw up my source)
    " The expert at anything was once a beginner. " - Helen Hayes
    " Any fool can write code that a computer can understand. Good programmers write code that humans can understand. " - Martin Fowler
    Reply With Quote  
     

  2. #2  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Code:
    c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    Edit : When you're new, Always keep a recent backup (daily) . Then you can do as much as edits, try this, try that.

    Try to implant every ideas you have now and then, every solution to errors, read the errors again, try something else. If you can figure it out then go back through what you just did.
    If you can't remember what you just did, go in your back-up files and put the old files without the edits!

    That's how you'll learn faster than anything , won't need to bother asking us for help, plus didn't you realize there was a space in the middle of a code?
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member ur mother's Avatar
    Join Date
    Jan 2012
    Posts
    532
    Thanks given
    26
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by Olinice View Post
    Code:
    c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    Edit : When you're new, Always keep a recent backup (daily) . Then you can do as much as edits, try this, try that.

    Try to implant every ideas you have now and then, every solution to errors, read the errors again, try something else. If you can figure it out then go back through what you just did.
    If you can't remember what you just did, go in your back-up files and put the old files without the edits!

    That's how you'll learn faster than anything , won't need to bother asking us for help, plus didn't you realize there was a space in the middle of a code?
    i get this after i run it
    " The expert at anything was once a beginner. " - Helen Hayes
    " Any fool can write code that a computer can understand. Good programmers write code that humans can understand. " - Martin Fowler
    Reply With Quote  
     

  4. #4  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Item.cfg replace whatever you added on the guide by ;

    Code:
    item = 14484	Dragon_claws	A_set_of_fighting_claws.	0	0	0	41	57	-4	0	0	13	26	7	0	0	56	0
    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member ur mother's Avatar
    Join Date
    Jan 2012
    Posts
    532
    Thanks given
    26
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by Olinice View Post
    Item.cfg replace whatever you added on the guide by ;

    Code:
    item = 14484	Dragon_claws	A_set_of_fighting_claws.	0	0	0	41	57	-4	0	0	13	26	7	0	0	56	0
    1 more problem.... they are not visable and when i wear them, they are on my head
    " The expert at anything was once a beginner. " - Helen Hayes
    " Any fool can write code that a computer can understand. Good programmers write code that humans can understand. " - Martin Fowler
    Reply With Quote  
     

  6. #6  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    itemassistant.java
    Code:
    	public boolean wearItem(int wearID, int slot) {
    Add something like
    Code:
    				if (wearID == 14484)
    					targetSlot = 3;
    Attached image
    Reply With Quote  
     

  7. #7  
    Registered Member ur mother's Avatar
    Join Date
    Jan 2012
    Posts
    532
    Thanks given
    26
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by Olinice View Post
    itemassistant.java
    Code:
    	public boolean wearItem(int wearID, int slot) {
    Add something like
    Code:
    				if (wearID == 14484)
    					targetSlot = 3;
    i don't know where to put it in the thing if i try to put it some where i get so many errors
    " The expert at anything was once a beginner. " - Helen Hayes
    " Any fool can write code that a computer can understand. Good programmers write code that humans can understand. " - Martin Fowler
    Reply With Quote  
     

  8. #8  
    Registered Member ur mother's Avatar
    Join Date
    Jan 2012
    Posts
    532
    Thanks given
    26
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by Olinice View Post
    itemassistant.java
    Code:
    	public boolean wearItem(int wearID, int slot) {
    Add something like
    Code:
    				if (wearID == 14484)
    					targetSlot = 3;
    can you get in team viewer with me?
    " The expert at anything was once a beginner. " - Helen Hayes
    " Any fool can write code that a computer can understand. Good programmers write code that humans can understand. " - Martin Fowler
    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. im almost there :awesome:
    By darkangel996 in forum RuneScape Underground
    Replies: 10
    Last Post: 08-16-2012, 07:57 PM
  2. Almost There
    By imsimplylegit in forum Help
    Replies: 7
    Last Post: 04-06-2012, 02:46 AM
  3. emote cape almost there [rep][thank]
    By sexyrussian in forum Help
    Replies: 6
    Last Post: 08-15-2011, 09:29 AM
  4. Almost there now...
    By Tankster in forum Help
    Replies: 14
    Last Post: 11-21-2010, 07:33 PM
  5. Sotm IV Entrie?(is there?)
    By Bl00dr4g3 in forum Showcase
    Replies: 0
    Last Post: 04-07-2007, 02:16 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
  •