View Single Post
  #2  
Old 05-18-2011, 07:42 PM
rdurbin
Fire Beetle
 
Join Date: Jan 2006
Posts: 16
Default made an update to the program

made an update to my program, the changes are listed below

https://rapidshare.com/files/6025871...est__1.01_.rar

Quote:
Version 1.01 (05/18/2011)
----------------------------------------------------
*split the class box into npctype and class to make it easier to use, (class box will no longer have things like merchant, banker, etc, these will be in npctype instead).

*Added the ability to remove items from a players inventory, you can remove 1 (by slot id) or remove all copies of that item they have (by item id), I am thinking of adding to remove from all players on server, but will probably do it by status, so doesnt remove items from GMs. (removing items will only work if player is offline)

*item info will now display bag slots and weight reduction for bags in players inventory section.

*cleaned up the pop-up item window to make it more readable.

*added an item data tab, right now it lets you search for all items in database and display stats of the item, soon it will allow you to edit the stats

*added the ability to add an item to a players cursor, this will only work if they are signed off, or if they are signed on they can log off and log on and it will be on their cursor.

*added the ability to view some stats from the players profile, like base str, sta, cha, etc, also will display players money on the inventory tab. soon I hope to add the ability to edit these stats, but im being cautious, reading from profile data is safe, but writing can be dangerous.

*added ability to view merchant list for an npc set as merchant, you can also change which merchant list your merchant uses, and view all the items of that merchant list and view the stats of the items, will also let you know how many merchants are using that item list. You can also add items to the merchant (you cant delete items yey, but you will be able to soon), but remember many merchants share the same list, so adding an item from a list will add them to all merchants that share that list (which can be good or bad depending on what you want)
----------------------------------------------------
Reply With Quote