Tdi123 Posted December 29, 2021 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 Share Posted December 29, 2021 (edited) Example, ITEM_DB: 30452,Enchant_Elmo,Enchant Elmo,2,30,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_Encantment"; },{},{} 30453,Enchant_Auras,Enchant Auras,2,30,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_Encantment1"; },{},{} 30454,Enchant_Asas,Enchant Asas,2,30,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_Encantment2"; },{},{} SCRIPT: function script F_Encantment { end; } function script F_Encantment1 { end; } function script F_Encantment2 { end; } Thank you in advance for your help! Edited December 29, 2021 by Tdi123 Quote Link to comment Share on other sites More sharing options...
0 ItsFree Posted January 18, 2022 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 121 Reputation: 7 Joined: 04/11/15 Last Seen: October 29, 2024 Share Posted January 18, 2022 Go and search for Lapine or Lapine Upgrade that system do that ☺ Quote Link to comment Share on other sites More sharing options...
Question
Tdi123
Example, ITEM_DB:
30452,Enchant_Elmo,Enchant Elmo,2,30,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_Encantment"; },{},{}
30453,Enchant_Auras,Enchant Auras,2,30,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_Encantment1"; },{},{}
30454,Enchant_Asas,Enchant Asas,2,30,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_Encantment2"; },{},{}
SCRIPT:
function script F_Encantment {
end;
}
function script F_Encantment1 {
end;
}
function script F_Encantment2 {
end;
}
Thank you in advance for your help!
Edited by Tdi123Link to comment
Share on other sites
1 answer 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.