Jump to content
  • 0

helpMalangdo Cat Paw Merchants - A Comerce System


sipemula

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   0
  • Joined:  07/13/15
  • Last Seen:  

i have question about this script

Quote

You can install the npc normally like any other npc, just pay attention that in the end of the script, have some codes you must place at db/yourrenewal/item_db.txt and db/yourrenewal/item_avail.txt files, so the npc works correctly and your players doesn't get unknown apples in their inventory.

im paste code at rathena/db/item_db.txt then rathena/db/item_avail.txt now item skill Unknow how fix that ?

Note :

rathena = my ragnarok server file

Link to comment
Share on other sites

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

you don't need the  item avail

 

now everything good you will need to use the files in your client or add new files

//in the iteminfo.lua

so here

unidentifiedResourceName = "사과",

and here

identifiedResourceName = "사과",

 

the 사과 = the file name

you may find the files in your data.grf

the photo in the inventory

사과.bmp in data\texture\유저인터페이스\item\

and  the photo when you right click on the item

사과.bmp in data\texture\유저인터페이스\collection\

you can use the photos that already in your client 

this 사과 is the files of the (apple)

you can add your own files just add the icon in data\texture\유저인터페이스\item\ and the right click in data\texture\유저인터페이스\collection\ inside your grf

they must be .bmp 24bit 75x100 for collection

and .bmp 8bit 24x24 for item

they must be the same name (you can name them in english)

 

example:

unidentifiedResourceName = "my_apple",

identifiedResourceName = "my_apple",

so in this case there must be in the grf

data\texture\유저인터페이스\item\my_apple.bmp

data\texture\유저인터페이스\collection\my_apple.bmp

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   0
  • Joined:  07/13/15
  • Last Seen:  

i think this script not like other scrip just download seting remove // at custom npc done Lol, >.< but i like it so i can learning about this, then if work or have error i will tell you again :D

 

Now my Problem Resolove :D if any ppl have error too please read this tread ^^ it will help you :D

And Big Thank For :
1. nakano15 for make this scrip
2. @sader1992 for Help me Make this scrip runing very well ^^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   0
  • Joined:  07/13/15
  • Last Seen:  

now i have question, how to change time reset ?

Edited by sipemula
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...