Fiesta Online HTML/CSS Instance?
I saw that @Myth commented on my Fiesta Online Python Emulator Thread (https://forum.ragezone.com/f594/fies...lator-1078594/).
He said: "As long as you add support for HTML and CSS as scripting languages for instances, and I'm pretty sure the database doesn't really need any modification to support a class."
Is this true, can you write Instances in HTML/CSS?
If anyone knows the awnser or has example code please comment.
Thank You
Re: Fiesta Online HTML/CSS Instance?
Re: Fiesta Online HTML/CSS Instance?
Code:
#map {
background: #000000;
width: 1024pt;
height: 1024pt;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#map.roumen {
background-color: #2222CC;
}
#map.roumen .floor {
background: url("../maps/Rou/floor.jpg") #22CC22;
}
.mob.slime {
width: 1pt;
height: 1pt;
}
I started styling it out and got bored half way through pahahahahaha, ignore this I found it less funny after like 30 seconds.
Re: Fiesta Online HTML/CSS Instance?
Yes. It is possible. We did it in Ignis for lols. We added support for HTML, Javascript, Lua, and C# as scripting languages.