and ?
- Viewing Profile: Posts: AmonaRoro1
Community Stats
- Group Members
- Active Posts 19
- Profile Views 1836
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Posts I've Made
In Topic: Dragon's Breath, help
26 January 2017 - 11:32 AM
In Topic: 3rd job npc
20 January 2017 - 08:17 AM
its still the same problem with ur new script . it says " i see you are a " my job " , then i click next it says " sorry i only give freebi........... " any help pls ?
In Topic: 3rd job npc
09 January 2017 - 07:04 AM
it keep saying
Sorry, i only give freebies to third jobs.
idk it doesnt work
//===== Hercules Script ======================================
//== Thirds Freebies =========================================
//===== By: ==================================================
//== True Zeal ===============================================
//===== Description: =========================================
//== Gives free hats one time depending on your job
//============================================================
prontera,150,150,3 script Item Giver 606,{
.@name$ = "[" + strcharinfo(1) + "]";
if (L_ClaimedThirdFreebies == 1) {
mes .@name$;
mes "Sorry, you already claimed your freebies!";
close;
}
if (BaseJob == Job_Rune_Knight) {
.@item1 = 5746;
.@item2 = 15002;
.@item3 = 2140;
.@item4 = 2795;
.@4items = 1;
} else if (BaseJob == Job_Warlock) {
.@item1 = 2795;
.@item2 = 5753;
} else if (BaseJob == Job_Ranger) {
.@item1 = 5748;
.@item2 = 2795;
} else if (BaseJob == Job_Mechanic) {
.@item1 = 2795;
.@item2 = 5749;
} else if (BaseJob == Job_Guillotine_Cross) {
.@item1 = 5755;
.@item2 = 2795;
} else if (BaseJob == Job_Arch_Bishop) {
.@item1 = 5747;
.@item2 = 2795;
} else if (BaseJob == Job_Royal_Guard) {
.@item1 = 5757;
.@item2 = 2795;
} else if (BaseJob == Job_Sorcerer) {
.@item1 = 5756;
.@item2 = 2795;
} else if (BaseJob == Job_Wanderer) {
.@item1 = 5758;
.@item2 = 2795;
} else if (BaseJob == Job_Minstrel) {
.@item1 = 5751;
.@item2 = 2795;
} else if (BaseJob == Job_Genetic) {
.@item1 = 5752;
.@item2 = 2795;
} else if (BaseJob == Job_Shadow_Chaser) {
.@item1 = 2795;
.@item2 = 5750;
.@item3 = 6121;
.@item4 = 6122;
.@4items = 1;
} else if (BaseJob == Job_Sura) {
.@item1 = 5754;
.@item2 = 2795;
} else {
mes .@name$;
mes "Sorry, I only give freebies to third jobs.";
close;
}
mes .@name$;
mes "I see you are a " + jobname(Class) + ",";
next;
getitem .@item1,1;
getitem .@item2,2;
if (.@4items == 1) {
getitem .@item3,1;
getitem .@item4,1;
}
L_ClaimedThirdFreebies = 1;
mes .@name$;
mes "Take these items.";
close;
}
In Topic: Problem with item drop
07 January 2017 - 09:24 PM
^^^^ same here , why no one answering , is this issue so hard ?
Ps: i think vip account are enable by somehow idk , so how can i disable it
In Topic: drops.conf problem ,
07 January 2017 - 09:20 PM
its an akward problem tho , because when i try to kill mvp by the gm , it drop rightly , but when i do it with normal account it didnt , sometimes it drops , just like what the problem is . can i get help guys please ><
- Viewing Profile: Posts: AmonaRoro1
- Privacy Policy
- Hercules Forum Rules ·