Jamy Posted March 16, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 54 Reputation: 0 Joined: 02/14/12 Last Seen: September 6, 2013 Share 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 Link to comment Share on other sites More sharing options...
JayPee Posted March 16, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted March 16, 2012 I think its pc_isGM(sd); it was replaced by pc_get_group_level(sd) Quote Link to comment Share on other sites More sharing options...
Jamy Posted March 16, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 54 Reputation: 0 Joined: 02/14/12 Last Seen: September 6, 2013 Author Share Posted March 16, 2012 I some how do you only player with less than 1 lv not teleport. Quote Link to comment Share on other sites More sharing options...
Lighta Posted March 17, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted March 17, 2012 well with : if (pc_get_group_level(sd)<1) Quote Link to comment Share on other sites More sharing options...
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 DeMoNiACLink to comment
Share on other sites
3 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.