Jamy Posted March 16, 2012 Posted March 16, 2012 (edited) Well I made the change Emulator eAthena rathena wanted to know how to make a change in my source is not picking up, what can be. Look for: if (sd-> bl.m> = 0 && map [sd-> bl.m]. flag.nowarpbattle_config.any_warp_GM_min_level &&> pc_isGM (sd)) { clif_displaymessage (d, msg_txt (248)); return -1; } Add this below: if (town == 28 &&! pc_isGM (sd)) {/ / If @ go 28 is a map vip. Just change thenumber 28 to your map vip. clif_displaymessage (sd-> fd, "You are not vip."); return -1; } Just who is giving error in this line which can be if (town ==28&&! pc_isGM(sd)) Edited March 16, 2012 by DeMoNiAC Quote
JayPee Posted March 16, 2012 Posted March 16, 2012 I think its pc_isGM(sd); it was replaced by pc_get_group_level(sd) Quote
Jamy Posted March 16, 2012 Author Posted March 16, 2012 I some how do you only player with less than 1 lv not teleport. Quote
Question
Jamy
Well I made the change Emulator eAthena rathena wanted to know how to make a change in my source is not picking up, what can be.
Look for:
Add this below:
Just who is giving error in this line which can be
if (town ==28&&! pc_isGM(sd))
Edited by DeMoNiAC3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.