Jump to content

SHNICI

Members
  • Posts

    5
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About SHNICI

Profile Information

  • Gender
    Not Telling

SHNICI's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. you r welcome .., but better don't use l2w .... ;) xD Have some knowledge about scripts ^@^
  2. It's simple to write scripts.., but it's beter don't use them.., use ur tabs and finger ^^ (I can have any bug in the ID (and no member here the Elixir ID), check only this and write it for ur self) GL PPL HF Simple script Label(INICIO) CharStatus(MP,<=,80) //>>> VERIFY IF MANA IS LOW THAN 80% THAN USE E-MANA [YOU CAN SET IT FOR UR SELF] <<<// { USEITEM(itemname[iD=23054]) DELAY(20000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS) <<<// } Call(INICIO) --------------------------------------------------------------------------------------------------------------------------------------------------- Other MANA & elixir Label(INICIO) CharStatus(MP,<=,80) //>>> VERIFY IF MANA IS LOW THAN 80% THAN USE E-MANA [YOU CAN SET IT FOR UR SELF] <<<// { USEITEM(itemname[iD=23054]) DELAY(20000) } CharStatus(MP,<=,5) { USEITEM(Elixir of Mental Strength (S-Grade)[iD=8633]) //>>> VERIFY IF MANA IS LOW THAN 5% THAN USE "(Elixir of Mental Strength (S-Grade)[iD=8633])" -> Check the ID for the ELIXIR <- [YOU CAN SET IT FOR UR SELF] <<<// } Call(INICIO)
  3. MANA & elixir.SEC Label(INICIO) CharStatus(MP,<=,80) //>>> VERIFY IF MANA IS LOW THAN 80% THAN USE E-MANA [YOU CAN SET IT FOR UR SELF] <<<// { USEITEM(itemname[iD=23054]) DELAY(20000) } CharStatus(MP,<=,5) { USEITEM(Elixir of Mental Strength (S-Grade)[iD=8633]) //>>> VERIFY IF MANA IS LOW THAN 5% THAN USE "(Elixir of Mental Strength (S-Grade)[iD=8633])" -> Check the ID for the ELIXIR <- [YOU CAN SET IT FOR UR SELF] <<<// } Call(INICIO)
  4. Simple script :) Label(INICIO) CharStatus(MP,<=,80) //>>> VERIFY IF MANA IS LOW THAN 80% THAN USE E-MANA [YOU CAN SET IT FOR UR SELF] <<<// { USEITEM(itemname[iD=23054]) DELAY(20000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS) <<<// } Call(INICIO)
  5. to can find the IP for the game you need to be logged in, after this look for IP's which use port: 2106 and/or 7777 Full CMD Guide: C:\Documents and Settings\********>netstat ? Displays protocol statistics and current TCP/IP network connections. NETSTAT [-a] [-b] [-e] [-n] [-o] [-p proto] [-r] [-s] [-v] [interval] -a Displays all connections and listening ports. -b Displays the executable involved in creating each connection or listening port. In some cases well-known executables host multiple independent components, and in these cases the sequence of components involved in creating the connection or listening port is displayed. In this case the executable name is in [] at the bottom, on top is the component it called, and so forth until TCP/IP was reached. Note that this option can be time-consuming and will fail unless you have sufficient permissions. -e Displays Ethernet statistics. This may be combined with the -s option. -n Displays addresses and port numbers in numerical form. -o Displays the owning process ID associated with each connection. -p proto Shows connections for the protocol specified by proto; proto may be any of: TCP, UDP, TCPv6, or UDPv6. If used with the -s option to display per-protocol statistics, proto may be any of: IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6. -r Displays the routing table. -s Displays per-protocol statistics. By default, statistics are shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6; the -p option may be used to specify a subset of the default. -v When used in conjunction with -b, will display sequence of components involved in creating the connection or listening port for all executables. interval Redisplays selected statistics, pausing interval seconds between each display. Press CTRL+C to stop redisplaying statistics. If omitted, netstat will print the current You can use: "netstat -*" or "Netstat /*" "*"-parameter some from the old version, dont use "/"
×
×
  • Create New...