• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Power Source via Ini?

Joined
Mar 19, 2018
RedCents
2,023¢
Quick question, how exactly does the Power Source part of a toon's ini work? I tried putting in what I'd like it to use (Cliff Stone), and I have plenty in my inventory, but it drains and then just sits there.

Guessing I'm missing something here; I tried messing around with putting it under the Summoned part of the ini as well, but no dice on that either. Thank you thank you.
 
You have to have it set in the Buffs section to summon the power source. That way is has something to drop into the open power source character slot. Post a copy of your ini file so we can take a look.
 
Check for this line in the CastItem routine.

/if (!${FindItem[=${WhatItem}].CanUse}) /return CAST_NO_RESULT

and just rem the line or just remove it. Looks like the Item needed to cast the powersource returns FALSE even though you can cast it, you can't use it. Not sure who came up with that logic, but it is what it is.
 
You have to have it set in the Buffs section to summon the power source. That way is has something to drop into the open power source character slot. Post a copy of your ini file so we can take a look.
cliff stones are mob dropped, so they would just be idle in ycleptjah's inventory
 
Are cliff stones actual power sources? Some power sources are summoned items and kiss is setup to summon power sources and drop them in the power source slot. If the cliff stones is a Power source that can be dropped in the character slot, then kiss will have to be changed to search for the power source in the characters inventory, pick it up and place it the the power source slot.
 
Are cliff stones actual power sources? Some power sources are summoned items and kiss is setup to summon power sources and drop them in the power source slot. If the cliff stones is a Power source that can be dropped in the character slot, then kiss will have to be changed to search for the power source in the characters inventory, pick it up and place it the the power source slot.
Yup - there have been mob dropped power sources since TDS
1586010047513.png
 
I will make a note of that. Shouldn't be to hard to add. What do you normally do with your spent power sources? Kiss destroy's them.
 
I will make a note of that. Shouldn't be to hard to add. What do you normally do with your spent power sources? Kiss destroy's them.
I personally keep them in case I'm hard up in a pinch since you do get some minor stats, but i suspect each person handles differently
 
Question - Power Source via Ini?

Users who are viewing this thread

Back
Top
Cart