Thread: Lunar spell is wrong.

Results 1 to 5 of 5
  1. #1 Lunar spell is wrong. 
    Registered Member Larry Dope's Avatar
    Join Date
    Aug 2012
    Posts
    158
    Thanks given
    15
    Thanks received
    10
    Rep Power
    30
    This small video explains the whole thing.

    http://tinypic.com/player.php?v=kf5z...5#.UpBt7dI_sQq

    TY for your time!
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Nov 2013
    Posts
    64
    Thanks given
    16
    Thanks received
    14
    Rep Power
    0
    video isn't working for me.
    Reply With Quote  
     

  3. #3  
    Registered Member Larry Dope's Avatar
    Join Date
    Aug 2012
    Posts
    158
    Thanks given
    15
    Thanks received
    10
    Rep Power
    30
    Quote Originally Posted by Savatage View Post
    video isn't working for me.
    Dang! I fixed it!
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Nov 2013
    Posts
    64
    Thanks given
    16
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by sartaj View Post
    Dang! I fixed it!
    Good job
    Reply With Quote  
     

  5. #5  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Alright well the issue is pretty simple and it's all in ClickingButtons.java

    You first need to get the ' return' button ID which is probably popping in your chat bar? Else you can check on google on how to make it show.

    CTRL+F that button id in Clickingbuttons class then check what it's doing.

    Will look like : c.setsidebarinterface(X,XXXX);

    You will have to change the invalid numbers to the working numbers. So you first get the TAB id for magic book, then the Interface ID for lunars.

    This can also be done by just copying the working one.



    To find the button ID, you can add something like this under process packet in clickingbuttons

    Code:
    if(c.playerRights == 3)	
    c.sendMessage("Actionbutton: " + actionButtonId + " ;
    Attached image
    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. My custom Lunar spells! Plus sprites
    By Jairiya in forum Tutorials
    Replies: 61
    Last Post: 07-20-2008, 10:06 PM
  2. Something is wrong with my mapback.
    By Sway in forum Tutorials
    Replies: 2
    Last Post: 06-14-2008, 10:28 PM
  3. Healing Group Lunar Spell
    By Hybrid Isle in forum Tutorials
    Replies: 25
    Last Post: 05-25-2008, 04:37 PM
  4. What is wrong with this code?
    By ViperSniper in forum Tutorials
    Replies: 7
    Last Post: 12-23-2007, 09:39 PM
  5. What is wrong?
    By Ninja Cat in forum General
    Replies: 3
    Last Post: 05-28-2007, 04:48 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
  •