What should I do so that when a player throws “sub” for the first time, it alerts the global chat and rumbles the floor?
Example:
Announcement: the %player% has made his first subclass!
Announcement: the %player% has made his second subclass!
Announcement: %player% has made his third subclass, congratulations!
Example of abnormals:
I need help, I'm learning about scripts, but I don't get any help :/
Example:
Announcement: the %player% has made his first subclass!
Announcement: the %player% has made his second subclass!
Announcement: %player% has made his third subclass, congratulations!
Example of abnormals:
JavaScript:
var1.broadcastPacket(new L2GameServerPacket[]{new ExRedSky(10)});
var1.broadcastPacket(new L2GameServerPacket[]{new Earthquake(var1.getLoc(), 30, 12)});
I need help, I'm learning about scripts, but I don't get any help :/
