I want to modify this text when fighting each monster the player takes the gift
View attachment Poring.txt
View attachment Poring.txt
I want to modify this text when fighting each monster the player takes the gift
View attachment 7054
prontera,0,0,0,0 monster Poring 1002,50,0,0,"poringprize::OnMobDead"
- script poringprize -1,{
OnMobDead:
getitem 969,1;
poring_kill = poring_kill + 1;
if ( poring_kill == 10 ) {
poring_kill = 0;
}
end;
}
prontera,0,0,0,0 monster Poring 1002,50,0,0,"poringprize::OnMobDead"
- script poringprize -1,{
OnMobDead:
getitem 969,1;
poring_kill = poring_kill + 1;
if ( poring_kill == 10 ) {
poring_kill = 0;
}
end;
}
prontera,0,0,0,0 monster Poring 1002,50,0,0,"poringprize::OnMobDead"
- script poringprize -1,{
OnMobDead:
getitem 969,1;
poring_kill = poring_kill + 1;
if ( poring_kill == 10 ) {
poring_kill = 0;
}
end;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.