Well I created an @ go to the VIP room, wanted to block players under lv 1 can not getstarted doing before when I used eAthena worked rathena use today that is not going to work, I changed pc_isGM (sd)) by (pc_get_group_level (sd) still not working.
if (town == 36 &&! (pc_get_group_level (sd) <1)) {
clif_displaymessage (sd-> fd, "Excuse me more than you're not a VIP member.");
return -1;
}
Well I created an @ go to the VIP room, wanted to block players under lv 1 can not getstarted doing before when I used eAthena worked rathena use today that is not going to work, I changed pc_isGM (sd)) by (pc_get_group_level (sd) still not working.
if (town == 36 &&! (pc_get_group_level (sd) <1)) { clif_displaymessage (sd-> fd, "Excuse me more than you're not a VIP member."); return -1; }Edited by DeMoNiACLink to comment
Share on other sites