Thread: [Iclarity V1.05]setting item place?

Results 1 to 3 of 3
  1. #1 [Iclarity V1.05]Adding specials? 
    Registered Member
    Join Date
    Oct 2008
    Posts
    107
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    how do i add specials?

    thanks
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Dec 2007
    Age
    32
    Posts
    551
    Thanks given
    0
    Thanks received
    2
    Rep Power
    503
    Specials are already added to the source.


    Like i say to all other beginners, learn Java before attempting RSPS. It will help far much more.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2008
    Posts
    107
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    well i see the specials.java file but i dont see how to add the specials... i could get an idea of they weren't all the exact same.. theres no item id so i dont under stand how to add it
    Code:
    		if (p.specialAmount >= 0 && p.specialAmount <= 24 && !p.usingSpecial) {
    			p.sendFrame126("S P E C I A L  A T T A C K", 12335);
    			p.fsBar(0, 0, 12325);
    			p.fsBar(0, 0, 12326);
    			p.fsBar(0, 0, 12327);
    			p.fsBar(0, 0, 12328);
    			p.fsBar(0, 0, 12329);
    			p.fsBar(0, 0, 12330);
    			p.fsBar(0, 0, 12331);
    			p.fsBar(0, 0, 12332);
    			p.fsBar(0, 0, 12333);
    			p.fsBar(0, 0, 12334);
    		}
    all the same just like that ecxept for a few varriations with the 5 didget number but its that 1st one a few times then a diffrent one a few times.... so what code would i use for Dclaws spec item id 8002?
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •