Welcome Guest ( Log In | Register )

5153 Pages V « < 2500 2501 2502 2503 2504 > »   
Closed TopicStart new topic
> Asked the Experts, For archive purposes only. Please use Ask the Expert! for questions

 
post May 18 2014, 13:59
Post #50021
Cleavs



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(Teresa of the Faint Smile @ May 18 2014, 13:32) *

what ever (IMG:[invalid] style_emoticons/default/tongue.gif)

nice girl in your sig, btw. where does she come from?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 14:14
Post #50022
Jeanne d'Arc



Titania
***********
Group: Catgirl Camarilla
Posts: 15,254
Joined: 12-August 11
Level 471 (Godslayer)


QUOTE(Scremaz @ May 18 2014, 13:59) *

nice girl in your sig, btw. where does she come from?

Kancolle
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 14:16
Post #50023
Cleavs



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(Teresa of the Faint Smile @ May 18 2014, 14:14) *

Kancolle

found, seaport hime. thanks!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 14:32
Post #50024
tempasdf



Bakorra & Kannakama
****
Group: Gold Star Club
Posts: 493
Joined: 3-February 14
Level 500 (Godslayer)


QUOTE(Colman @ May 18 2014, 14:19) *
DwD@PF is the only place give you good drop that can sell.
VV can help alot if your defense is not high enough.

I have not enough income for forged power or mage (and not especially wish) to make clearspeed for pfudor SG higher
so i prefer to going through SG1+SG2+SG3 on hell + few pfudor arenas in 90m instead of 60m for pfudor SG3 only
but sometimes when I have time, I spend it on pfudor SG1+SG2+SG3, regret about it, always
maybe with LotD 25 pfudor SG3 will be worth it to me, but not with 23
300+ rounds of pfudor-fest per time required for R150 arena
which is why and asked about festival, nevermind
I have already decided to take LotD 24
but wanted a bit of whining about it

It seems that the previous signature with her was better, Teresa of the Faint Smile ^^
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 14:35
Post #50025
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(boulay @ May 18 2014, 19:13) *
To add colors, you can just include the color BBCode to the mini shop helper formatting e.g.

CODE
[color=#FF0000][URL=$URL]$NAME[/URL][/color]

or

CODE
[URL=$URL][color=#FF0000]$NAME[/color][/URL]

to get it red, etc...

The following is just a rough idea that came to me just now: since you're aiming to start an auction, you can also use the mini shop helper formatting to place the name of the people selling stuff in it by entering their name in the $TAG column and using it in the formatting like the following:
CODE
[URL=$URL][color=red]$NAME[/color][/URL] | (Seller: $TAG)


Just saying, maybe you already thought about it. ^^
Well, yeah, but how do I do it for highlighting equip quality (exq, mag, leg), prefix and suffixes?

As for the (Seller: $TAG) thingy, I've filled that on auction callsigns already. Saves me heaps of trouble of recognizing equips.

This post has been edited by LostLogia4: May 18 2014, 14:36
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 14:40
Post #50026
malkatmp



┬─┬ ︵ /(.□. \)
********
Group: Gold Star Club
Posts: 4,102
Joined: 30-April 12
Level 408 (Godslayer)


QUOTE(LostLogia4 @ May 18 2014, 14:35) *

Well, yeah, but how do I do it for highlighting equip quality (exq, mag, leg), prefix and suffixes?

As for the (Seller: $TAG) thingy, I've filled that on auction callsigns already. Saves me heaps of trouble of recognizing equips.


i would like to know if there's a better way though. (IMG:[invalid] style_emoticons/default/smile.gif)

i use this dumb way. copy&paste everything to word, then.

CODE
find Magnificent => Replace all with [color=#FF0000]Magnificent[/color]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 14:56
Post #50027
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(malkatmp @ May 18 2014, 20:40) *
i would like to know if there's a better way though. (IMG:[invalid] style_emoticons/default/smile.gif)

i use this dumb way. copy&paste everything to word, then.

CODE
find Magnificent => Replace all with [color=#FF0000]Magnificent[/color]

MS word is too heavy. I use either the plain ol' Notepad or Notepad++ for something like this. (IMG:[invalid] style_emoticons/default/tongue.gif)
But yeah, it's gonna be a pain in the ass to do this everytime there's a new equip...

This post has been edited by LostLogia4: May 18 2014, 15:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 15:33
Post #50028
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


QUOTE(LostLogia4 @ May 18 2014, 14:56) *

MS word is too heavy. I use either the plain ol' Notepad or Notepad++ for something like this. (IMG:[invalid] style_emoticons/default/tongue.gif)
But yeah, it's gonna be a pain in the ass to do this everytime there's a new equip...

If you have some sort of linux command line tools available (or some perverted way of them working in windows) you can do:
CODE
cat in.txt | sed 's/Magnificent/[color=#FF0000]Magnificent[\/color]/g' | sed 's/Exquisite/[color=#00FF00]Exquisite[\/color]/g' > out.txt

Where in.txt is your input and out.txt is the file it's output to.
You can add more substitutions by copy pasting the " | sed ... " part before the "> out.txt"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 15:39
Post #50029
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(simrock87 @ May 18 2014, 21:33) *

If you have some sort of linux command line tools available (or some perverted way of them working in windows) you can do:
CODE
cat in.txt | sed 's/Magnificent/[color=#FF0000]Magnificent[\/color]/g' | sed 's/Exquisite/[color=#00FF00]Exquisite[\/color]/g' > out.txt

Where in.txt is your input and out.txt is the file it's output to.
You can add more substitutions by copy pasting the " | sed ... " part before the "> out.txt"
Okay, I'll try that if it doesn't require tool installs/root privelages , but how do I put bold bbcodes on that? Also, the syntaxes looks kinda confusing...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 15:49
Post #50030
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


QUOTE(LostLogia4 @ May 18 2014, 15:39) *

Okay, I'll try that if it doesn't require tool installs/root privelages , but how do I put bold bbcodes on that? Also, the syntaxes looks kinda confusing...

Yeah, that's just basic piping, no privileges required (unless your admin hates you)

Linux for starters:

cat in.txt - this just outputs the contents of the following file in this case
| - is a pipe, it redirects the output of the previous command to the following command
sed - is a pretty capable command line editor, just hard to get your head wrapped around
's/search/replace/g' - is a search&replace pattern, it searches for search and replaces it with replace. In the case of 's/Magnificent/[color=#FF0000]Magnificent[\/color]/g' it searches for Magnificent and replaces it with the color tag and so forth. The g at the end is required to make it search the whole file (otherwise it stops after the first occurence). If you add a slash (/) in your search or replace you need to escape it with a backslash (so it looks like \/, so bla becomes [b]bla[\/b]).
> out.txt - is an output redirection into a file. In this case out.txt

So we read the file, redirect the output into several find&replaces and then write it into another file.

// edit: added hint about escaping slashes

This post has been edited by simrock87: May 18 2014, 15:55
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:03
Post #50031
kawaiikun



Doing nothing productive all days
****
Group: Members
Posts: 384
Joined: 10-December 09
Level 268 (Godslayer)


Hi guys, a quick question, how does spirit shield work, i haven't seen it taking damage to my spirit gauge
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:07
Post #50032
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


QUOTE(kawaiikun @ May 18 2014, 16:03) *

Hi guys, a quick question, how does spirit shield work, i haven't seen it taking damage to my spirit gauge

I suppose you were only able to assign enough points to get the ability to lv1.
So spirit shield only triggers when you take a hit that does at least damage to take off 40% of you HP.
It basically caps the maximum damage taken at 40% of your life.

It gets better later on when it caps the damage at 20% of your life which is more noticable.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:13
Post #50033
kawaiikun



Doing nothing productive all days
****
Group: Members
Posts: 384
Joined: 10-December 09
Level 268 (Godslayer)


QUOTE(simrock87 @ May 18 2014, 09:07) *

I suppose you were only able to assign enough points to get the ability to lv1.
So spirit shield only triggers when you take a hit that does at least damage to take off 40% of you HP.
It basically caps the maximum damage taken at 40% of your life.

It gets better later on when it caps the damage at 20% of your life which is more noticable.

Oh, it makes sense now
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:16
Post #50034
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(simrock87 @ May 18 2014, 23:33) *

If you have some sort of linux command line tools available (or some perverted way of them working in windows) you can do:
CODE
cat in.txt | sed 's/Magnificent/[color=#FF0000]Magnificent[\/color]/g' | sed 's/Exquisite/[color=#00FF00]Exquisite[\/color]/g' > out.txt

Where in.txt is your input and out.txt is the file it's output to.
You can add more substitutions by copy pasting the " | sed ... " part before the "> out.txt"

Doesn't need to be so hardcore. He can use any tool that support regular expression, which Notepad++ also supports.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:26
Post #50035
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(holy_demon @ May 18 2014, 22:16) *
Doesn't need to be so hardcore. He can use any tool that support regular expression, which Notepad++ also supports.
Dunno if I could the same on Notepad++ till now... how do I do this in Notepad++ anyway?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:31
Post #50036
Colman



Where is the loli?
*********
Group: Gold Star Club
Posts: 7,333
Joined: 15-November 10
Level 500 (Ponyslayer)


QUOTE(holy_demon @ May 18 2014, 22:16) *

Doesn't need to be so hardcore. He can use any tool that support regular expression, which Notepad++ also supports.

I have been doing programming for quite a long time but still do not know most of the regular expression (IMG:[invalid] style_emoticons/default/anime_cry.gif)
BTW, I mostly use nano to edit the code.

This post has been edited by Colman: May 18 2014, 16:31
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:38
Post #50037
kawaiikun



Doing nothing productive all days
****
Group: Members
Posts: 384
Joined: 10-December 09
Level 268 (Godslayer)


Are those pants good?

Pants

This post has been edited by kawaiikun: May 18 2014, 16:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:45
Post #50038
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


QUOTE(holy_demon @ May 18 2014, 16:16) *

Doesn't need to be so hardcore. He can use any tool that support regular expression, which Notepad++ also supports.

True, but i don't think you can chain them together into one action. That was my reason for choosing the command line way.

QUOTE(Colman @ May 18 2014, 16:31) *

I have been doing programming for quite a long time but still do not know most of the regular expression (IMG:[invalid] style_emoticons/default/anime_cry.gif)
BTW, I mostly use nano to edit the code.

I think there are probably 10 people out there that can write complicated regex right on the first try anyway, i just fiddle around with a regex tester until i find something that fits ^^
For general editing i use vim, but for repetitive things i just write a script
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:49
Post #50039
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(LostLogia4 @ May 19 2014, 00:26) *

Dunno if I could the same on Notepad++ till now... how do I do this in Notepad++ anyway?

Search->Replace->in the new window, look for search mode section, check for regular expression

QUOTE(Colman @ May 19 2014, 00:31) *

I have been doing programming for quite a long time but still do not know most of the regular expression


Well regexp makes string manipulation a breeze. No need for all those annoyingly confusing and implemetation dependent concat/replace/append (IMG:[invalid] style_emoticons/default/dry.gif)

Also, Im a vi/vim user, no reason (IMG:[invalid] style_emoticons/default/duck.gif)

Though I prefer actual IDE like Netbeans or Eclipse, so refactoring, autocomplete, and linking are more intuitive

This post has been edited by holy_demon: May 18 2014, 16:53
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2014, 16:56
Post #50040
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,757
Joined: 31-July 10
Level 500 (Ponyslayer)


QUOTE(n125 @ May 17 2014, 14:45) *

While it's not literally unplayable, dark is considered to be the worst magic damage type right now.



Its trickier than that. Its true that Dark isn't the outright absolute best anymore and it got a fairly big slow down. Even at level 450 dark has a 3% dmg advantage compared to elemental due to the T1,T2,T3 multipliers and the rotation. Without imperil on the top 50 monsters, dark has a 10-20% mitigation advantage over elemental. With imperil the difference is far less. Dark is still better than most elements at SG marathons, at lower difficulties where imperil isn't needed its much better but the gap closes significantly on normal rounds at the highest difficulties.

Dark is the strongest defensive maging styles due to the debuff and spirit drain that allows you to keep spirit shield up.

If given the choice I'd probably go Holy with a katholox staff but you need loads of money to go holy these days.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


5153 Pages V « < 2500 2501 2502 2503 2504 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 13th August 2025 - 17:52