Thread: Vencillio how to make npc give points apon death

Results 1 to 4 of 4
  1. #1 Vencillio how to make npc give points apon death 
    Banned
    Join Date
    Apr 2016
    Posts
    357
    Thanks given
    65
    Thanks received
    16
    Rep Power
    0
    Hello title says it all im in struggle how to make on Vencillio any npc give points when they die thanks for any help where i can find this i looked into MobDrops.java but kinda cant figure it out any help will be appreticated
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2015
    Posts
    130
    Thanks given
    1
    Thanks received
    19
    Rep Power
    42
    what are you exactly struggling with?
    Reply With Quote  
     

  3. #3  
    Donator

    i dds you's Avatar
    Join Date
    Jun 2013
    Posts
    831
    Thanks given
    678
    Thanks received
    160
    Rep Power
    92
    not sure what you're struggling with, This was one of the first things I did when I got the base

    if you've declared a name for your points in player.java and playersave, it's really as simple as this:

    Code:
    case 6609:
    			AchievementHandler.activateAchievement(player, AchievementList.KILL_100_CALLISTO, 1);
    			player.getProperties().addProperty(mob, 1);
    			player.add#####Points(1);
    			player.sendMessage("You now have @blu@" + player.getbossPoints() + " @bla@Boss Points.");
    			break;
    If you really can't do it, you have me on skype
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Banned
    Join Date
    Apr 2016
    Posts
    357
    Thanks given
    65
    Thanks received
    16
    Rep Power
    0
    Quote Originally Posted by i dds you View Post
    not sure what you're struggling with, This was one of the first things I did when I got the base

    if you've declared a name for your points in player.java and playersave, it's really as simple as this:

    Code:
    case 6609:
    			AchievementHandler.activateAchievement(player, AchievementList.KILL_100_CALLISTO, 1);
    			player.getProperties().addProperty(mob, 1);
    			player.add#####Points(1);
    			player.sendMessage("You now have @blu@" + player.getbossPoints() + " @bla@Boss Points.");
    			break;
    If you really can't do it, you have me on skype
    Thanks!
    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. How to make npc to give Dung Exp
    By Phoenix in forum Requests
    Replies: 10
    Last Post: 10-02-2013, 08:51 PM
  2. How to make NPC's give certain XP
    By sheezy2 in forum Help
    Replies: 2
    Last Post: 01-22-2009, 09:30 AM
  3. How to make npcs drop items
    By wowfreakjoking in forum Tutorials
    Replies: 5
    Last Post: 03-26-2008, 06:46 PM
  4. How to make NPCS talk like rl rs
    By .fabian in forum Tutorials
    Replies: 8
    Last Post: 10-18-2007, 10:09 PM
  5. How to Make objects give you in item when you click in them!
    By black-pure-4-lyfe in forum Tutorials
    Replies: 3
    Last Post: 08-28-2007, 09:35 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
  •