I have a question...

10/29/2009 01:16 ugotstuffed#1
Yah so for grand chase script hacking, it'll take forever to change EVERY SINGLE monster's stats, like width atk hp height stuff like that in the monstertemplate.stg file. is there any certain way to do edit all of the stats for everymonster quickly?
also what is the recommended program to edit .lua and .stg
btw i use notepad++ i'm not sure if any of u have heard of it.
10/29/2009 02:05 MarnelAristaeus#2
LoL and I think it's gonna take forever also You see Brian~ is still working the script for us And also you can't edit script's on notepad..xDD Let's just wait for sir Brian~ to finish the hack for our own good.. Be patient..^^
10/29/2009 03:26 ugotstuffed#3
notepad++ isn't notepad.
and also im editing the .lua files and the .stg files not the .kom
the .lua and .stg files r inside the .kom just incase u didn't no
10/29/2009 03:39 FrostBlaze#4
Quote:
Originally Posted by ugotstuffed View Post
is there any certain way to do edit all of the stats for everymonster quickly?
also what is the recommended program to edit .lua and .stg
if u know a little programming, u can automate the whole task of unpacking, editing and repacking KOM files. refer to my sig.

you can use any text editor such as notepad or wordpad.

Quote:
Originally Posted by ZeroTypeX23 View Post
LoL and I think it's gonna take forever also You see Brian~ is still working the script for us And also you can't edit script's on notepad.
no it doesnt take forever to edit, it just takes a while to figure out what to edit. and i've edited mine using notepad too. well, i used to anyway.
10/29/2009 03:44 ugotstuffed#5
@frostblaze: thats not what im trying to do. i know it'll work but its too complicated for me lol.
anyways what i want to do is basically this:
you know how there is a Replace option in most text editors?? (Ctrl + H usually)
yah well i need an option: Replace every line that starts with....
so i wud put in what the line starts with and change the WHOLE line to something else.
ty
10/29/2009 03:58 FrostBlaze#6
like i said u can use any text editor u choose. far as i know most text editors have the Replace function to help u edit selected texts. if i give u an example, this reply would be too long. so here's a short one:

REPLACE "DAMAGETO_MONSTERS = 0.0018000" WITH "DAMAGETO_MONSTERS = 0.0108000" BY SEARCHING ONLY FOR "DAMAGETO_MONSTERS = 0.001"
10/29/2009 04:08 ugotstuffed#7
in my case, i'm trying to add the 0 dmg to monstertemplate.stg.

so what i have to do is change the random number to 0 in fAttackPoint and fIncAttackPoint and it'll take like 5 hours to change all of the mobs one by one to 0.
so what i want to do is this:
search for:
fAttackPoint =
Replace the whole line with:
fAttackPoint = 0,

is there any way i can do that in notepad or notepad++ or any other thirdparty text editing software?

btw ty for ur help.
10/29/2009 04:09 iWANTspam#8
@ Frost, are you taking about a char_script or ai.kom ? I think he is referring to "fhppoint" in monstertemplate.stg
@ ugotstuffed, no... Not really...
10/29/2009 04:12 FrostBlaze#9
@stuffed
if the attribute says it is a floating point value, u can put "fAttackPoint = 0." but i doubt it would be that easy.

@spam
yeah but this is my first spoon feed, and i dont wanna do it directly.

@all
if anyone found an exploit, i can help automate it.
10/29/2009 04:16 ugotstuffed#10
ok ty for ur help guys ill see what i can do. and btw frost where is that thing that you said in ur example:

REPLACE "DAMAGETO_MONSTERS = 0.0018000" WITH "DAMAGETO_MONSTERS = 0.0108000" BY SEARCHING ONLY FOR "DAMAGETO_MONSTERS = 0.001"

where is the 'by searching only for' part??? i looked in notepad its not ther.
10/29/2009 04:21 FrostBlaze#11
:sigh: ok but this will be my last spoon-feeding. press Ctrl H.

and im not doing this coz i care. i just have nothing better to do.
10/29/2009 04:26 ugotstuffed#12
lol dude i know where replace is but look see this pic:

[Only registered and activated users can see links. Click Here To Register...]

where is the option 'BY SEARCHING ONLY FOR'
because it was in ur example.

dude im not that stupid i kno ctrl h is rreplace
10/29/2009 04:39 FrostBlaze#13
Quote:
Originally Posted by ugotstuffed View Post
lol dude i know where replace is but look see this pic:

[Only registered and activated users can see links. Click Here To Register...]

where is the option 'BY SEARCHING ONLY FOR'
because it was in ur example.

dude im not that stupid i kno ctrl h is rreplace
omg this made my day rofl! ^^ forget what i said and just replace that darn string that u want to replace ^^
10/29/2009 05:11 iWANTspam#14
LoL honestly, it would be MucH MUCH easier to copy someone elses and edit strings rather than do it all by yourself... Since there are a multiple amount of scripts...
@ Frost, I know you don't like spoon feeding and we had an issue about it before.. but with playertemp, how did you learn??? Is there tut???
10/29/2009 05:15 FrostBlaze#15
i dont know if there is one now that u asked... but its really more of trial-and-error. btw i dont use playertemplate. it gets detected easy.