Jump to content

Chacal666

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Chacal666's Achievements

Poring

Poring (1/15)

1

Reputation

  1. I'm not able to copy them all. I just see them, but If i try to preserve, no one of them will work :/. Is it possible to change Preserve so it becomes a toggle on/off skill ?
  2. Hi My client version is 2013-07-08 I have multiple problem with stalker : - I can have multiple choice for preserve (like this : http://imgur.com/din6cq7 ). Is it normal ? - Also, when i use preserve, i can't disable it by re-using preserve, i need to @die or get dispell to remove it.Is it normal ? I've heard that it was a change made on purpose, is it possible to remove it ? I'd really appreciate some help on this, thanks in advance !
  3. Hi Can someone provide me a script for a npc who would reset Stargladiator skill (that can't normally be reset ?). VS X zeny for exemple ? Thanks a lot ! Found it myself, sorry for the topic !
  4. Hi ! I'd like to gift something to my players for christmas, but sadly i don't have the sprite so i'm asking here ! Does anyone have this sprite ? Thanks in advance !
  5. Oooh okay, that's it it works ! I was worry about being 100% dumb not understanding. It's perfect , thanks for your help !
  6. // Monster Racial Groups Database // // Structure of Database: // Race2ID,MobID1,MobID2,MobID3,...,MobID9 // Goblins 1,1122,1123,1124,1125,1126,1258,1299 // Kobolds 2,1133,1134,1135,1282,1296 // Orcs 3,1023,1152,1153,1189,1213,1273 // Golems 4,1040,1278,1366,1497,2024 // Guardians 5,1285,1286,1287 // Ninja Classes (Pirate's_Pride) 6,1315,1364,1401,1560 // NewRace 7,1658 This is what I have on mob_race2_db.txt, do I have to add something else somewhere else ? How do the game recognize "NewRace" on item_db if I only mentionned it in a //commentary on mob_race2_db ? 4149,Gargoyle_Card,Gargoyle Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12028,RC2_NewRace,100; },{},{} Because this is not working Sorry for taking your time :/
  7. Thanks it's really helpful, but I still have one problem : 4149,Gargoyle_Card,Gargoyle Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12028,RC_Insect,100; },{},{} 4255,Orc_Lady_Card,Orc Lady Card,6,20,,10,,,,,,,,2,,,,,{ bonus2 bAddRace2,3,30; },{},{} I can set a subrace for mvp, but if I replace "RC_Insect" by the ID of the newsubrace, it doesn't work. I tried to simply replace "Rc_Insect" by "3" (ID for Orcs), then I summoned Orc monster and it didn't work. What am I doing wrong ? (I did reload itemdb etc).
  8. Hi, I was wondering if it was possible to set a drop item only for MvP monster (and not boss monster). For exemple 4149,Gargoyle_Card,Gargoyle Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12028,RC_Insect,100; },{},{} If I change it to : 4149,Gargoyle_Card,Gargoyle Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12028,RC_Boss,100; },{},{} It won't do what i'd like to because monster like Kasa, Salamander etc will also drop the item 12028. I'd like to only set it on MVP monster (Tao Gunka, Drake etc, every monster that shows "MvP" when you kill them). So that when I equip Gargoyle card, everytime i kill an MvP monster i'll have a chance to drop item "12028". Is it possible ? If yes, how ? Thanks !
  9. Oh thanks you this is exactly what I wanted, they're perfect ! Thanks a lot !
  10. Sadly I already checked it and there's not anything of what I'm looking for :/. Anyway thanks you !
  11. Hi, I'm not sure if this is the good place to do so, so please forgive me if it's not. I'm desesperatly trying to find the following sprites, without success yet, i'm looking for Traveler Hat's following colors : Orange, Pink. Thanks a lot !
  12. Hi, I was wondering if it was possible to set a drop item only for MvP monster (and not boss monster). For exemple 4149,Gargoyle_Card,Gargoyle Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12028,RC_Insect,100; },{},{} If I change it to : 4149,Gargoyle_Card,Gargoyle Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12028,RC_Boss,100; },{},{} It won't do what i'd like to because monster like Kasa, Salamander etc will also drop the item 12028. I'd like to only set it on MVP monster (Tao Gunka, Drake etc, every monster that shows "MvP" when you kill them). So that when I equip Gargoyle card, everytime i kill an MvP monster i'll have a chance to drop item "12028" Is it possible ? Thanks in advance
  13. I think I poorly worded my 1st question . I'll make an exemple because I don't think i'll be able to put word on it : I currently have a 300/300 rates server with max lvl 999, and I want that my bio 3 mobs give me normal exp rate until the point that the exp they give me should give me less than 1%. I want it to be blocked at 1%. But just for a few monster For exemple : Currently, let's say that I gain 5% per bio3 monster when i'm lvl 150, when i'm lvl 900 I gain about 0.47% base lvl exp and i'd like it to be blocked at 1% without increasing the base exp rate bio3 monsters give (because it would make exp for the lower lvl much more easier), so that when i'm lvl 150 I still get 5% per monster. Is it possible ? Setting the minimal amount at 1% regardless of my lvl without making it easier for people that are lvl 100 or around ? And, last thing, how should I proceed to set a @blockexp command ? Anyway thanks you very much for your answer
×
×
  • Create New...