Thread: Total level (Dung and const doesn't count)

Results 1 to 2 of 2
  1. #1 Total level (Dung and const doesn't count) 
    Banned
    Join Date
    Jun 2013
    Posts
    433
    Thanks given
    36
    Thanks received
    30
    Rep Power
    0
    Well, The other skills count on total level but when level up dung or const it doesnt count.

    I am using deathlypvpz-v2 source. does anyone has solution please?
    Reply With Quote  
     

  2. #2  
    Super Donator

    Xsj's Avatar
    Join Date
    Jul 2010
    Age
    26
    Posts
    301
    Thanks given
    184
    Thanks received
    64
    Rep Power
    278
    In public void totallevelsupdate, find

    Code:
    for (int i = 0; i < 23; i++) {
    Replace with

    Code:
    for (int i = 0; i < 25; i++) {
    Or just post your method:
    Code:
    public void totallevelsupdate() {
    Here please.
    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. Replies: 14
    Last Post: 06-11-2013, 01:33 AM
  2. Xp hovers and total level InsidiaX
    By omnee in forum Help
    Replies: 3
    Last Post: 09-29-2012, 11:23 AM
  3. Replies: 5
    Last Post: 03-17-2012, 06:58 AM
  4. Replies: 2
    Last Post: 11-16-2011, 08:05 AM
  5. Replies: 16
    Last Post: 09-08-2010, 03:51 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
  •