donpedro Posted March 29, 2014 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
Patskie Posted March 29, 2014 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
Emistry Posted March 30, 2014 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
donpedro Posted March 31, 2014 Author 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
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
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.