DK77 Posted July 3, 2017 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 06/30/17 Last Seen: July 19, 2024 Share Posted July 3, 2017 (edited) How to make if i kill mob inside gold room , i will get cashpoint ?? This is my example of gold room script getitem 969,5; //-- > Gold getitem 7005,1; //--> Skull I already try this Spoiler #CASHPOINTS = #CASHPOINTS + .@R; dispbottom "Gained : "+ .@R +" points. Total : "+ #CASHPOINTS +" points."; } end; OnInit: set .@R,1; //cashpoints per kill end; } but still not receive any cash point Edited July 3, 2017 by DK77 Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted July 3, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted July 3, 2017 42 minutes ago, DK77 said: #CASHPOINTS = #CASHPOINTS + .@R; #CASHPOINTS,#CASHPOINTS+.@R; Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted July 4, 2017 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share Posted July 4, 2017 .@R change to .R Quote Link to comment Share on other sites More sharing options...
Question
DK77
How to make if i kill mob inside gold room , i will get cashpoint ??
This is my example of gold room script
getitem 969,5; //-- > Gold
getitem 7005,1; //--> Skull
I already try this
but still not receive any cash point

Edited by DK77Link 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.