Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

Udyr - Plain and Simple


  • Please log in to reply
37 replies to this topic

#1
Merda

Merda

    Advanced Member

  • Members
  • 86 posts
Updated to the New Inspired AIO:
___________________________
 
 
This is my first try at making a script so I saw the models of how a lot of scripts are done and started to follow the lines.
 
There you go:
 
Combo: E>Q>R>W
2z6z1jl.jpg
Download:

https://raw.githubus...master/Udyr.lua

installtogos.jpg
 
Credits to Inspired, Deftsu, Cloud, Junneth the ones I followed the lines

Edited by Feretorix, 03 November 2015 - 02:47 .

  • 3

#2
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts
wat ? ...
  • 0

#3
Merda

Merda

    Advanced Member

  • Members
  • 86 posts

wat ? ...

wait, I ****ed it up, It was no supposed to create the topic already, I'm uploading to github LOL

:fappa:

Done!


  • 0

#4
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Nice, now try something more complicated ;)

I could recommend you Morgana, if you want to train scripting.


  • 0

#5
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

maybe make it detect enemy hp and skill cd and your hp to use skill accordingly? :)


  • 0

#6
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts

That is really junneth style of code Kappa


  • 0

#7
klurosu

klurosu

    Advanced Member

  • Donator
  • 210 posts
  • LocationAtlanta

That is really junneth style of code Kappa

lol


  • 0

#8
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts
wtf is this btw ?? 0 logic, only spam mana for no reason..
  • 0

#9
Merda

Merda

    Advanced Member

  • Members
  • 86 posts

wtf is this btw ?? 0 logic, only spam mana for no reason..

In the http://leagueoflegen...a.com/wiki/Udyr there's no range for the habilities

so I made E to cast at an efficient range, Q cast only at melee range, R at melee range too, W at melee too however you can cast W manually before starting to run E, in the combomode at range it could waste mana unnecessarily.

So there's some logic by a simple script, no waste of mana, it will never use QWR out of melee range.


  • 0

#10
Merda

Merda

    Advanced Member

  • Members
  • 86 posts

Simple script updated to NEW Inspired. I will add more features later.

 

 1zofae0.jpg


  • 0

#11
klurosu

klurosu

    Advanced Member

  • Donator
  • 210 posts
  • LocationAtlanta

Simple script updated to NEW Inspired. I will add more features later.

 

 1zofae0.jpg

thx bud


  • 0

#12
Auxide

Auxide

    Advanced Member

  • Contributor
  • 295 posts

Why do you use this? 

local info = "Udyr Plain and Simple by Merda"
textTable = {info}
PrintChat(textTable[1])

when you can use

PrintChat("Udyr Plain and Simple by Merda")

Nothing important just annoys me :P

 

Also, add some logic to the script please, now it just uses E to reach the target but when its in AA Range it uses R or Q before even stunning :fappa:


  • 0

#13
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,016 posts

Too simple script, still approved.


  • 0

#14
WhiteAngelXinZhao

WhiteAngelXinZhao

    Newbie

  • Members
  • 1 posts

thanks anyway :)


  • 0

#15
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts

Why do you use this? 

local info = "Udyr Plain and Simple by Merda"
textTable = {info}
PrintChat(textTable[1])

when you can use
PrintChat("Udyr Plain and Simple by Merda")
Nothing important just annoys me :P
 
Also, add some logic to the script please, now it just uses E to reach the target but when its in AA Range it uses R or Q before even stunning :fappa:

It cool to learn table. Doge
  • 0

#16
Merda

Merda

    Advanced Member

  • Members
  • 86 posts

Also, add some logic to the script please, now it just uses E to reach the target but when its in AA Range it uses R or Q before even stunning :fappa:

I've played a lot with this script and never missed a stun, remember he can't stun the same target 2 times in 5s, only 1 stun in 5s. Maybe the stun you missed was still in the 5s interval, the E was just to chase. :)


  • 0

#17
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts

I've played a lot with this script and never missed a stun, remember he can't stun the same target 2 times in 5s, only 1 stun in 5s. Maybe the stun you missed was still in the 5s interval, the E was just to chase. :)

Okay we make best udyr wanna work tgther? Kappa
  • 1

#18
Merda

Merda

    Advanced Member

  • Members
  • 86 posts

Okay we make best udyr wanna work tgther? Kappa

I dont know how to think with logic, I just C+P, serious, I'm beginner, can't read an API and make a script, I need an example done first, at the momment I couldn't look at the MenuAPI and create the script for menu, but after seeing an example done...  Kappa


  • 0

#19
Auxide

Auxide

    Advanced Member

  • Contributor
  • 295 posts

I dont know how to think with logic, I just C+P, serious, I'm beginner, can't read an API and make a script, I need an example done first, at the momment I couldn't look at the MenuAPI and create the script for menu, but after seeing an example done...  Kappa

I was like you 2 weeks ago, just read your own code all the time, try to understand the API, read other peoples code and understand what the code does and tadaaaa, you can make scripts with some logic, might not be the best ones like Deftsu and Platypus but on my Kindred level.


  • 0

#20
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts

I dont know how to think with logic, I just C+P, serious, I'm beginner, can't read an API and make a script, I need an example done first, at the momment I couldn't look at the MenuAPI and create the script for menu, but after seeing an example done... Kappa

Well we can do that together althought i've read that already Kappa
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users