Jump to content

mrlongshen

Members
  • Content Count

    1126
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by mrlongshen

  1. hi, can someone make a simple npc displayed up top 10 user ranking cash point? maybe kiled mob and pvp ? there will 2 selection, mvp or pvp. here the script i'm using - script mvp_rewards -1,{ OnInit: .mobRewardPoints = 1; //MOB CASH POINT .rewardMobIds[1649] = 1; //High Priest Magaleta / High Priest Margaretha .rewardMobIds[1651] = 1; //High Wizard Katrinn / High Wizard Kathryne .rewardMobIds[1646] = 1; //Lord Knight Seyren .rewardMobIds[1650] = 1; //Sniper Shecil / Sniper Cecil .rewardMobIds[1648] = 1; // Whitesmith Harword .rewardMobIds[1647] = 1; // Assassin Cross Eremes .rewardMobIds[1917] = 1; //Wounded Morroc .rewardMobIds[1871] = 1; // Fallen Bishop .rewardMobIds[1768] = 1; // Gloom Under Night .rewardMobIds[1086] = 1; // Golden Thief Bug .rewardMobIds[1832] = 1; // Ifrit .rewardMobIds[1734] = 1; // Kiel D-01 .rewardMobIds[1251] = 1; // Knight of Windstorm .rewardMobIds[1646] = 1; // Lord Knight Seyren .rewardMobIds[1147] = 1; // Maya .rewardMobIds[1650] = 1; // Sniper Shecil .rewardMobIds[1583] = 1; // Tao Gunka .rewardMobIds[1708] = 1; // Thanatos .rewardMobIds[1312] = 1; // Turtle General .rewardMobIds[1751] = 1; // Valkyrie Randgris .rewardMobIds[1685] = 1; // Vesper .rewardMobIds[1511] = 1; // Amon Ra .rewardMobIds[1630] = 1; // Bacsojin .rewardMobIds[1039] = 1; // Baphomet .rewardMobIds[1115] = 1; // Eddga .rewardMobIds[1252] = 1; // Garm .rewardMobIds[1492] = 1; // Incantation Samurai .rewardMobIds[1190] = 1; // Orc Lord .rewardMobIds[1159] = 1; // Phreeoni .rewardMobIds[1658] = 1; // Ygnizem .rewardMobIds[1785] = 1; // Atroce .rewardMobIds[1096] = 1; // Angeling .rewardMobIds[1388] = 1; // Archangeling .rewardMobIds[1795] = 1; // Bloody Knight .rewardMobIds[1874] = 1; // Beelzebub .rewardMobIds[1272] = 1; // Dark Lord .rewardMobIds[1719] = 1; // Datale .rewardMobIds[1389] = 1; // Dracula .rewardMobIds[1112] = 1; // Drake .rewardMobIds[1046] = 1; // Doppelgangger .rewardMobIds[1418] = 1; // Evil Snake Lord .rewardMobIds[1120] = 1; // Ghostring .rewardMobIds[1688] = 1; // Lady Tanee .rewardMobIds[1373] = 1; // Lord of Death .rewardMobIds[1289] = 1; // Maya Purple .rewardMobIds[1150] = 1; // Moonlight Flower .rewardMobIds[1087] = 1; // Orc Hero .rewardMobIds[1038] = 1; // Osiris .rewardMobIds[1157] = 1; // Pharaoh .rewardMobIds[1582] = 1; // Deviling .rewardMobIds[1623] = 1; // RSX 0806 .pvpRewardPoints = 1; end; OnNPCKillEvent: if(.rewardMobIds[killedrid] > 0) { #CASHPOINTS += .mobRewardPoints; dispbottom "You now have " + #CASHPOINTS + " Cash Point" + ((#CASHPOINTS > 1)? "s":"") + "."; announce strcharinfo(PC_NAME) + " killed " + strmobinfo(1, killedrid) + " and earned "+ .mobRewardPoints +" Cash Point" + ((.mobRewardPoints > 1)? "s":"") + ".", bc_all; } end; OnPCKillEvent: #CASHPOINTS += .pvpRewardPoints; dispbottom "You now have " + #CASHPOINTS + " Cash Point" + ((#CASHPOINTS > 1)? "s":"") + "."; mapannounce strcharinfo(PC_MAP), strcharinfo(PC_NAME) + " killed " + rid2name(killedrid) + " and earned " + .pvpRewardPoints +" Cash Point" + ((.pvpRewardPoints > 1)? "s" : "") + ".",bc_map; end;}
  2. @@Dogpatch how your script works? @@Winterfox i try yours, i summon using bloody branch, then kill the monster, nothing annoucement even I got the card
  3. @@fxfreitas +1 for you. Forgot to enable 64k hairstyle
  4. Hye, Can I request. If player get MVP card from killed MVP, there will be announcement. For example ?
  5. @@Dogpatch im using 2014-04-01
  6. @@Mysterious Please make it for sgcp. tq hehe
  7. Same thing happen to me, i have 70 hairstyle. Im done add to my grf. But in game I want to change to the hairstyle, but last is 48, after that nothing change. Why?
  8. Its will be replaced or will conflict. You must make a backup before updating
  9. Haha. Post your script here. Somebody will help you later
  10. @ thanks for the awareness P/s: kesian kau bro. Huhu pm aku
  11. @@Yoh Asakura yes its true. Maybe they dont have life. Now I have rebuilt my server again. Yeah,I have use ssh key authorization. So far only my laptop and pc can login. Other device cant, and also a combination of symbol, alphabet, big and small letter. By the way, is possible to get hack again? Since use the ssh key authorization now ?
  12. @@Winterfox hello. I have tested it. And yes its good. Im using the 1st script.. By the way, how to add spawn,monsterbig,monstersmall ?
  13. @@Winterfox I will lets you know. Yeah I think it will work.. Hehe
  14. @@mleo1 I cant simplify remove him, he has done helped me alot. I just dont like his attitute like spawn monster for player. He said "I just like helped player". @@Winterfox thanks ! I prefer your script no 1. Lets me test first after disable it th groups. Will lets you know this Monday.
  15. @@Oxxy ok will post on monday
  16. Hello, is that possible to restrict gm below level 60 to spawn only limited mobs. For example a gm can spawn only 5 mob number (adjustable) the quantity. If the gm spawn 6 mobs, a disbottom msg appear, you cannot spawn more that (mob number). My stupid gm like spawn (unlimited) mobs for player. So I need to make it limited. Haha. Besides that, that will make the gm tired to spawn many times. Lol. @spawn poring 30 With new script @spawn poring 5 ( gm need to write 6 times to spawn 30 poring ) #crazy gm that help too much spawn mobs for player. That a bad idea because make player easy hunting a mobs or doing questing. I had warning him, but seem it ignore me. LoL.
  17. @@Mysterious yeah. Need the floor. Haha because the floor make my eyes clearly. Hihi
  18. @@Oxxy ok thanks. How many aura can be added ? I add 64 aura. But some error show. Im in mobile right now. Later will show the error.
  19. @@Oxxy when i repack with my edited num2illustcard.txt, no popup to entering game. Why?
  20. @@Zhao Chow oke. Will checked it. How to edit same like my 1st post. Its more soft and bright. @@Mysterious thanks. But the floor. Haa.
  21. @Dastgir @Winterfox Thanks alot. By the way I prefer the 1st one. hehe
  22. @@Zhao Chow can u share this map ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.