Author Topic: Ez Ability2 Version 0.7 [Addon]  (Read 757 times)

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Ez Ability2 Version 0.7 [Addon]
« on: February 24, 2010, 06:36:03 PM »
Code: [Select]
Code type: Eventscript Addon for WCS
Name: Ez Ability2
Compatible: WCS 0.77 and ES 2.0+
Current Version: 0.7
Dependency: WCSuserdata keygroup,ES_Tools
Description:

Hate not being able to make a ability to hard to mess with WCSskills to make one well try out this new and hopefuly user friendly Ability2 script.
With this script you will be able to make someone able to use your own custom ability2 with the ability2 player bind.
Coding ability2 is made easy with the ability2_player commands look at the default ability2s as a example on how to do it.
Remember no matter what this should never conflict with any other mods and is safe [and by testing it i know its glitch free].

What is Custom: The Script and the Default Ability2s
Default Ability2s: Pee,Healing Wards,Remote Control Bomb

>>Manual<<

Change Log:
v0.7
Code: [Select]
-Fixed error in rcbomb's coding
-Fixed errors in ability2_admin and made the adding and subtraction of ability2 settings of a player now configurable
-Made change to ability2_playermath subtraction if its subtracting a number below 0 it sets it to null therefore resetting that value on the player
-Removed the player spawn purge
-Added player activate purge
-Made other changes

v0.6
Code: [Select]
-Changed ability2_playerset into ability2_playermath and ability2_playerability2
-Redid ability2admin menu's set player's ability2 settings
-Fixed known errors
-Fixed up pee to use ability2_player commands
-Fixed up healing wards to use new updated version of ability2_playerset
-Added new default ability2 rcbomb
-Added team to ability2_playerget
-Any bugs you seen in v0.6 please post here about them or pm me.


Known Bugs:
All known bugs are fixed.

Please report bugs or ideas for script on this topic or pm me.
Also if you need help using this script post on this topic.

Download v0.7
« Last Edit: February 28, 2010, 06:28:08 PM by Shidobu »
I'm watching this topic.


Offline Zawmbee

  • Moderator
  • Level 7 Expert
  • *****
  • Posts: 154
  • Of all things lost, I miss my mind the most.
Re: Ability2 Version 0.3 [Beta] [Addon]
« Reply #1 on: February 25, 2010, 02:37:52 AM »
Good concept Shidobu, but made me feel a bit overwhelmed looking at it for the first time...  Maybe update description for a more in depth understanding?  Eh, either way, good work.
We are the unwilling, working for the incompetent,
doing the impossible for the ungrateful. We have done
so much, for so long, with so little, we are now qualified
to do anything with nothing.

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Re: Ability2 Version 0.3 [Beta] [Addon]
« Reply #2 on: February 25, 2010, 03:07:54 AM »
Good concept Shidobu, but made me feel a bit overwhelmed looking at it for the first time...  Maybe update description for a more in depth understanding?  Eh, either way, good work.

Well tomorrow when i get time ill make a more in depth description and thanks Zawmbee :D.
I'm watching this topic.


Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Ez Ability2 Version 0.4 [Addon] *UPDATED TO v0.4 NOW*
« Reply #3 on: February 25, 2010, 03:25:57 PM »
Suggestion: Why not make time/counter and other stuff like that different args? Would probably speed it up :P
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Re: Ez Ability2 Version 0.4 [Addon] *UPDATED TO v0.4 NOW*
« Reply #4 on: February 25, 2010, 03:34:18 PM »
Suggestion: Why not make time/counter and other stuff like that different args? Would probably speed it up :P
What do you mean lolz :P (by time/counter)
I'm watching this topic.


Offline [RankBr] AvasT

  • Level 7 Expert
  • *****
  • Posts: 824
Re: Ez Ability2 Version 0.4 [Addon] *UPDATED TO v0.4 NOW*
« Reply #5 on: February 25, 2010, 11:19:50 PM »
Nice job :)


Eventscripts Brazil Eventscripts Brazilian Coding Team

If you are having problems with acessing the Eventscripts Brazil forum?
Forum Forum ._.

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Re: Ez Ability2 Version 0.4 [Addon] *UPDATED TO v0.4 NOW*
« Reply #6 on: February 26, 2010, 03:16:41 AM »
Thanks avast :D.
I'm watching this topic.


Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Ez Ability2 Version 0.4 [Addon] *UPDATED TO v0.4 NOW*
« Reply #7 on: February 26, 2010, 02:12:20 PM »
Quote
"skill1_cmd"    "es ability2_playerset event_var(userid) ability2 pee;es ability2_playerset event_var(userid) damage server_var(wcs_dmg);es ability2_playerset event_var(userid) count 10;es_tell event_var(userid) #multi #lightgreenYou got 10 pee ability2"
==>
Code: [Select]
"skill1_cmd"    "es ability2_playerset event_var(userid) ability2 pee server_var(wcs_dmg) 10;es_tell event_var(userid) #multi #lightgreenYou got 10 pee ability2"Would be possible, and this is just a suggestion ;)
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Re: Ez Ability2 Version 0.6 [Addon] *UPDATED TO v0.6 NOW*
« Reply #8 on: February 27, 2010, 05:16:24 AM »
Ya but if a coder wants to set one thing at a time what can that person do and also what about different values?

Script Updated.
Check first post for changelog.
I'm watching this topic.


Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Ez Ability2 Version 0.7 [Addon]
« Reply #9 on: March 01, 2010, 01:00:14 PM »
Why would he want to do it in three commands if he can do it in 1? :P
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Re: Ez Ability2 Version 0.7 [Addon]
« Reply #10 on: March 01, 2010, 03:36:43 PM »
Lets say he wanted to add more add like another ability2 point
I'm watching this topic.


Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Ez Ability2 Version 0.7 [Addon]
« Reply #11 on: March 01, 2010, 03:40:30 PM »
You mean like upgrade the counter? Then he can just edit it himself, but no need to slow down all the rest because of ONE possibility :P
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline Shidobu

  • WCS Custom Coder
  • Level 7 Expert
  • ****
  • Posts: 882
  • Country: us
    • SDD Coding Community
Re: Ez Ability2 Version 0.7 [Addon]
« Reply #12 on: March 02, 2010, 12:38:31 AM »
Also what about heal and all.
Lets say the person just wanted to have a ability2 that just had radius of something or that the person made a skill that just uses damage and so on.
I'm watching this topic.


Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Ez Ability2 Version 0.7 [Addon]
« Reply #13 on: March 02, 2010, 11:06:22 AM »
Also what about heal and all.
Lets say the person just wanted to have a ability2 that just had radius of something or that the person made a skill that just uses damage and so on.
well i think you could just have no problem if you used es_getargc :P
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline [RankBr] AvasT

  • Level 7 Expert
  • *****
  • Posts: 824
Re: Ez Ability2 Version 0.7 [Addon]
« Reply #14 on: March 03, 2010, 01:31:52 AM »
es_getargc would fit better in this since it "gets the value" of an argument...


Eventscripts Brazil Eventscripts Brazilian Coding Team

If you are having problems with acessing the Eventscripts Brazil forum?
Forum Forum ._.