ReAgent Thread menu

Shout-Out

User Tag List

Page 2 of 11 FirstFirst 123456 ... LastLast
Results 16 to 30 of 154
  1. #16
    cuumjr's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    image_2025-02-06_121559759.png

    Code is working only once. Can we set it to like each time mana reaches 50 it will activate? Thank you

    ReAgent Thread
  2. #17
    zoukerbou's Avatar Member
    Reputation
    7
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cuumjr View Post
    image_2025-02-06_121559759.png

    Code is working only once. Can we set it to like each time mana reaches 50 it will activate? Thank you
    you have the code in the second post of the thread (mine)

  3. #18
    cuumjr's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you this one is not working

    SinceLastActivation(0.5) && Vitals.MANA.Percent <= 34 && Flasks.Flask2.CanBeUsed && !Flasks.Flask2.Active

  4. #19
    zoukerbou's Avatar Member
    Reputation
    7
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cuumjr View Post
    thank you this one is not working

    SinceLastActivation(0.5) && Vitals.MANA.Percent <= 34 && Flasks.Flask2.CanBeUsed && !Flasks.Flask2.Active
    it is for me

    did you update exilecore?

  5. #20
    cuumjr's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes all other plugins are working . This code is working but only once , I want it to spam flask when it reaches %34 ,I am using melting maelstrom maybe it is waiting its buff to expire.

  6. #21
    zoukerbou's Avatar Member
    Reputation
    7
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cuumjr View Post
    yes all other plugins are working . This code is working but only once , I want it to spam flask when it reaches %34 ,I am using melting maelstrom maybe it is waiting its buff to expire.
    SinceLastActivation(0.1) && Vitals.MANA.Percent <= 34 && Flasks.Flask2.CanBeUsed

  7. #22
    cuumjr's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you thats what I was looking for .

  8. #23
    wizzle2k's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    4
    Thanks G/R
    10/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by joeywarren View Post
    i submitted a feature to auto-escape while solo that won't unpause after 10s:

    just make use of
    Code:
    IsInEscapeMenu
    Code:
    !IsInEscapeMenu && SinceLastActivation(5) && 
    (Vitals.HP.Current > 10 && Vitals.HP.Percent <= 30)
    I'm not certain how to put this in properly.
    Do i need to add it as a side effect?

  9. #24
    kasuma39's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi all have who good code for my spark mana stacker than has low mana 30% quiet game pls....

  10. #25
    joeywarren's Avatar Member
    Reputation
    2
    Join Date
    Apr 2023
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wizzle2k View Post
    I'm not certain how to put this in properly.
    Do i need to add it as a side effect?
    it is not a side effect, but just a check.

    Just look at the example i shared:

    if Not (!) InEscapeMenu && SinceLastActivation < 5 && ( HP current > 10 && hp Percent <= 30) then run side effect/press key

  11. #26
    tantran21501's Avatar Member
    Reputation
    2
    Join Date
    Dec 2024
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cuumjr View Post
    thank you this one is not working

    SinceLastActivation(0.5) && Vitals.MANA.Percent <= 34 && Flasks.Flask2.CanBeUsed && !Flasks.Flask2.Active
    Can you show me an picture for ReAgent. I don't know how to apply this code in the right side.

  12. #27
    DEEGLEEF's Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2018
    Posts
    52
    Thanks G/R
    2/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone has a suggestion for a site or platform to do it on I'll gladly volunteer myself to compile every script and snippet posted ITT into one place

  13. #28
    coussiraty's Avatar Member
    Reputation
    1
    Join Date
    Jun 2024
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I'm not the only one who thought about this or racked their brains, but to check a monster's buff or debuff it's like this... I hope it helps someone

    SinceLastActivation(1.0) &&
    Monsters(50, MonsterRarity.Unique).Any(m => m.Buffs.Has("shocked"))

  14. #29
    Bigssauro's Avatar Member
    Reputation
    1
    Join Date
    Feb 2025
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, i'm new here and i love this exilecore2, and now i have interesting to learn how create plugin
    for start, i gonna try create flask use, but I've never tried to create something like this, anyone can tell-me what i need learn firts?

  15. #30
    Bigssauro's Avatar Member
    Reputation
    1
    Join Date
    Feb 2025
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HELLO

    first, thank-you for this
    how i can create codes like you? what you learn?? what name this codes? you can help-me? i have a dream to create this codes for other else

Page 2 of 11 FirstFirst 123456 ... LastLast

Similar Threads

  1. Joana Mancow Leveling Video Request Thread
    By Matt in forum World of Warcraft General
    Replies: 31
    Last Post: 11-19-2006, 02:54 PM
  2. Decide which Banner we use voting thread
    By Matt in forum Community Chat
    Replies: 43
    Last Post: 06-30-2006, 06:22 AM
  3. MMOwned's Official Unofficial PTR (Public Test Realm) Thread!
    By janzi9 in forum World of Warcraft General
    Replies: 11
    Last Post: 05-27-2006, 06:56 PM
  4. Gimped Thread!
    By janzi9 in forum Community Chat
    Replies: 5
    Last Post: 05-24-2006, 11:36 PM
  5. Pimped Thread!
    By janzi9 in forum Community Chat
    Replies: 1
    Last Post: 05-24-2006, 03:49 AM
All times are GMT -5. The time now is 05:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search