-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[proc,deadmanprotect_settab].cs2
45 lines (45 loc) · 4.46 KB
/
[proc,deadmanprotect_settab].cs2
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
41
42
43
44
45
// 1276
[proc,deadmanprotect_settab](int $int0)
def_int $int1 = 0;
while (cc_find(interface_226:4, $int1) = ^true) {
cc_setgraphic("banktabs_small,1");
$int1 = calc($int1 + 2);
}
if (cc_find(interface_226:4, calc($int0 * 2)) = ^true) {
cc_setgraphic("banktabs_small,0");
}
%varcint139 = $int0;
~deadmanprotect_stats_refresh_all;
~script1280;
def_string $text0 = "";
switch_int ($int0) {
case 0 :
if (~deadman_mode = 3) {
$text0 = "In this Deadman event, when you die <col=ffffff>unskulled</col> from <col=ffffff>PvM combat</col>, you lose the items you are carrying at the time. Your 3 most valuable items are protected.<br><br>Once you have lost <col=ffffff>all three of your lives</col>, you will also lose <col=ffffff>all</col> your items, <col=ffffff>all</col> your combat XP and <col=ffffff>10%</col> of your non-combat XP.";
} else {
$text0 = "In Deadman mode, when you die <col=ffffff>unskulled</col> from <col=ffffff>PvM combat</col>, you only lose the items you are carrying at the time. Your 3 most valuable items are protected. You do not lose any experience.<br><br>You may lose more if you die from <col=ffffff>PvP combat</col> or if you are <col=ffffff>skulled</col> at the time.";
}
case 1 :
if (~deadman_mode = 3) {
if (%varbit13017 = 2) {
$text0 = "In this Deadman event, as you are on your <col=ff0000>last life</col>, when you die from <col=ffffff>PvP combat</col>, you will lose the <col=ffffff>28</col> most valuable stacks of items in your bank and safety deposit box, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>Once you have lost <col=ffffff>this life</col>, you will also lose <col=ffffff>all</col> your items, <col=ffffff>all</col> your combat XP and <col=ffffff>10%</col> of your non-combat XP.";
} else {
$text0 = "In this Deadman event, when you die from <col=ffffff>PvP combat</col>, you lose the <col=ffffff>10</col> most valuable stacks of items in your bank, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>Once you have lost <col=ffffff>all three of your lives</col>, you will also lose <col=ffffff>all</col> your items, <col=ffffff>all</col> your combat XP and <col=ffffff>10%</col> of your non-combat XP.";
}
} else {
$text0 = "In Deadman mode, when you die from <col=ffffff>PvP combat</col>, you lose the <col=ffffff>10</col> most valuable stacks of items in your bank, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>You will not lose any experience in your protected and unprotected skills if you die <col=ffffff>unskulled</col>.";
}
case 2 :
if (~deadman_mode = 3) {
$text0 = "In this Deadman event, if you die whilst <col=ffffff>skulled</col>, you lose the <col=ffffff>10</col> most valuable stacks of items in your bank, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>Once you have lost <col=ffffff>all three of your lives</col>, you will also lose <col=ffffff>all</col> your items, <col=ffffff>all</col> your combat XP and <col=ffffff>10%</col> of your non-combat XP.";
} else {
$text0 = "In Deadman mode, if you die whilst <col=ffffff>skulled</col>, you lose the <col=ffffff>10</col> most valuable stacks of items in your bank, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>Dependent on level difference, you may also lose <col=ffffff>up to 50%</col> of your experience in any unprotected skills. You may lose even more in a <col=ffffff>guarded</col> area.";
}
case 3 :
if (~deadman_mode = 3) {
$text0 = "In this Deadman event, if you die in a <col=ffffff>guarded</col> area whilst <col=ffffff>skulled</col>, you lose the <col=ffffff>10</col> most valuable stacks of items in your bank, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>Once you have lost <col=ffffff>all three of your lives</col>, you will also lose <col=ffffff>all</col> your items, <col=ffffff>all</col> your combat XP and <col=ffffff>10%</col> of your non-combat XP.";
} else {
$text0 = "In Deadman mode, if you die in a <col=ffffff>guarded</col> area whilst <col=ffffff>skulled</col>, you lose the <col=ffffff>10</col> most valuable stacks of items in your bank, as well as <col=ffffff>all</col> of the items you are carrying at the time.<br><br>Dependent on level difference, you may also lose <col=ffffff>up to 10%</col> of your experience in any protected skills, and <col=ffffff>up to 50%</col> in any unprotected skills.";
}
}
if_settext($text0, interface_226:5);