Nilly's Client + Source Help
1ºHow i Use Redis and How i Find in Google?
2ºI Got Error Building Nilly's Client in .as files in Assets:
The BitmapAsset is Red how i Fix?
Almost all files is Got Error
package kabam.rotmg.assets {
import m*****re.*;
[Embed(source="EmbeddedAssets_chars8x8rLow1Embed_.p ng")]
public class EmbeddedAssets_chars8x8rLow1Embed_ extends *BitmapAsset* {
public function EmbeddedAssets_chars8x8rLow1Embed_() {
super();
return;
}
}
}
Hey there! In your Intellij, hit Ctrl + Alt + Shift + S and head to Modules, and in the General tab, look for the word type. In that row should be a button called Change... click that, and once you're in there deselect pure as3 and it should fix the BitmapAssets. Hope that helps!