Update your client/source.

Posts 106–120 of 132 · Page 8 of 9
Quote Originally Posted by excitedguy View Post
I updated my source code, but for some reason my client won't stay logged in when you close and launch it again. When you open it after being logged in, looks like this.



Then if you click on Play, you see the following.



I also noticed it clears out my Flash Player trusted locations as well. Which file(s) in the source code control this behavior?
Weird. Mine hasn't done this. Perhaps something you've done while updating the source caused it? What kind of stuff did you apply/remove/change?
Quote Originally Posted by Riigged View Post
Weird. Mine hasn't done this. Perhaps something you've done while updating the source caused it? What kind of stuff did you apply/remove/change?
I changed a LOT of files to get the new pet yard added in, fix the shop and daily quest room. It works if I click logout and log back in manually. Ugh, don't want to start over again.
Quote Originally Posted by excitedguy View Post
I changed a LOT of files to get the new pet yard added in, fix the shop and daily quest room. It works if I click logout and log back in manually. Ugh, don't want to start over again.

I continued updating the source you posted a few days ago, fixed the account clearing on startup, daily quest room and shop not working and added pet yard if you want I can PM you my repository so you can compare to see what I did.
Quote Originally Posted by headlesspiranha View Post
I continued updating the source you posted a few days ago, fixed the account clearing on startup, daily quest room and shop not working and added pet yard if you want I can PM you my repository so you can compare to see what I did.
Sent you a PM. I figured out what causes the account issue I described earlier (but I still don't know how to fix it). If I add the following line to UIConfig.as

Code:
this.startup.addTask(GetOwnedPetSkinsTask);
It causes the account issue (but also causes the wardrobe collection to show your pet skins, allowing you to change your pet skin). So at this point, I either have to choose having one problem or the other. (account not staying logged in or a busted wardrobe).
what does it means when robotolegs library is ignored ? and then all interface Iconfig are on error1045 ?

fixed: added manually the folder on the root
What files are required to update? I got into nexus but then few min I disconnect. I start to copy over the folders net etc and get a bunch of error I am so confused... also a lot of loc variable numbers are different like '_loc_2:' in Frame.as SavedCharacter.as SavedCharactersList, Animation.as etc AAAAAAAAAAAAAAAAAAAA
Quote Originally Posted by headlesspiranha View Post
I continued updating the source you posted a few days ago, fixed the account clearing on startup, daily quest room and shop not working and added pet yard if you want I can PM you my repository so you can compare to see what I did.
Just post it somewhere on GitHub and send link here, it's better.
Quote Originally Posted by Gravitir3.14 View Post


Just post it somewhere on GitHub and send link here, it's better.
Could do, thought they are banned though?

Why when I replace the assets and assetloader btw the new ones are all .as not .png and ,dat I get a ton of errors

How would I do this? I followed your tutorial. Please respond.
If anybody wants an updated source you can get mine from BitBucket @ /headlesspiranha/crazyclient/src/master/

Visually everything should look like it does on prod, pet yard is working however auto ability is still broken & will crash your game if you enter Pet Yard with it on (not tested anywhere else).
Quote Originally Posted by headlesspiranha View Post
If anybody wants an updated source you can get mine from BitBucket @ /headlesspiranha/crazyclient/src/master/

Visually everything should look like it does on prod, pet yard is working however auto ability is still broken & will crash your game if you enter Pet Yard with it on (not tested anywhere else).
Actually not seeing that issue in my client. What class did you test on? For me, it just shows the ability timer countdown. Which is to be expected since you can't use abilities in the pet yard, daily quest room, and maybe some other areas as well. Anyways, here's my source code for anyone who wants it.

https://github.com/Excitedguy/CrazyClient

Added back in void bow/spirit dagger offsets and fame bonus toggles under Extra Options. Tested these options and they do indeed work. Shop, quest room, shop, and new pet yard seem to work perfectly. (Big thanks to @headlesspiranha).

If anyone finds any bugs with using it, please let me know.
Quote Originally Posted by excitedguy View Post
Actually not seeing that issue in my client. What class did you test on?
Just realized I had no ability on the character, lol still need to fix that though.
Quote Originally Posted by headlesspiranha View Post
Just realized I had no ability on the character, lol still need to fix that though.
Yeah I remember that bug, happens when you enter a location with no ability equipped. I remember someone being able to fix it though, will have to dig through some posts and find out.

- - - Updated - - -

Quote Originally Posted by headlesspiranha View Post
Just realized I had no ability on the character, lol still need to fix that though.
Actually just fixed the bug in my code. Check out Player.as on my GitHub and compare to yours. You'll see what I changed to resolve it. Now you can enter anywhere with no ability equipped and no crashes or issues.
Thank you guys for keeping the repository updated, finally some people that are willing.
Does anyone have an updated vanilla source? Any time I try to make my own I get a load of these errors:

Error code: 1061: Call to a possibly undefined method ________ through a reference with static type Class.
Posts 106–120 of 132 · Page 8 of 9

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?