Jump to content

  •  

emumu

Member Since 17 Jun 2013
Offline Last Active May 15 2014 01:32 PM
-----

Posts I've Made

In Topic: can't go to instanced map

24 August 2013 - 08:35 AM

to Angelmelody.

 

thx for reply!

i tried your script,

but same error has occured.

 

but i solved this problem.

i found that i did a critical mistake.OTL

 

"the length of the instanced map name is less than 7 characters".

"and need edit resnametable.txt".

 

need a concentration at reeding wiki.

i am so sorry for the noisy post. :ph34r:


In Topic: skill sounds & skill effects settings

14 July 2013 - 04:48 AM

thanks! :rolleyes:

 

hmm...

hard to find it.lol

 

i will try to go through all the files which have names likely related to object.


In Topic: skill sounds & skill effects settings

14 July 2013 - 02:50 AM

thanks for reply :wub:

 

thats true... i would like to know that each skill is related to which .wav file.

i need listen to all the files in data/wav and judge which skill is related? :wacko:


In Topic: NEW CUSTOM HOMUNCULUS using mob spr/act

08 July 2013 - 01:02 PM

@ossi0110

thank you!

 

as you say, i am trying to hex 2012-04-10aRagexeRE so that new custom homunculus can be shown up.

 

i found some codes which is related to homunculus(+ mercenary?); they are from 004800F0 to 0048022F in Address.

 

hmm... need i simply add MER_ARCHANGELING here?

 

i am noob about hexing at all :(


In Topic: Character Creation/Deletion with SQL query

23 June 2013 - 07:47 AM

thank you for reply!

 

i'm so sorry for my poor english...

i'd like to have said "i need to throw queries without npc script."

 

 

to Xgear

 

i modified char.c and solved this problem!

thanks a lot!

 

i added below codes in both parts "make_new_char_sql" & "delete_char_sql".

if( SQL_ERROR == SQL->Query(sql_handle, "INSERT INTO `%s` (`char_id`) VALUES ('%d');", my_db_name, char_id)) {	Sql_ShowDebug(sql_handle);}
if( SQL_ERROR == SQL->Query(sql_handle, "DELETE FROM `%s` WHERE `char_id`='%d'", my_db_name, char_id) ) {	Sql_ShowDebug(sql_handle);}

 

 

to Via

thanks for your kindness regardless of my poor sentence!

your explanation will help me when i need npc scripts that updates my original db.