donpedro Posted March 29, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 20 Reputation: 2 Joined: 03/24/14 Last Seen: June 15, 2014 Share Posted March 29, 2014 can anyone have a script of gold room where the maximum total points you can get from farming is 8k only? and it will say 'you have reached maximum gold points. exchange it now' i really appreciate it to who will give me this kind of script. tnx Quote Link to comment Share on other sites More sharing options...
Patskie Posted March 29, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 9 hours ago Share Posted March 29, 2014 - script Sample -1,{ OnNPCKillEvent: if ( strcharinfo( 3 ) != "your gold room map" ) end; if ( GP < 8000 ) GP++; else message strcharinfo( 0 ),"You have reached maximum gold points. Exchange it now"; end; } Quote Link to comment Share on other sites More sharing options...
donpedro Posted March 30, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 20 Reputation: 2 Joined: 03/24/14 Last Seen: June 15, 2014 Author Share Posted March 30, 2014 thankyou i will test it right now. Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 30, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted March 30, 2014 prontera,0,0,0,0 monster Poring 1002,100,0,0,"gold_room::OnKill" - script gold_room -1,{ OnKill: if( #gold_point < 8000 ){ #gold_point++; dispbottom "You have "+#gold_point+" gold points."; } else{ dispbottom "Gold Points overload, exchange it now.."; } end; } Quote Link to comment Share on other sites More sharing options...
donpedro Posted March 31, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 20 Reputation: 2 Joined: 03/24/14 Last Seen: June 15, 2014 Author Share Posted March 31, 2014 (edited) the script is working fine. but when my character gets 8k points he can still recieve gold points. i nid to know on how to set this script that when you reached 8k gold points you cannot recieve gold points anymore. tnx for advance EDIT -- problem solved . tnx for the script guys Edited March 31, 2014 by donpedro Quote Link to comment Share on other sites More sharing options...
Question
donpedro
can anyone have a script of gold room where the maximum total points you can get from farming is 8k only? and it will say 'you have reached maximum gold points. exchange it now'
i really appreciate it to who will give me this kind of script. tnx
Link to comment
Share on other sites
4 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.