eloscar23 0 Posted March 12 functionmain.txtHello, I am implementing this to use the constellation tower instance, but I get error saying unique_id function... can someone help? Quote Share this post Link to post Share on other sites
0 Checkmate 2 Posted 5 hours ago (edited) On 3/12/2025 at 10:29 AM, eloscar23 said: functionmain.txtHello, I am implementing this to use the constellation tower instance, but I get error saying unique_id function... can someone help? Is this rAthena script based ? Try this : --- functionmain.txt (old) +++ functionmain.txt (fixed) @@ function script concurrent_uid { - .@uid = get_unique_id(''); + .@uid = get_unique_id(); @@ function script concurrent_uid_map { - .@uid = get_unique_id(''); + .@uid = get_unique_id(); @@ function script concurrent_uid_registration { - .@uid = get_unique_id(''); + .@uid = get_unique_id(); Just open your functionmain.txt in Notepad++, search for get_unique_id('' and replace with get_unique_id(). That’s the only fix needed for Hercules. Edited 5 hours ago by Checkmate Quote Share this post Link to post Share on other sites
functionmain.txtHello, I am implementing this to use the constellation tower instance, but I get error saying
unique_id function... can someone help?
Share this post
Link to post
Share on other sites