My npcdata editor (rate editor). Vry simple but useful. You don't need to convert the npcdata file to ANSI. Result file will be unicode file.
Printable View
My npcdata editor (rate editor). Vry simple but useful. You don't need to convert the npcdata file to ANSI. Result file will be unicode file.
It gave me error , about one ocx file?
http://img139.imageshack.us/img139/1244/error0kg.th.jpg
Al şu dosyayı system32 ye kaydet. (Türkçe konuşabilirsin.)
eyw kardes :D
RZ pack teki npcdata yi cevirince yine hata veriyor npcler spawn olmuyor , neden kaynaklandigina daha sonra bakicam , guzel program olmus eline saglik.
Diger npcdata lar ile sorunsuz ama RZ nin ki ile sorunlu , cevirdikten sonra hicbir npc spawn olmuyor.
Thx so much man !
Nice work :D .
Bana göndersene o dosyayı allah allah neden olmuyo acep bi bakayım.
I think there is a bug. But this is not my mistake. This is Visual Basic's bug.
Code:
Print Str(0.5)
Result:
".5"
:D This is vry vry bad. I ve write my own code for converting integer to string.
Code:
Print IntToStr(0.5)
Function IntToStr(Number) As String
IntToStr = Trim(Str(Number))
If Left(IntToStr, 1) = "." Then IntToStr = "0" & IntToStr
End Function
Result:
"0.5"
Download the fixed script linked below.
friend please check DROP RATE. because i repeat and the number change,
check 10 all
Great work, TurkSauron, seems to work great, except for drop rate, like palace said. Great share man, this should help with all the people asking how to change the server rates lol.
Sorry for bugs. I ve write this program in 2 hours today. I didn't test drop and spoil. Because i don't want to drop any item except adena. If you enter 0 to drop, it removes all of the drop except adena. :D I think i understand why it doesn't change the drop rate. I ll solve it and put here the next revision of program :D
Fixed drop bug. Version: 1.0.2
Excellent man ;) !Quote:
Originally Posted by turksauron
Thx a lot !
its for all rates??? (adena, xp, sp...)
Yess. Download and try.
Nice job man, Thanks a lot
this share is posible that work c1, c2, c3, but i have karnage release , and for me dont work, the npc disapear.
I am still in the development stages of my l2 server, but this tool seems to edit the npcdata.txt of Karnage's pack perfectly fine. I will check out the reports of it making the npcs disappear.
thx a lot
Same for me.Quote:
Originally Posted by palace
Could anyone post a valid Karnage Pack x3 npcdata? :)
Now, i am writing BuyList editor. Soon i ll add at here. :)
I ve finished buylist editor. Enjoy :D
Sorry, i forgot to change develop time variant:footinmou :D Hehehe.
Fixed file.
I ve fixed a bug :D :sweatdrop
Version: 1.0.1
PS: Don't forget to copy your script directory.