Jump to content

Recommended Posts

Posted (edited)
PLZ ANY  GR HELP ME TRANSLATE IT IS IMPORTANT FOR ME IN ROMANIA... TRANSLATE IT IN ENGLISH  IF YOU KNOW I WILL REWARD YOU!!!!!

 

 

MY BROATHER STOICA ALEXANDRU HAVE PROBLEMS AND HE NEED THIS FILLES IN ENGLISH AND AFTER 1 FRIEND WIL TRANSLATE IT IN RO:::  PLZ HELP ME GUYS::..

 

 

Some photo is here from gr  HOSPITAL and need to go with it on RO Hospital and need translate it plz Guys hep me  Downloand and there is 13 Photo from HOSPITAL GR..

 

i upload it with 4shared because is to manny...

 


 

 

THX ALOT!!!!!  i wait for your replly !!!!!

Edited by LedCore
Posted

As I can understand from a couple photos he was checked in with high fever (40°C), and from the tests everything he was tested for were negative.

In the first photo the doctor is saying that he extended his hospitalization until further notice and his relative (aunt) takes the full responsibility if she wants to check him out sooner

 

 

Doctors really have shitty handwritting.

Posted

so is nothing wrong with it????  i need this filles for  hospital in romania... i was with him in vacantion in GR and he got verry sick.. and i go to hospital in your contry and now in ro need to translate it... but i dont know where i dont find in romania any translator.....:((((

Posted (edited)
  On 6/23/2014 at 10:56 PM, Not ED. said:

As I can understand from a couple photos he was checked in with high fever (40°C), and from the tests everything he was tested for were negative.

In the first photo the doctor is saying that he extended his hospitalization until further notice and his relative (aunt) takes the full responsibility if she wants to check him out sooner

 

 

Doctors really have shitty handwritting.

About the 1st pic: I'd like to add that, They gave him medicines. The result was to drop the fever to 37,1°C in 3/6/14.

 

About the 2nd pic: The patient imported to the hospital with fever that reached 40°C.

All the other pictures are results of his medical exams.

 

 

//Edit

His Blood Patelets(PLT) are below normal.

His Cholesterol is a bit lower than normal.

His γαλακτικη αφυδρογοναση(LDH)(i don't know how it's called in english) is double than the average.

His Transaminases SGOT(AST) and Transaminases SGPT(ALT) is in average 5 times bigger than normal.

His CRP is about 12 times bigger than normal.

 

 

Everything else is normal.

Edited by `iAndre
  • 2 weeks later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Hey guys, I came up with this idea while needing to write down multiple locations. When you use the /loc command, a text file is created (only the first time) and stores all the locations you debug.   Output:   --- a/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java @@ -1,5 +1,10 @@ package net.sf.l2j.gameserver.handler.usercommandhandlers; +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; + import net.sf.l2j.gameserver.data.xml.MapRegionData; import net.sf.l2j.gameserver.handler.IUserCommandHandler; import net.sf.l2j.gameserver.model.actor.Player; @@ -13,6 +18,7 @@ 0 }; + @SuppressWarnings("resource") @Override public void useUserCommand(int id, Player player) { @@ -100,6 +106,26 @@ } player.sendPacket(SystemMessage.getSystemMessage(msg).addNumber(player.getX()).addNumber(player.getY()).addNumber(player.getZ())); + + if (player.isGM()) + { + try + { + String fileLoc = "./data/locations.txt"; + final File file = new File(fileLoc); + file.createNewFile(); + + FileWriter fw = new FileWriter(fileLoc, true); + BufferedWriter bw = new BufferedWriter(fw); + bw.write(player.getX() + ", " + player.getY() + ", " + player.getZ()); + bw.newLine(); + bw.close(); + } + catch (IOException e) + { + e.printStackTrace(); + } + } } @Override  
    • Not any training model, i should fix that, just a very well done bot engine. As we use it on a local Internet Cafe spot and people join to test server, they don't seem to understand they are bots. Their behaviour is really well done. Many actions that other bots can't do are possible and the are complicated patterns that can be done due to structure of the engine such as Pick items of dead party pk member and later on trade them back to owner. So i'll fix later the title to Bot Engine rather than A.I. 
    • its old ver ))   this is new https://gamerip.ru/index.php?/topic/3308-lineage2-chronicle3-rise-of-darkness-new-version-172-030225/
  • Topics

×
×
  • Create New...