Thread: [Godwars] Killcount

Results 1 to 2 of 2
  1. #1 [Godwars] Killcount 
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Hello how do i let my godwars killcount show my kc of the monster this are my server side codes


    Code:
    public int ArmadylkillCount = 0;
    public int BandoskillCount = 0;
    public int SarakillCount = 0;
    public int ZammykillCount = 0;
    Code:
    c.sendQuest("                          0", 16216);
    c.sendQuest("                          0", 16217);
    c.sendQuest("                          0", 16218);
    c.sendQuest("                          0", 16219);
    c.sendQuest("                  NPC killcount", 16211);
    c.sendQuest("                  Armadyl kills:", 16212);
    c.sendQuest("                   Bandos kills:", 16213);
    c.sendQuest("                Saradomin kills:", 16214);
    c.sendQuest("                  Zamorak kills:", 16215);
    please tell me how i make it show like for sara with saraKills
    Reply With Quote  
     

  2. #2  
    Registered Member
    Pilldom's Avatar
    Join Date
    Sep 2007
    Posts
    1,298
    Thanks given
    24
    Thanks received
    221
    Rep Power
    164
    make it look like this

    c.sendQuest(" Armadyl kills: "+ArmadylkillCount, 16212);

    the +ArmadylkillCount tells it to add the value of the int ArmadylkillCount, arter the plus. Make sure you dont put them inside the quotations though, it has to be right outside.
    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

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