|
|
|
|
|
|
|
|
|
Posted: Fri Oct 28, 2011 8:46 pm
Blaize Raiden Turns out there are ~101 characters in a line (403 in 4 lines, so I rounded up). Given that, python makes the script relatively simple: I added some more utility stuff to the code. Here's the specific python code I'm not using. You /must/ have the script in the same directory as your post. Your post must be in a file called 'post.txt'. The last line leaves the prompt window open until you press the 'Enter' or 'Return' key. Also, this is compatible with Python 2.7. I've not tried 3. file = open('post.txt', 'r') text = file.read() count=0 for x in text: if x != 'n': count+=1 lines = count / 101.0 if (lines%1) > 0.75: lines = lines - (lines%1) lines+=1 if text[-1] != 'n': print(text + 'n') else: print(text) print('=========================n') print('Lines: ' + str(lines)) exp = lines*4 print('Experience: ' + str(exp)) print('=========================n') a = raw_input() While this code is technically correct, I may simplify some to make the logic and math a bit easier.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 28, 2011 8:46 pm
Hmm well I will say, that I am a Dangerous mofo with just my stats and perks alone.
Once I hit 55 it's game over for most biggrin
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 28, 2011 10:51 pm
Well... Now that the guild is RP worthy, anyone up for one? I'm still a lowly level 5, but I'm willing to work!
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 12:36 am
Looks good hope it works
i am free where are you?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 4:46 am
I'm going to be applying for a Delivery truck job, So if I find the job some where, I'll be traveling majority of my youthful life haha.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 7:44 am
Blaize Raiden Well... Now that the guild is RP worthy, anyone up for one? I'm still a lowly level 5, but I'm willing to work! I'm a mere Level 0 at the moment. XD You can Rp with me if you'd like. I was planning on doing a bunch of solo stuff until I hit about level 10
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 8:31 am
Right now I'm in Earth Country.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 9:13 am
So close So close... Once I have enough lines, I'm gonna trade them in to hit lvl 5...
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 9:43 am
Ya youngin' give me hope for the future :3
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 11:39 am
ssAntonio Ya youngin' give me hope for the future :3 that must mean I'm the destruction of the future biggrin
I love that proposal!
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 11:43 am
Currently Working on The Regular Jutsu Listing So that people don't have to waste their time creating Said bloodline or Hidden skill techniques biggrin they'll already be made for your convenience.
Although I have a proposal for some Uchiha Techniques that I'll be running by Antonio for his thoughts on the matter biggrin
Don't got to be a Moderator to be a Epic Bossman! biggrin
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 1:21 pm
>__> Just need to have the actual Boss Man's approval to do anything first.
Lul, just to note to all new players, the mods have no issues with players trying to help with the guild construction. So feel free to suggest things, just dont always expect us to agree or accept xP
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 2:12 pm
I was reviewing the combat rules, and found this line under the Defense section. Anyone know what it means? Quote: Regardless of what type of defense, Countering/Interpose/Or Dodging, you must find the difference in your defense's range to your opponent's attack. -3 grants -5%, -2 grants -3%, -1 grants -1%, 0 grants nothing, 1 grants +1%, 2 grants +3%, 3 grants +5%.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 2:23 pm
Blaize Raiden I was reviewing the combat rules, and found this line under the Defense section. Anyone know what it means? Quote: Regardless of what type of defense, Countering/Interpose/Or Dodging, you must find the difference in your defense's range to your opponent's attack. -3 grants -5%, -2 grants -3%, -1 grants -1%, 0 grants nothing, 1 grants +1%, 2 grants +3%, 3 grants +5%. I do! I do! Every jutsu/item has a range. Self, Touch, Ranged, and Sight. And each have a number attached to them. Finding the difference between the two ranges will grant one of the numbers/buffs above.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Oct 29, 2011 2:51 pm
ssAntonio Blaize Raiden I was reviewing the combat rules, and found this line under the Defense section. Anyone know what it means? Quote: Regardless of what type of defense, Countering/Interpose/Or Dodging, you must find the difference in your defense's range to your opponent's attack. -3 grants -5%, -2 grants -3%, -1 grants -1%, 0 grants nothing, 1 grants +1%, 2 grants +3%, 3 grants +5%. I do! I do! Every jutsu/item has a range. Self, Touch, Ranged, and Sight. And each have a number attached to them. Finding the difference between the two ranges will grant one of the numbers/buffs above. Are they Self (0), Touch(1), Ranges(2), Sight(4)?
|
 |
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|