youtube Posted July 23, 2013 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
Emistry Posted July 27, 2013 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
youtube Posted July 29, 2013 Author 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
Emistry Posted July 29, 2013 Posted July 29, 2013 then just simply change / create a new the variable name.. Quote
youtube Posted July 30, 2013 Author 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
Emistry Posted July 30, 2013 Posted July 30, 2013 if ( Zeny < getd(".group"+ .@group +"cost") * .@amount ) { if ( Zeny < getd(".group"+ .@group +"cost") * .@amount ) end; Quote
Hiryu Imajin Posted July 31, 2013 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
Question
youtube
Edited by youtube
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.