Help with Capper/Logon.src

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
Dev Impy
Neophyte Poster
Posts: 30
Joined: Thu Aug 10, 2006 6:38 am

Help with Capper/Logon.src

Post by Dev Impy »

while doing compile of all srcs, came accross this error

Code: Select all

Token '(' cannot follow token 'CalculateEquipSlots'
Function CalculateEquipSlots() is not defined.
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 24
Error detected in program body.
Error occurred at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Execution aborted due to: Error compiling file
this os the logon.src file

Code: Select all

Token '(' cannot follow token 'CalculateEquipSlots'
Function CalculateEquipSlots() is not defined.
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 24
Error detected in program body.
Error occurred at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Execution aborted due to: Error compiling file
im bloody stumped. brains switched off can any 1 help not with my brain but fix this?
DeiviD
Expert Poster
Posts: 79
Joined: Mon Jun 19, 2006 4:48 pm

Post by DeiviD »

the function CalculateEquipSlots does not exist - you have to create it OR include an file thats got it
Dev Impy
Neophyte Poster
Posts: 30
Joined: Thu Aug 10, 2006 6:38 am

Post by Dev Impy »

ok, brains on again, and some help from mate giving me shit about it

/* */
Firedancer
Grandmaster Poster
Posts: 104
Joined: Fri Feb 03, 2006 6:32 am

Post by Firedancer »

Dev Impy wrote:ok, brains on again, and some help from mate giving me shit about it

/* */
does that mean you found it? Otherwise deivid sure is right.. maybe a typo? If you can't fix it, maybe post your code, then we can take a closer look.
DeiviD
Expert Poster
Posts: 79
Joined: Mon Jun 19, 2006 4:48 pm

Post by DeiviD »

youre prolly missing an include, look in your includes directory for an include that have that function and include it in both scripts that are not compiling
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Post by DevGIB »

maybe youve always been a tool :P if you have probs man you can just ask me in future... cos most shit i should be able to help with
Dev Impy
Neophyte Poster
Posts: 30
Joined: Thu Aug 10, 2006 6:38 am

Post by Dev Impy »

/* Commented the script out lol */
Post Reply