Jump to content

AIO Buffer(Admin Command + Skills)


Recommended Posts

  • 3 weeks later...
  • 2 months later...
  • 1 year later...
  • 5 weeks later...
  • 4 years later...

where do i insert this code? im a noob :C

Just where says the patch..

+add -remove.

If all file have + symbol in each line then you must create a new one file with the .java name

Link to comment
Share on other sites

  • 5 years later...
On 3/22/2011 at 4:19 PM, Prince* said:

 

the enxt code are for the aio buffers can not paricipate for olympiad macth:

 

-		if (noble.getKarma() > 0)
-		{
-       	noble.sendMessage("You can't participate to Olympiad with karma.");
-        	return false;
-               }
+
+		if (noble.isgold())
+		{
+			noble.sendMessage("You can't paricipaate because you are AIO Buffer");
+		}

-Esta donde buscar de archivos para class o java que nombre  de carpetas?

-Is where to look for files for class or java what folder name?

 

On 3/22/2011 at 4:19 PM, Prince* said:

the enxt code are for the aio buffers can not paricipate for olympiad macth:

 

-		if (noble.getKarma() > 0)
-		{
-       	noble.sendMessage("You can't participate to Olympiad with karma.");
-        	return false;
-               }
+
+		if (noble.isgold())
+		{
+			noble.sendMessage("You can't paricipaate because you are AIO Buffer");
+		}

-Esta donde buscar de archivos para class o java que carpeta de nombre?

-Is where to look for files for class or java what folder name?

Link to comment
Share on other sites

  • Vision changed the title to AIO Buffer(Admin Command + Skills)
  • 6 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...