viewing paste Unknown #16242 | Athena
Posted on the | Last edited on
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
| aretnorp,224,142,4 script Freebies 112,{
delwaitingroom;
waitingroom "FREEBIES",0; // Look on the configuration!
mes "Welcome to Kepler Gaming!";
next;
if(#Freebies) goto L_Done;
if(!#Freebies) {
mes "Hello to you Mr.!";
mes "Which set do u want to take?";
switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) {
case 1://Swordsman
jobchange 1;
getitem 1545,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 2://Archer
jobchange 3;
getitem 1742,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 3://Mage
jobchange 2;
getitem 13041,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 4://Acolyte
jobchange 4;
getitem 1545,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 5://Merchant
jobchange 5;
getitem 1545,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 6://Thief
jobchange 6;
getitem 13041,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
}
set #Freebies,1;
savepoint "aretnorp",219,212;
mes "Start your awesome journey today.";
mes "If you need help. Please use @request / search for Game Staffs. Thank You.";
close;
}
end;
L_Done:
mes "[Smile Girl]";
if (BaseClass == Job_Novice)
set BaseLevel,10;
set JobLevel,10;
warp "aretnorp",0,0;
else {
mes "^3355FF10 Jellopy^000000";
mes "^3355FF10 Fluff^000000";
mes "^3355FF10 Clover^000000";
warp "aretnorp",253,260;
close;
}
} |
Viewed 800 times, submitted by
karazu.