 |
 |
 |
Asked the Experts, For archive purposes only. Please use Ask the Expert! for questions |
|
May 18 2014, 13:59
|
Cleavs
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07

|
QUOTE(Teresa of the Faint Smile @ May 18 2014, 13:32)  nice girl in your sig, btw. where does she come from?
|
|
|
May 18 2014, 14:14
|
Jeanne d'Arc
Group: Catgirl Camarilla
Posts: 15,254
Joined: 12-August 11

|
QUOTE(Scremaz @ May 18 2014, 13:59)  nice girl in your sig, btw. where does she come from?
Kancolle
|
|
|
May 18 2014, 14:16
|
Cleavs
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07

|
QUOTE(Teresa of the Faint Smile @ May 18 2014, 14:14)  Kancolle
found, seaport hime. thanks!
|
|
|
|
 |
|
May 18 2014, 14:32
|
tempasdf
Group: Gold Star Club
Posts: 493
Joined: 3-February 14

|
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 ^^
|
|
|
|
 |
|
May 18 2014, 14:35
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11

|
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
|
|
|
|
 |
|
May 18 2014, 14:40
|
malkatmp
Group: Gold Star Club
Posts: 4,102
Joined: 30-April 12

|
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]
|
|
|
|
 |
|
May 18 2014, 14:56
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11

|
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
|
|
|
|
 |
|
May 18 2014, 15:33
|
simrock87
Group: Members
Posts: 647
Joined: 12-June 11

|
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"
|
|
|
|
 |
|
May 18 2014, 15:39
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11

|
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...
|
|
|
|
 |
|
May 18 2014, 15:49
|
simrock87
Group: Members
Posts: 647
Joined: 12-June 11

|
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
|
|
|
|
 |
|
May 18 2014, 16:03
|
kawaiikun
Group: Members
Posts: 384
Joined: 10-December 09

|
Hi guys, a quick question, how does spirit shield work, i haven't seen it taking damage to my spirit gauge
|
|
|
May 18 2014, 16:07
|
simrock87
Group: Members
Posts: 647
Joined: 12-June 11

|
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.
|
|
|
|
 |
|
May 18 2014, 16:13
|
kawaiikun
Group: Members
Posts: 384
Joined: 10-December 09

|
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
|
|
|
|
 |
|
May 18 2014, 16:16
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10

|
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.
|
|
|
|
 |
|
May 18 2014, 16:26
|
LostLogia4
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11

|
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?
|
|
|
May 18 2014, 16:31
|
Colman
Group: Gold Star Club
Posts: 7,333
Joined: 15-November 10

|
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
|
|
|
May 18 2014, 16:38
|
kawaiikun
Group: Members
Posts: 384
Joined: 10-December 09

|
Are those pants good? PantsThis post has been edited by kawaiikun: May 18 2014, 16:39
|
|
|
|
 |
|
May 18 2014, 16:45
|
simrock87
Group: Members
Posts: 647
Joined: 12-June 11

|
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
|
|
|
|
 |
|
May 18 2014, 16:49
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10

|
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
|
|
|
|
 |
|
May 18 2014, 16:56
|
EsotericSatire
Group: Catgirl Camarilla
Posts: 12,757
Joined: 31-July 10

|
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.
|
|
|
|
 |
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|