Adding Ability
Moderator: Cheaters
-
- Junior Member
- Posts: 35
- Joined: January 10th, 2011, 5:17 pm
- Title: LIKE A BOSS!
- Location: In a BOX.
Adding Ability
can anyone link or show me a guide on how to add your own custom ability to item,
example your own stats (dmg999999)
example your own stats (dmg999999)
Wise Man Words.
We never really change, we just become more mature.
We never really change, we just become more mature.
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Adding Ability
Either edit the .slk tables if the map is widgetized. Or deprotect the map and add the abilities to the item you want there.
-
- Junior Member
- Posts: 35
- Joined: January 10th, 2011, 5:17 pm
- Title: LIKE A BOSS!
- Location: In a BOX.
Re: Adding Ability
If i create my own map i want to know how to add my own abilitys.
i know how to edit item and add custom, but how do i add my own ability to the ability list?
i know how to edit item and add custom, but how do i add my own ability to the ability list?
Wise Man Words.
We never really change, we just become more mature.
We never really change, we just become more mature.
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: Adding Ability
Extract all the object files. You can go to a new map and extract unit data, item data, abil data, etc to get this. Then import all the ability data from the target map and create a new ability, add it to the custom item, re-import them into your target map.
That's the quickest way.
That's the quickest way.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Adding Ability
I think he means that he made his own map, didnt deprotect, made from scratch.
I don't mass alot with items, though it can be done using triggers.
And just add another one if it drops.
I don't mass alot with items, though it can be done using triggers.
Code: Select all
Event:
Unit - Unit picks up an item
Condition
Item = XXX
Action:
Unit add ability...
-
- Junior Member
- Posts: 35
- Joined: January 10th, 2011, 5:17 pm
- Title: LIKE A BOSS!
- Location: In a BOX.
Re: Adding Ability
i mean stats of items +99999 dmg, i figured it out but now how do you exceed 99999
Wise Man Words.
We never really change, we just become more mature.
We never really change, we just become more mature.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
-
- Junior Member
- Posts: 35
- Joined: January 10th, 2011, 5:17 pm
- Title: LIKE A BOSS!
- Location: In a BOX.
Re: Adding Ability
not sure can someone print screen and show me how to exceed the stats of +99999
Wise Man Words.
We never really change, we just become more mature.
We never really change, we just become more mature.
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: Adding Ability
Cant exceed 50,000 or something. But why would you need it to? If necessary, make 2 abilities that add 50,000.
-
- Junior Member
- Posts: 35
- Joined: January 10th, 2011, 5:17 pm
- Title: LIKE A BOSS!
- Location: In a BOX.
Re: Adding Ability
basiclly exceed stats for stronger hero/bosses. And i checked CoT RPG there was an item that has 15mil dmg, 7,500k dmg etc etc.
Wise Man Words.
We never really change, we just become more mature.
We never really change, we just become more mature.