Asaan Mga Pinoy ? :P

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Everything Else » Undead » asaan mga pinoy ? :P
asaan mga pinoy ? :P
First Page 2 3 ... 224 225 226 ... 337 338 339
 Asura.Yotevol
Offline
Server: Asura
Game: FFXI
user: Yotevol
Posts: 1169
By Asura.Yotevol 2009-04-13 17:39:31
Link | Quote | Reply
 
Yay! I really like Kiri's new pic. :-)

~Yote
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 17:39:33
Link | Quote | Reply
 
Main healing those are a pain in the assssssssssss. Hell, I campaign battle'd my Whm from 70-75 just to avoid 'em, Rdm was a tad easier to handle them. Never got a chance with Blu, no one likes a Blu in an exp party. ; ;
 Asura.Yotevol
Offline
Server: Asura
Game: FFXI
user: Yotevol
Posts: 1169
By Asura.Yotevol 2009-04-13 17:41:04
Link | Quote | Reply
 
Haseyo said:
Main healing those are a pain in the assssssssssss. Hell, I campaign battle'd my Whm from 70-75 just to avoid 'em, Rdm was a tad easier to handle them. Never got a chance with Blu, no one likes a Blu in an exp party. ; ;


A friend of mine got Magic Hammer for BLU.
Then, with a WHM (me) and another BLU, we proceeded to trio imps.
We triod imps for 20k in a bit over an hour.
I will never doubt the power of BLU again.
~Yote
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 17:45:17
Link | Quote | Reply
 
I couldn't afford (well, didn't see any worth rather) a good enough Mnd build for Magic Hammer. It BLOWS without a ridiculous amount of Mnd, lol.

We own Imps though. Aren't we like one of the only jobs that can even solo 'em? :o
 Asura.Ludoggy
Offline
Server: Asura
Game: FFXI
user: Ludog
Posts: 36553
By Asura.Ludoggy 2009-04-13 17:49:15
Link | Quote | Reply
 
Machine Crossbow+Holy bolt+mndbuild=lol
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 17:51:19
Link | Quote | Reply
 
Hurray! I just got an Angel Skin. Hopefully some over zealous bonecrafter will buy it as soon as possible.
 Asura.Yotevol
Offline
Server: Asura
Game: FFXI
user: Yotevol
Posts: 1169
By Asura.Yotevol 2009-04-13 17:51:24
Link | Quote | Reply
 
Haseyo said:
I couldn't afford (well, didn't see any worth rather) a good enough Mnd build for Magic Hammer. It BLOWS without a ridiculous amount of Mnd, lol.

We own Imps though. Aren't we like one of the only jobs that can even solo 'em? :o

Yes, you are.
I have seen BSTs solo them, same with SMNs.
But, they just throw pets to solo.
A BLU can solo legit, by engaging the enemy.

~Yote
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 17:53:58
Link | Quote | Reply
 
I duo Imps all the time with my White Mage friend (With me on Ninja), it's very fun and enjoyable. It's a bit difficult sometimes, but we more or less own them. Our highest experience per hour so far is 12k, which is considerabely higher than the "average" I'm used to levelling jobs.
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 17:58:43
Link | Quote | Reply
 
Not interesting class is not interesting.

Let's look at my program!

#include <iostream>
#include <string>
#include <fstream>
#include <iomanip>

using namespace std;

int main()
{
string name;
char ch;
int sID, score, sum, count;
int sentinel = -999;
double avg;

ifstream infile;
ofstream outfile;
infile.open("h:\\ScoresIn.txt");
outfile.open("h:\\Result.txt");
count = 0; //Initialize count and sum
sum = 0;
infile >> sID;
infile.get(ch);
cout << "ID = " << sID << endl;
getline(infile, name);
cout << "Name = " << name << endl;
infile << score'
cout << "score #1 = " << score << endl;
while(score != sentinel)
{
count++;
sum = sum + score;

infile >> score;
}
if (count > 0)
avg = static_cast<double>(sum)/count;
else
outfile << "No scores in input for " << name << endl;

outfile << fixed << showpoint << setprecision(1);
outfile << "Student " << name << " had " << count << " scores." << endl;
outfile << "The average of the scores is " << avg << endl;

infile.close();
outfile.close();
system ("pause");
return 0;

Exciting, yes?
 Asura.Ludoggy
Offline
Server: Asura
Game: FFXI
user: Ludog
Posts: 36553
By Asura.Ludoggy 2009-04-13 18:01:23
Link | Quote | Reply
 
Haseyo said:
Not interesting class is not interesting.

Let's look at my program!

#include <iostream>
#include <string>
#include <fstream>
#include <iomanip>

using namespace std;

int main()
{
string name;
char ch;
int sID, score, sum, count;
int sentinel = -999;
double avg;

ifstream infile;
ofstream outfile;
infile.open("h:\\ScoresIn.txt");
outfile.open("h:\\Result.txt");
count = 0; //Initialize count and sum
sum = 0;
infile >> sID;
infile.get(ch);
cout << "ID = " << sID << endl;
getline(infile, name);
cout << "Name = " << name << endl;
infile << score'
cout << "score #1 = " << score << endl;
while(score != sentinel)
{
count++;
sum = sum + score;

infile >> score;
}
if (count > 0)
avg = static_cast<double>(sum)/count;
else
outfile << "No scores in input for " << name << endl;

outfile << fixed << showpoint << setprecision(1);
outfile << "Student " << name << " had " << count << " scores." << endl;
outfile << "The average of the scores is " << avg << endl;

infile.close();
outfile.close();
system ("pause");
return 0;

Exciting, yes?/div>

k...*sucks on war head* mmmmm...
 Ramuh.Kiriyu
Offline
Server: Ramuh
Game: FFXI
user: kiriyu
Posts: 3195
By Ramuh.Kiriyu 2009-04-13 18:02:18
Link | Quote | Reply
 
Uhh. Yesh! ._.
/confused
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 18:04:13
Link | Quote | Reply
 
The worrying bit is I understood that fully. =\
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 18:04:22
Link | Quote | Reply
 
That is what pinoy-talk looks to me.
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 18:06:06
Link | Quote | Reply
 
Tuvalo now, Haseyo?

Is your nationality a chameleon? Or have I been the inspiration you finally needed?
 Ramuh.Kiriyu
Offline
Server: Ramuh
Game: FFXI
user: kiriyu
Posts: 3195
By Ramuh.Kiriyu 2009-04-13 18:07:09
Link | Quote | Reply
 
What nation am I from?! ;_;
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 18:07:41
Link | Quote | Reply
 
America apparently, Kiriyu... If that is your real name.

Isn't technology amazing? Thanks to a simple drop down menu, I can live in any country I like! Where shall I live in next? Sweden? Denmark? Ireland? I've always liked to live in France, maybe I'll live in France for a bit.

Technology. It's great, is it not?
 Bahamut.Pjohn
Offline
Server: Bahamut
Game: FFXI
user: Pjohn
Posts: 303
By Bahamut.Pjohn 2009-04-13 18:08:13
Link | Quote | Reply
 
C++ excitment I have a wordsearch program and some other crap saved in my hotmail :D
 Asura.Ludoggy
Offline
Server: Asura
Game: FFXI
user: Ludog
Posts: 36553
By Asura.Ludoggy 2009-04-13 18:08:19
Link | Quote | Reply
 
my pants o.o
 Asura.Yotevol
Offline
Server: Asura
Game: FFXI
user: Yotevol
Posts: 1169
By Asura.Yotevol 2009-04-13 18:09:58
Link | Quote | Reply
 
Wooooo hasn't been here from the beginning of the thread- so, he doesn't know... lol
It's ok bro, Kiri is American, but parents from the PI.

~Yote
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 18:10:20
Link | Quote | Reply
 
User submitted image

.____.
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 18:10:57
Link | Quote | Reply
 
Wooooodum said:
Tuvalo now, Haseyo?
?


Pretty flag, no? :3
 Asura.Ludoggy
Offline
Server: Asura
Game: FFXI
user: Ludog
Posts: 36553
By Asura.Ludoggy 2009-04-13 18:13:11
Link | Quote | Reply
 
/comfort
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 18:14:16
Link | Quote | Reply
 
Looks like that postman won't have a delivery today. LOLOLOL
 Bahamut.Pjohn
Offline
Server: Bahamut
Game: FFXI
user: Pjohn
Posts: 303
By Bahamut.Pjohn 2009-04-13 18:15:19
Link | Quote | Reply
 
Haseyo where is all your notes in your programing?
The "//notes" forgot what its called
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 18:15:46
Link | Quote | Reply
 
Haseyo said:
Looks like that postman won't have a delivery today. LOLOLOL


You wouldn't believe the amount of times he's heard that one. From me alone, it's in thousands!
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 18:16:45
Link | Quote | Reply
 
Pjohn said:
Haseyo where is all your notes in your programing?
The "//notes" forgot what its called


I'll let you know once I actually know how to make a program. This is just an example she gave us. I hate this class. ; ;
 Ramuh.Kiriyu
Offline
Server: Ramuh
Game: FFXI
user: kiriyu
Posts: 3195
By Ramuh.Kiriyu 2009-04-13 18:18:49
Link | Quote | Reply
 
Oh no my real name isn't Kiri. It's Krissy D:
I tried to get Krissy as my name but of course it was taken lul

Burning some assaults right now~
 Garuda.Wooooodum
Offline
Server: Garuda
Game: FFXI
user: Wooooodum
Posts: 6310
By Garuda.Wooooodum 2009-04-13 18:20:22
Link | Quote | Reply
 
Kiriyu said:
Burning some assaults right now~


That's not very nice. I didn't have you down as a petty vandal...
 Bahamut.Pjohn
Offline
Server: Bahamut
Game: FFXI
user: Pjohn
Posts: 303
By Bahamut.Pjohn 2009-04-13 18:21:16
Link | Quote | Reply
 
Grats on 100!!!! again you deleveled tons in post >.<

That example looks like it has tons of crap. But no idea how many weeks in you are.

Idea!!!!! bet you could pay someone off in gil to do your homework :D
 Ramuh.Haseyo
Offline
Server: Ramuh
Game: FFXI
user: Haseyo
Posts: 22442
By Ramuh.Haseyo 2009-04-13 18:21:51
Link | Quote | Reply
 
Dudee if only you were on Ramuh xD
First Page 2 3 ... 224 225 226 ... 337 338 339