Jump to content

Recommended Posts

Posted

 

I have an old script from L2net longtime ago and want to convert it to work with l2helper. 

The script is simple. In channel (Public/Party/Clan) if I type "1" my char will automatic do all skill of dagger I want. Please look at these code below 

"
DEFINE_GLOBAL STRING COV "Cov"
 

FUNCTION ParseChat

DEFINE STRING MSG_COV "1"

IF MESSAGETYPE == CHANNEL_ALL      // If I type 1 to Public Channel it will call function Scov...
 IF MESSAGE == MSG_COV
     CALLSUB Scov
  ENDIF
ENDIF
RETURN VOID

SUB Scov                                                                  //...... and function Scov will do a set of dagger skill for me, depends what skill I list in this function

     SKILL_GET_ID SKIL "shadow step"
     USE_SKILL "<&SKIL&>" 

     sLeep 700

     SKILL_GET_ID SKIL "backstab"
     USE_SKILL "<&SKIL&>" 
            
     sleep 800
     
     SKILL_GET_ID SKIL "Bluff"
     USE_SKILL "<&SKIL&>" 
     
    sleep 1000

    SKILL_GET_ID SKIL "blinding blow"
     USE_SKILL "<&SKIL&>"

SAY_TEXT "<&CHANNEL_ALL&>" "done 4skill for you"     // this is to tell me all my skill I want has been done

RETURNSUB

"

My main goal is for example I'm playing healer in 1 computer but I can control my dagger to atttack anyone in other computer (which is running l2helper). When I type "1" to party channel, my dagger will Target Me --> Assist  -->  Attack the target with all skill Im listing in the function till the target die 

Im looking forward for your reply and really need your help. Thanks

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • WoW Midnight — AFK Fishing Bot v2.0     Fully rewritten. No more pixel detection. V2 is audio-only and paired with a companion addon that handles everything inside the game — one keybind does it all.     Showcase:                  What's new in v2.0 Audio-only detection. Listens for the splash. No screen scanning, no calibration, no zone tuning. It just works anywhere. One key for everything. Same keybind casts the line and loots the catch. Bound via the included BobberAssist addon. Auto-buff system. Drop your lures, teas, potions (Haranir Phial, Sanguithorn Tea, Ominous Octopus Lure, etc.) into the addon. Set a timer. The bot refreshes them automatically before each cast. Sit-and-fish mode. Optional — bot types /sit when you start. Fewer interrupts from Root Crabs and roaming mobs. Smart anti-AFK. Fires only between catches, never mid-cast. AutoDestroy addon included. Junk items deleted automatically after every catch. VB-CABLE support. Play music, Discord, YouTube with zero interference. Randomized timing — natural 50–120 ms reactions.                       Features One-key start (F6) — press and walk away Audio isolation via VB-CABLE — play music, YouTube, Discord with zero interference Configurable consumable auto-use (lures / baits / potions / teas) with per-item timers Sit-and-fish mode to avoid ambient mob aggro Anti-AFK built in — jumps every 5 minutes in stand mode, jump + re-sit in sit mode (between catches only, never mid-cast) AutoDestroy addon included — automatically deletes junk items to keep bags clean after every catch Randomized splash→loot and loot→recast delays (natural timing, 50–120 ms reaction) Works in any zone, any fishing spot No pixel detection means no zone-specific tuning — it just works        Why v2 > v1 V1 scanned your screen for the bobber. It broke when the UI changed, the camera moved, or a new zone had different visuals. V2 only listens for the splash — nothing visual to break. Plus the new addon lets a single keybind cast, loot, and use your buffs. Way less setup, way more reliable.            Safety Runs completely external. No injection, no memory reads, no file edits. Watches nothing, listens to audio, presses one key. Use at your own risk. Automation is against Blizzard's ToS.          V1 owners Free upgrade. DM me for the new build.   One-time payment, lifetime access. DM on Discord: Nythrand
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..