youtube Posted July 23, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Share Posted July 23, 2013 (edited) http://pastebin.com/qv9LR1TW how can change the entrace fee to cashpoint i try to change the entrace fee to cashpoint but i got error. this is the orginal script set .rentitemid, 7160; replace this set @Currency$,"#CASHPOINTS"; the entrace free prize is 250cashpoints idontknow how to change this pls help me Edited July 23, 2013 by youtube Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 27, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 27, 2013 change if ( zeny < getd(".group"+ .@group +"cost") * .@amount ) { if ( zeny < getd(".group"+ .@group +"cost") * .@amount ) end; if ( zeny < getvariableofnpc(.rentcost, "MVP Summoner") ) { if ( zeny < getvariableofnpc(.rentcost, "MVP Summoner") ) end; to if ( #CASHPOINTS < getd(".group"+ .@group +"cost") * .@amount ) { if ( #CASHPOINTS < getd(".group"+ .@group +"cost") * .@amount ) end; if ( #CASHPOINTS < getvariableofnpc(.rentcost, "MVP Summoner") ) { if ( #CASHPOINTS < getvariableofnpc(.rentcost, "MVP Summoner") ) end; then set your cost here set .rentcost, 1000000; Quote Link to comment Share on other sites More sharing options...
youtube Posted July 29, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Author Share Posted July 29, 2013 IS WORK BUT THE SUMMON PAY IS CASH POINT I WANT MASTER ONLY ENTRANCE FEE IS CASHPOINY AND SUMMON FOR MVP IS ZENNY Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 29, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 29, 2013 then just simply change / create a new the variable name.. Quote Link to comment Share on other sites More sharing options...
youtube Posted July 30, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Author Share Posted July 30, 2013 how can i change i try to change if ( zeny < getd(".group"+ .@group +"cost") * .@amount ) { if ( zeny < getd(".group"+ .@group +"cost") * .@amount ) end; to if ( #CASHPOINTS < getd(".group"+ .@group +"cost") * .@amount ) { if ( #CASHPOINTS < getd(".group"+ .@group +"cost") * .@amount ) end; Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 30, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 30, 2013 if ( Zeny < getd(".group"+ .@group +"cost") * .@amount ) { if ( Zeny < getd(".group"+ .@group +"cost") * .@amount ) end; Quote Link to comment Share on other sites More sharing options...
youtube Posted July 31, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Author Share Posted July 31, 2013 replace your code not workinh Quote Link to comment Share on other sites More sharing options...
Hiryu Imajin Posted July 31, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 58 Reputation: 4 Joined: 07/10/13 Last Seen: December 15, 2018 Share Posted July 31, 2013 Is it possible that your "Cashpoints" can be converted into an item for example "Cash Credit" so that your code would get simpler? set .rentitemid, 7160; So that you just have to replace the ID of the item above to that ID number of the Cash Credit. Quote Link to comment Share on other sites More sharing options...
Question
youtube
Edited by youtube
Link to comment
Share on other sites
7 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.