Jump to content

Make Package Error [SOLVED]


Go to solution Solved by Chrizk0,

15 posts in this topic

Recommended Posts

Posted (edited)

Thank you all for your kind help. Especially that you guys didn't give up on me like most people would! Below is what I did to fix my problem! xD

 

 

RED MARKS THE INVALID HEADERS I DELETED TO FIX IT:

 

%hook TTGameData

-  (void) addBux {
return 88888;
}

-  (void) addCoins {
return 88888;
}


-  (int) coins {
return 888888888;
}

-  (int) bux {
return 888888888;
}

-  (BOOL) isLobbyFull {
return FALSE;
}

-  (int) hearts {
return 8888;
}
%end

%hook TTowerLayer
- (int) nextFloorCost {
return 0;
}
%end

%hook TTBitizenInfo

-  (BOOL) inDreamJob {
return TRUE;
}
%end

%hook TTFloor

-  (BOOL) hasProblem {
return FALSE;
}

-  (int) prodHurryCost {
return 0;
}

-  (void) setProblem {
return 0;
}

%end

 

 

 

 

THANK YOU ALL FOR YOUR KIND HELP!

Updated by iGameMonkey
Posted

- (int) hearts {

return 8888; <--- semi-colen

}

%end

 

You forgot to the semicolen.

you got to be kidding me! how did i miis that!!?? :facepalm:

 

 

ok thanks ill try it out

Can you try putting one more space at the end?

ok

i still get the same problem guys :( there is something im missing

Posted (edited)

you got to be kidding me! how did i miis that!!?? :facepalm:

 

 

ok thanks ill try it out

 

ok

 

i still get the same problem guys :( there is something im missing

Send me the new error. Updated by Chrizk0
Posted

%hook TTGameData

-  (void) addBux {
return 88888;
}

-  (void) addCoins {
return 88888;
}

-  (int) coins {
return 888888888;
}

-  (int) bux {
return 888888888;
}

-  (BOOL) isLobbyFull {
return FALSE;
}

-  (int) hearts {
return 8888
%end

%hook TTowerLayer
- (int) nextFloorCost {
return 0;
}
%end

%hook TTBitizenInfo

-  (BOOL) inDreamJob {
return TRUE;
}
%end

%hook TTFloor

-  (BOOL) hasProblem {
return FALSE;
}

-  (int) prodHurryCost {
return 0;
}

-  (void) setProblem {
return 0;
}
%end

 

Try if works :)

Posted

Can you try putting one more space at the end?

Spaces don't matter, it depends on what code is used next.

 

 

%hook TTGameData

-  (void) addBux {
return 88888;
}

-  (void) addCoins {
return 88888;
}

-  (int) coins {
return 888888888;
}

-  (int) bux {
return 888888888;
}

-  (BOOL) isLobbyFull {
return FALSE;
}

-  (int) hearts {
return 8888
%end

%hook TTowerLayer
- (int) nextFloorCost {
return 0;
}
%end

%hook TTBitizenInfo

-  (BOOL) inDreamJob {
return TRUE;
}
%end

%hook TTFloor

-  (BOOL) hasProblem {
return FALSE;
}

-  (int) prodHurryCost {
return 0;
}

-  (void) setProblem {
return 0;
}
%end
Try if works :)
This is his same code. Nothing changed.
Posted

Send me the new error.

added below the first error

%hook TTGameData

-  (void) addBux {
return 88888;
}

-  (void) addCoins {
return 88888;
}

-  (int) coins {
return 888888888;
}

-  (int) bux {
return 888888888;
}

-  (BOOL) isLobbyFull {
return FALSE;
}

-  (int) hearts {
return 8888
%end

%hook TTowerLayer
- (int) nextFloorCost {
return 0;
}
%end

%hook TTBitizenInfo

-  (BOOL) inDreamJob {
return TRUE;
}
%end

%hook TTFloor

-  (BOOL) hasProblem {
return FALSE;
}

-  (int) prodHurryCost {
return 0;
}

-  (void) setProblem {
return 0;
}
%end

Try if works :)

 

im pretty sure its the same code :p

 

ill try it anyways

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines