Mr BrycE Posted April 7, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted April 7, 2012 - script BattlePoints -1,{ OnPCKillEvent: getmapxy .@m$,.@x,.@y,0; if (.@m$ == "pvp_y_2-2" || .@m$ == "guild_vs3" ){ set #BattlePoints,#BattlePoints+2; dispbottom "[ Battle Points ] : +2 Points , Total Accumulated Points : [ "+#BattlePoints+" ] "; end; } OnPCDieEvent: getmapxy .@m$,.@x,.@y,0; if (.@m$ == "pvp_y_2-2" || .@m$ == "guild_vs3" ){ set #BattlePoints,#BattlePoints-1; dispbottom "[ Battle Points ] : -1 Points , Total Accumulated Points : [ "+#BattlePoints+" ] "; end; } end; } pvp_y_2-2 mapflag loadevent guild_vs3 mapflag loadevent 1@orcs mapflag loadevent i got it from eathena, and you said it was yours, but im having an error on line one already...why? Quote Link to comment Share on other sites More sharing options...
bimbi Posted April 7, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 59 Reputation: 1 Joined: 01/15/12 Last Seen: April 19, 2017 Share Posted April 7, 2012 post a screenshot of the error you didnt set a map,x,y,dir Quote Link to comment Share on other sites More sharing options...
Joseph Posted April 7, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted April 7, 2012 Would it be the TAB problem? Quote Link to comment Share on other sites More sharing options...
Jzz Posted April 7, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 45 Reputation: 0 Joined: 02/29/12 Last Seen: August 13, 2012 Share Posted April 7, 2012 -[TAB]script[TAB]BattlePoints[TAB]-1,{ Quote Link to comment Share on other sites More sharing options...
Matheus Posted April 7, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 63 Reputation: 6 Joined: 11/15/11 Last Seen: December 13, 2013 Share Posted April 7, 2012 Or .. if have some script before this one, maybe the error is not in this .. Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted April 8, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted April 8, 2012 here's the screenshot ** EDIT ** fixed, its a TAB problem -[TAB]script[TAB]BattlePoints[TAB]-1, and pvp_y_2-2[TAB]mapflag[TAB]loadevent guild_vs3[TAB]mapflag[TAB]loadevent 1@orcs[TAB]mapflag[TAB]loadevent Quote Link to comment Share on other sites More sharing options...
Question
Mr BrycE
i got it from eathena, and you said it was yours, but im having an error on line one already...why?
Link to comment
Share on other sites
5 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.