caspa Posted January 19, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted January 19, 2013 (edited) can somebody tell me whats wrong with this one? getmapxy( @mapname$, @mapx, @mapy, 0, "strcharinfo(0)" ); if (mobcount("@mapname$","MonsterInvasion::On"+strcharinfo(0)+"") == 0) Edited January 19, 2013 by caspa Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 19, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 19, 2013 getmapxy( @mapname$, @mapx, @mapy, 0, strcharinfo(0) ); if ( mobcount( @mapname$,"MonsterInvasion::On"+strcharinfo(0) ) == 0) Quote Link to comment Share on other sites More sharing options...
caspa Posted January 19, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Author Share Posted January 19, 2013 solved........... Quote Link to comment Share on other sites More sharing options...
Question
caspa
can somebody tell me whats wrong with this one?
getmapxy( @mapname$, @mapx, @mapy, 0, "strcharinfo(0)" );
if (mobcount("@mapname$","MonsterInvasion::On"+strcharinfo(0)+"") == 0)
Edited by caspaLink to comment
Share on other sites
2 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.