Jump to content

Techno Vicking

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Italy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Techno Vicking's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. You mean opening my data.grf and looking for npcidentity there? I did found a NPCIdentity.lub there, but I don't know what to do with it e.e Is there any way to do what I wanted to do? hmmm, ic, thanks a lot!
  2. So I was trying to do something pretty simple, I wanted, for example, change Poring's sprite with a Lunatic sprite, I was messing with mob_db and the only thing I couldn't change was the monster sprite. I saw that there are ways to use GRF editor to do it but I'd like to ask if there is any easier way to do it, by just changing a txt file. ----Example of what I tried to do: 1002,PORING,Poring,Poring,1,60,1,27,20,1,8,1,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 Take that line and change to: 1002,LUNATIC,Lunatic,Lunatic,1,60,1,27,20,1,8,1,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 The name would change but the sprite was still the same.
  3. Yes I changed it in re database, and my friend that bought the server told me that the client is 20151104, was it what you mean?
  4. Ok ok, I tried adding cold bolt to SM with this [JOBID.JT_SWORDMAN] = { [1] = SKID.SM_SWORD, [2] = SKID.SM_RECOVERY, [3] = SKID.SM_BASH, [4] = SKID.SM_PROVOKE, [5] = SKID.SM_AUTOBERSERK, [6] = SKID.SM_MOVINGRECOVERY, [8] = SKID.SM_TWOHAND, [10] = SKID.SM_MAGNUM, [11] = SKID.SM_ENDURE, [12] = SKID.SM_FATALBLOW, [13] = SKID.MG_COLDBOLT }, and I did the same thing as you with the Sorcerer [JOBID.JT_SORCERER] = { [0] = SKID.SO_VACUUM_EXTREME, [1] = SKID.SO_STRIKING, [2] = SKID.SO_ELECTRICWALK, [3] = SKID.SO_EL_ANALYSIS, [4] = SKID.SO_CLOUD_KILL, [5] = SKID.SO_WARMER, [6] = SKID.SO_EARTHGRAVE, [7] = SKID.SO_SPELLFIST, [8] = SKID.SO_DIAMONDDUST, [9] = SKID.SO_VARETYR_SPEAR, [10] = SKID.SO_EL_CONTROL, [11] = SKID.SO_POISON_BUSTER, [12] = SKID.SO_FIREWALK, [13] = SKID.SO_ARRULLO, [14] = SKID.SO_PSYCHIC_WAVE, [15] = SKID.SO_SUMMON_AQUA, [16] = SKID.SO_SUMMON_VENTUS, [17] = SKID.SO_EL_SYMPATHY, [18] = SKID.SO_EL_ACTION, [19] = SKID.SO_SUMMON_AGNI, [20] = SKID.SO_SUMMON_TERA, [22] = SKID.SO_WATER_INSIGNIA, [23] = SKID.SO_WIND_INSIGNIA, [24] = SKID.SO_EL_CURE, [26] = SKID.SO_FIRE_INSIGNIA, [27] = SKID.SO_EARTH_INSIGNIA, [31] = SKID.SO_ELEMENTAL_SHIELD, [41] = SKID.ALL_FULL_THROTTLE, [42] = SKID.WL_CHAINLIGHTNING }, On the server side I made this: //Swordman 1,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 1,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 1,2,10,0,0,0,0,0,0,0,0,0,0 //SM_SWORD#Sword Mastery# 1,3,10,2,1,0,0,0,0,0,0,0,0 //SM_TWOHAND#Two-Handed Sword Mastery# 1,4,10,0,0,0,0,0,0,0,0,0,0 //SM_RECOVERY#Increase HP Recovery# 1,5,10,0,0,0,0,0,0,0,0,0,0 //SM_BASH#Bash# 1,6,10,0,0,0,0,0,0,0,0,0,0 //SM_PROVOKE#Provoke# 1,7,10,5,5,0,0,0,0,0,0,0,0 //SM_MAGNUM#Magnum Break# 1,8,10,6,5,0,0,0,0,0,0,0,0 //SM_ENDURE#Endure# 1,144,1,0,0,0,0,0,0,0,0,0,0 //SM_MOVINGRECOVERY#Moving HP-Recovery# 1,145,1,0,0,0,0,0,0,0,0,0,0 //SM_FATALBLOW#Attack Weak Point# 1,146,1,0,0,0,0,0,0,0,0,0,0 //SM_AUTOBERSERK#Auto Berserk# 1,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby# 1,14,10,0,0,0,0,0,0,0,0,0,0 //MG_COLDBOLT#Cold Bolt# and for sorcerer i just added this 4074,2214,5,0,0,0,0,0,0,0,0,0,0 //WL_CHAINLIGHTNING#Chain Lightning# like I did with cold bolt.
  5. I manage to find the file now, thanks a lot man xD I`ve just tried to do what you suggest in your first post, but still nothing, I changed my skilltree.txt and skilltreeview.lub, I even tried to copy and paste your example but nothing xD Any idea on what it could be?
  6. Hmm, my luafiles514 is actually in the System folder, not on the Data folder, and the only things that are inside it are MsgString and OptionInfo, and they have just 2KB and 3KB :/ I tried searching for skilltreeview on all my computer but it didn`t find anything with that name T.T
  7. @crazyarashi I manage to add the skill in the server database, my problem is in the client, I can`t manage to find the skilltreeview.lua/lub, there isn`t anything similar to that. Isn`t it a problem that I`m on a RE based server? Or should I have some kind of program to do that? I`m really lost about all that stuff xD. And one last thing, when you said about the customes, you sent me this Those strange symbols aren`t a problem? Anyway, thanks a lot man
  8. Hey, I would like to know if it is possible to create new Jobs from scratch in RE servers, or if it is possible to change at least the skills that a Job have. Also, I`d like to know how to add the new customes from jRO, I`ve download a costumes.grf from Haziel but I don`t have a clue on what to do now ahaha. Thanks everyone.
×
×
  • Create New...