Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kenshin87

Pages: [1]
1
Scripting Chat / Panic BUTTON!!!!
« on: April 22, 2010, 12:35:02 PM »
haha so a couple of guildies and i were doing a spawn today and as soon as we dropped the champ we got raided so i was laughing because one of the guys got a 20 and was frantic about him surviving and getting safe and out of the area. but two guys were on his ass and he had no choice but to eat the scroll. at that point he turned around and killed both of them but thats beside the point. anyways so i was thinking it would be funny to have a panic button script which will eat the scrolls in your backpack if the panic button was pressed. obviously you would want to make it a obscure key but i think its a neat little project. anythoughts?

2
Script Debug / YOUR STATS HUGE
« on: March 24, 2010, 10:01:46 AM »
hey everyone so this is a script that i pretty much made real quickly because i have some people in the guild that dont normally use easyuo but cant see the health bar of themselves to even play. or i hear a lot of people just saying oh crap i didnt even know i was getting hit or my hitpoints were low. so feel free to take a look at it. it is pretty simple and good use in pvp big fights. i do need a little bit of help though trying to make the menu a little bit bigger or for people to maybe resize it. also i would like to change the colors depending on how low your health or mana gets. hope everyone enjoys it as is and as input comes i will change it accordingly. further i would eventually like to have an area where it will tell you if your cursed or if you poisoned and so on. thanks everyone

Code: [Select]
;SCRIPT BY KENSHIN87
;displays your general statisics in large form.
menu clear
  menu Show 800 270
menu Window Title Your Current STATISTICS
menu Window Color YELLOW
  menu Font Name Times New Roman
  menu Font Size 30
  menu Font BGColor LIME
  menu Text EUOLabel68 0 10 HIT POINTS
  menu Font Name Times New Roman
  menu Font BGColor BLUE
  menu Text EUOLabel68 0 50 MANA
  menu Font Name Times New Roman
  menu Font BGColor LIME
  menu Text EUOLabel68 0 100 STAMINA
 
  menu Font Size 30
  menu Font BGColor LIME
  menu Text EUOLabel68 230 10 #HITS
  menu Font Name Times New Roman
  if #maxhits < (#maxhits / 2)
  menu Window Color RED
  return
  menu Font BGColor BLUE
  menu Text EUOLabel68 230 50 #MANA
  if #maxmana < (#maxmana / 2)
   menu Font BGColor red
   return
  menu Font Name Times New Roman
  menu Font BGColor LIME
  menu Text EUOLabel68 230 90 #STAMINA
  wait 10s

 
 


3
Scripting Chat / auto log out/log in?
« on: February 24, 2010, 05:15:53 PM »
so i was searching through some of the scripts and realized that there are a bunch of auto loggers but none to log your character out
reasons to log out would be to save a pet before server goes down in case you were afk macroing
the thing you were killing you cant solo and around say 1 am people are not there
etc.
thoughts on this? possibly other needs? maybe i overlookd the script in the forums?

4
Inactive Submissions / Artifact INsurer
« on: February 21, 2010, 03:48:00 PM »
hey everyone so this is a script from easyuo and i take no credit in creating this script all credit goes to a Rookie, the author of this script.

i will do my best to support it here for people who have questions.
http://www.easyuo.com/forum/viewtopic.php?p=136399#136399

that is the original script and below i will post the working method

5
Scripting Chat / auto insure?
« on: February 21, 2010, 10:53:24 AM »
is there a command or another script that i can pick apart that will allow me to scan my backpack for an item and auto insure it? i feel like i came across omething like it but never could find it afterwards. any help would be appreciated thank you!

6
Scripting Chat / NAvrey
« on: February 21, 2010, 10:44:58 AM »
Hey everyone so i was thinking to myself about this stupid Navrey spider thing. so i was wondering if i could get some assistance on a script that i am putting together. as of now its just a thought and i want to make sure it can be done. so my look on it is that there should be a rail that will walk around the dungeon area probably with 6 way points. i was wondering if it should be a txt file or if i should have the way points within the scirpt. second i will def need some help putting together the area scan for the navrey. also to top it all off i want it too loop after 15 minutes as soon as the spider dies. that way it wont look like you are actually doing this macro style and more on a timer. a looting function would be great i was thinking of asking permission to use CLaw. let me know your thoughts and if you will be able to help. thank you in advance.

7
Television/Movies / How i met your mother
« on: January 13, 2010, 07:27:31 PM »
Probably one of the best shows on television. anyone have thoughts? what will happen at the end?

Pages: [1]