Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Grand Chase
You last visited: Today at 22:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



I have a question...

Discussion on I have a question... within the Grand Chase forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2009
Posts: 312
Received Thanks: 1,211
I have a question...

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.
ugotstuffed is offline  
Old 10/29/2009, 02:05   #2
 
MarnelAristaeus's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 2,865
Received Thanks: 2,641
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..^^
MarnelAristaeus is offline  
Old 10/29/2009, 03:26   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 312
Received Thanks: 1,211
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
ugotstuffed is offline  
Old 10/29/2009, 03:39   #4
 
elite*gold: 20
Join Date: Sep 2009
Posts: 1,043
Received Thanks: 793
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.
FrostBlaze is offline  
Old 10/29/2009, 03:44   #5
 
elite*gold: 0
Join Date: Aug 2009
Posts: 312
Received Thanks: 1,211
@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
ugotstuffed is offline  
Old 10/29/2009, 03:58   #6
 
elite*gold: 20
Join Date: Sep 2009
Posts: 1,043
Received Thanks: 793
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"
FrostBlaze is offline  
Old 10/29/2009, 04:08   #7
 
elite*gold: 0
Join Date: Aug 2009
Posts: 312
Received Thanks: 1,211
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.
ugotstuffed is offline  
Old 10/29/2009, 04:09   #8
 
elite*gold: 0
Join Date: Jul 2009
Posts: 185
Received Thanks: 103
@ 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...
iWANTspam is offline  
Old 10/29/2009, 04:12   #9
 
elite*gold: 20
Join Date: Sep 2009
Posts: 1,043
Received Thanks: 793
@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.
FrostBlaze is offline  
Old 10/29/2009, 04:16   #10
 
elite*gold: 0
Join Date: Aug 2009
Posts: 312
Received Thanks: 1,211
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.
ugotstuffed is offline  
Old 10/29/2009, 04:21   #11
 
elite*gold: 20
Join Date: Sep 2009
Posts: 1,043
Received Thanks: 793
: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.
FrostBlaze is offline  
Old 10/29/2009, 04:26   #12
 
elite*gold: 0
Join Date: Aug 2009
Posts: 312
Received Thanks: 1,211
lol dude i know where replace is but look see this pic:



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
ugotstuffed is offline  
Old 10/29/2009, 04:39   #13
 
elite*gold: 20
Join Date: Sep 2009
Posts: 1,043
Received Thanks: 793
Quote:
Originally Posted by ugotstuffed View Post
lol dude i know where replace is but look see this pic:



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 ^^
FrostBlaze is offline  
Old 10/29/2009, 05:11   #14
 
elite*gold: 0
Join Date: Jul 2009
Posts: 185
Received Thanks: 103
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???
iWANTspam is offline  
Old 10/29/2009, 05:15   #15
 
elite*gold: 20
Join Date: Sep 2009
Posts: 1,043
Received Thanks: 793
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.
FrostBlaze is offline  
Reply


Similar Threads Similar Threads
[QUESTION]How do i bypass Xtrap for any private server?[QUESTION]
10/12/2009 - Cabal Online - 3 Replies
Exactly what the title says. I keep on getting an xTrap error when i try and load ANY private server that uses XTrap and it's driving me absolutely insane. I cant figure out why it's showing me the error. If anyone has any bypasser for Helix / PaRaDoX or any other server u know that has xTrap can u either PM me the bypass or post it here pls......this is driving me nuts Bump.
[QUESTION]How do i bypass Xtrap for any private server?[QUESTION]
10/02/2009 - Cabal Private Server - 2 Replies
Exactly what the title says. I keep on getting an xTrap error when i try and load ANY private server that uses XTrap and it's driving me absolutely insane. I cant figure out why it's showing me the error. If anyone has any bypasser for Helix / PaRaDoX or any other server u know that has xTrap can u either PM me the bypass or post it here pls......this is driving me nuts



All times are GMT +2. The time now is 22:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.