NoWayHome Posted May 16, 2022 Share Posted May 16, 2022 Hi, I am look for help about how to modify consumption sp of a card effect. 1) Creamy Card : Teleport lv1 (SP:10) I want to change the SP:10 to SP:60 but not affect the effect of Acolyte. Any idea? P/S: If Iam in the wrong section please move me to the correct section. Thank you very much! Sorry for my bad english Quote Link to comment Share on other sites More sharing options...
1 cook1e Posted May 16, 2022 Share Posted May 16, 2022 (edited) Clone the skill Teleport or simply add this script to Creamy Card itemheal 0,-50; Teleport SP 10 + 50 of itemheal = 60. Edited May 16, 2022 by cook1e Quote Link to comment Share on other sites More sharing options...
1 EIysium Posted May 16, 2022 Share Posted May 16, 2022 - Id: 4040 AegisName: Creamy_Card Name: Creamy Card Type: Card Buy: 20 Weight: 10 Locations: Both_Accessory: true Flags: BuyingStore: true Script: | [email protected] = eaclass(); if (([email protected]&EAJ_BASEMASK) == EAJ_ACOLYTE) { skill "AL_TELEPORT",1; } else { skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50; } Quote Link to comment Share on other sites More sharing options...
Hi,
I am look for help about how to modify consumption sp of a card effect.
1) Creamy Card : Teleport lv1 (SP:10)
I want to change the SP:10 to SP:60 but not affect the effect of Acolyte.
Any idea?
P/S: If Iam in the wrong section please move me to the correct section. Thank you very much! Sorry for my bad english
Link to comment
Share on other sites