PunkBuster 5 Posted December 24, 2013 I need to edit the duration of GX Poisons. Which numbers on which src file do I have to edit? Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted January 7, 2014 skill_cast_db.txt //-- GC_POISONINGWEAPON 2027,0,1000,0,60000:120000:180000:240000:300000,300000,0 Changing the last 300000 changed the duration when I tried. Thanks for the hints. Changing it on my item scripts did nothing, though. Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted December 28, 2013 Nobody knows which file has the duration for the poisons? Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted January 1, 2014 This is an urgent request. I can't have 5 minutes durations on my GX poisons. Where do I change them? Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted January 2, 2014 skill_cast_db.txt //-- GC_POISONINGWEAPON2027,0,1000,0,60000:120000:180000:240000:300000,300000,0 Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted January 3, 2014 Doesn't htis change the duration in which the weapon is poisoned, rather than the poison duration? Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted January 3, 2014 maybe I mistook your meaning, what kind of poison do you mean? Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted January 4, 2014 The GX poisons, like Leech End and Magic Mushroom. They current last over 5 minutes, but I'd like to give them much lower durations. Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted January 4, 2014 The GX poisons, like Leech End and Magic Mushroom. They current last over 5 minutes, but I'd like to give them much lower durations. this? item_db.conf { Id: 12718 AegisName: "Poison_Leech" Name: "Leech End" Type: 0 Buy: 2 Weight: 20 Upper: 63 Script: <" if(rand(10000)<10) sc_start SC_LEECHESEND,300000,0; "> }, and { Id: 12723 AegisName: "Poison_Laughing" Name: "Magic Mushroom" Type: 0 Buy: 2 Weight: 20 Upper: 63 Script: <" if(rand(10000)<10) sc_start SC_MAGICMUSHROOM,300000,0; ">}, Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted January 5, 2014 I'll try those on my next regular maintenance. Thanks. Quote Share this post Link to post Share on other sites
I need to edit the duration of GX Poisons. Which numbers on which src file do I have to edit?
Share this post
Link to post
Share on other sites