-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAHerosDestiny
40 lines (40 loc) · 1.1 KB
/
AHerosDestiny
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
return {
['Version 1.0.4'] = {
['Fixed'] = {
'- Script';
};
};
['Version 1.0.3'] = {
['ReWorked'] = {
'= Library';
};
['Added'] = {
'+ Server LB, organizes players of Leading Stat (Strength)';
' (New Players Joining and replacing players when gain stat no work :/ )';
};
['Changed'] = {
'~ Selecting Mobs (Hope yall like this better)';
};
};
['Version 1.0.2'] = {
['Added'] = {
'+ New ArcaneKnight Class Moves';
};
['Attempted'] = {
'~ ReWrite AutoMoves, as I manually insert the moves into a table for script to identify what moves need to be rewritten but did nor work'
};
['WorkingOn'] = {
'~ PlayerList, shows strongest - weakest players in current server';
};
};
['Version 1.0.1'] = {
['Added'] = {
'+ Demon + Beerus(G.O.D) Attacks to Auto Attack'
};
};
['Version 1.0.0'] = {
['Added'] = {
'+ Script Released';
};
};
}