[GER/EN] Client Modding

08/09/2019 16:08 FI0w#16
Quote:
Originally Posted by FI0w View Post
Tomorrow i will add new Tutorial for:

Add full new Item(with Sprites done by client and Icons done by Google because i'm uncreative as hell)

Sorry. I forgot it tomorrow all will come.
I'm so sorry :C Thanks to @[Only registered and activated users can see links. Click Here To Register...] to remind me
Since I was to lazy for a Guide I done a tool for it check the first Post.

Even Onex Explorer got a Update it Support now 3D models!

~You have Guides/Tutorials for something? Send me a PM
08/28/2019 20:25 ~Teiko~#17
Anyone knows this old tool too ?

It changed the shining from the weapons couldnt we look on the old pointers which the tool used ? ( i tested it back in the days)

[Only registered and activated users can see links. Click Here To Register...]
09/07/2019 15:27 pauvm1618#18
How can I add NRUN to an NPC?
09/07/2019 16:15 FI0w#19
Quote:
Originally Posted by ~Teiko~ View Post
Anyone knows this old tool too ?

It changed the shining from the weapons couldnt we look on the old pointers which the tool used ? ( i tested it back in the days)

[Only registered and activated users can see links. Click Here To Register...]
Basicly yes. But to get old Pointer you need to remove UPX
Quote:
Originally Posted by pauvm1618 View Post
How can I add NRUN to an NPC?
npctalk.dat

example:

b zts3677e . shopping 3 0
b zts7087e . n_run 14 0
b zts3678e . n_talk 1 0
b zts16037e . n_talk 8 0&@
b zts16038e . n_talk 7 0&@
b zts4759e . n_run 3000 0
b zts4760e . n_talk 100 0
s 1
c <sound=100>
c <img=5001>
c zts14e
c <end>
09/08/2019 21:38 FI0w#20
Someone who has a good pattern/pointer to current player obj for nostale?
09/13/2019 22:21 AlexitoG23#21
How i can change the orange stats in a Wings buff and equipment
09/14/2019 12:37 Kravos#22
Bcards and item.dat
09/30/2019 15:39 Neliyah#23
Really usefull ty! :D
11/11/2019 07:46 AlexitoG23#24
Someone can help my with Raid members modding?
11/12/2019 15:13 Kravos#25
Do you want do modify the players or what?
07/07/2020 14:45 FI0w#26
Latest Update for Item-Tool(It had few Issues with few Item.dat's)

It should work now for every NosTale Game without Care the Version of it.

Code:
v0.5.1.1: 
              Updated Ko-Fi link by PayPal
              Updated Load Items
              Updated to newer version of Qt
              Better Error Handling.
10/05/2020 10:45 imXeno#27
Here's a link to a simple guide on how to change the game splash:
[Only registered and activated users can see links. Click Here To Register...]
08/25/2021 16:02 AtlasBey#28
Can you create a new item and link it to new sprites/animations?
08/25/2021 20:59 Limoo#29
Quote:
Originally Posted by AtlasBey View Post
Can you create a new item and link it to new sprites/animations?
What do you mean?

If you want to create a new SP with his sprites you have to export these files:
Item.dat from NStgdData
_code_xx_Item.txt from NSlangData

Open the _code_xx_Item.txt file and add:
zts[UNIQUE_NUMBER]e [TAB] [ITEM_NAME]
zts[UNIQUE_NUMBER+1]e [TAB] [DESCRIPTION_NAME]

For the unique number you can take the last value and add 1, for scruple you can check if it's not used anywhere else.

Open the item.dat file and duplicate an SP item (VNUM 901 for example) from #==== to END.
Change NAME zts with zts[UNIQUE_NUMBER]e and last zts (before END) with zts[UNIQUE_NUMBER+1]e
Change INDEX 5th values with the Icon ID.
Change INDEX 6th values with the morph ID.
Change the other values to get the desired result.

The Icon ID can be found in another file, NSipData
The morph ID can be found in another file, NSppData
09/18/2021 12:01 Rajmund1337#30
[Only registered and activated users can see links. Click Here To Register...]
Fast itempicker (with all language support)
Also there is API endpoint to get item icons (you can use it on own websites to show item icons knowing only itemid)
Fell free to use