Jump to content

Thrusteris

Members
  • Posts

    9
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Thrusteris

Profile Information

  • Gender
    Male
  • Country
    Afghanistan

Recent Profile Visitors

452 profile views

Thrusteris's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. This can be locked, after a bit of research and java lessons, fixed everything, and it works. Thanks for thoose who tried to help.
  2. Hi guys, I want to make so that when custom tattoo's are enchanted, for each enchant the stats would gradualy increase. I want the stats look like this for example : (IF Max enchant is +16, and each enchant gives +12 p.atk. so when tattoo is +16 it should give +192 P.Atk. [12*16=192] ) But now it's just multiplying the stats like this : (IF Tattoo is +1 it adds only about +4~6 p.atk. and when tattoo is about +6 it allready gives more than +192 p.atk.) I used : <enchant val='12' order='0x0C' stat='pAtk'/>. What's the problem here ?
  3. Hey guys! So I'm currently having problems with FileEdit. Chronicle : Interlude I'm currently just making a server, just for fun to play with my friends, and I'm having an issue.. I added custom items to the server : (Armors and Weapons) Added the custom info and data to client and server sides, but I got stuck on "itemname-e.dat)" I tried everything from : 1. Downloading a clean system, re-adding the custom info to the files (itemname-e.dat, armorgrp.dat" *DID NOT WORK* 2. Edited every each custom item line in "itemname-e.dat" From the "ID" tab to "special_enchant_desc" tab. *WORKED ONLY FOR SOME ITEMS, MANY OF THEM LEFT WITH "NoItemName"* 3. Adding every last bit of info from "itemname-e.dat" that I downloaded with the custom files, to Microsoft Office Excel and tried to find if there's any problems like : tabs or spacings. Fixed a bit.. And... *DID NOT WORK* 4. Then I gave up with the old custom's and even tried to add other NEW custom items *SURPRISINGLY DID NOT WORK EITHER* The problem is that when I try to encrypt the file "itemname-e.dat" after new info has been added, It just shows me an error saying... And no matter what I do, I cannot add any more custom item info to the client side, any ideas why ? Here's the "armorgrp.dat" code : *IF YOU EVEN WANT TO LOOK AT IT CUZ IT'S WORKING FINE AND THE ID'S MATCH EACH OTHER WITH "ITEMNAME-E* And here's the "itemname-e.dat" custom lines: Any Ideas ? EDIT : FIXED AFTER A FEW HOURS OF INVESTIGATION.. LOCK PLEASE...
  4. Oh god.. There's no way for me to do this now, I guess I will stop fiddling with eclipse before I break anything, Guys, thanks for the info now, I will save everything you wrote and leave it for later. Time for me to watch some tutorials of Eclipse editing, cuz I had no idea what I was doing.. :D
  5. Found this, can I change anything in this file ?
  6. Any info or links to where I can find a tutorial on how to de-compile .jar files and after I'm done editing them to compile them again ?
  7. Hey guys. So I wanted to ask about this NPC that I found in one (pre-configured) pack (Excess to be exact), I added it to my own server, but I don't understand how do I change/edit the info on this NPC, like remove or add RaidBoss info. This NPC has an id of 93000. And this is what I get when I open 93000.xml in the directory of ->gameserver/data/html/default/93000.xml It's clearly not the right code for the one I see in game. I saw this line : I searched everywhere, for whole 3 to 4 hours, for smth called "raidinfo", and nothing. Correct me if I'm wrong, but I think that I need to fiddle with JAVA files in order to change the RBInfo list ? If so, can anyone tell me how to do it? BTW.. I'm still a newbie with coding JAVA files, so if it's hard to change anything, I may let this one slide, and go on without it. EDIT: I know that in the second screenshot the opened file is called 90001.xml, It's just because I renamed it to check if the NPC will fail to show anything at all like html is missing or smth.. But it didn't work Using L2jFrozen. Chronicle - Interlude.
  8. Hi guys. So I need some help with multisell, I started creating a server, just for fun, and I made some custom files (like armor, weapons, accessories... all default in game items, just changed the stats a bit), made a custom gm shop, with multisell files and all, but I wondered how other server developers make that when you buy (let's say 1 lvl Bow) and when you decide to buy a second level weapon, the multisell shows the player ONLY the 2 lvl Bow and NOT the other 2lv weapons like (dagger's, dual's, sword's, blunt's and all other weapons...) But if the player doesn't even have the 1st level weapon, the multisell would show an empty list with no items in the shop. So basically what I've been searching for is probably called an Upgrade Shop or smth, but still, could't find any info about that anywhere.. Can maybe anyone share with me a multisell file or the code it self, so that I would know how it's done ? (excuse my bad English skills, i tried my best, hope you understand what I meant to say) EDIT: BTW I'm using L2jFrozen, Interlude..
×
×
  • Create New...