NooB Question

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
AlucardHS
Posts: 6
Joined: Wed Jan 09, 2008 10:59 pm

NooB Question

Post by AlucardHS »

Ok I am a noob at this but wanted to ask a few questions on some things. Ok well first off no im not making a server I just ave some really cool Ideas to make the sever im on somewhat better. But I want to make the Mod and send it to the Admin to test out. But i don't know how to create Custom NPC Shops. So ill just list off some of my questions or Ideas I wan to have done I should say. Im not making anything new on my own seeing how L2 has a lot of items of its own I can use for certain things.

1. I want to create a Custom NPC Shop kinda like how the Merchant of Manmoth(I dunno if i spelled that right) looks. How can I go by doing that? Basically items to buy on the left and the items you need for it on the right

2. Is it possible to take the Kamael armor the S80 or any armor. And make a new set with a different name and armor stats? I just want that same look but with a different name and armor stats.

3. I want to be able to add a certain drop to mobs. Do I have to do it mob by mob or can I give it to all mobs of a certain LvL. Like all mobs between lvl 61 and 70 drop between 1 to 4 of this item.

4. The same thing with the armor can that be done with the head wear like the Lords Crown and any other head gear?

5. Also I notices that some of the raid Bosses stats are way low. Any way to edit this as well?

6. Also want to edit a few Weapons as well but only the new ones. Just like the same things with the armor. Make a new set with changed stats.

Ok I think thats it for now. Any help would be much appreciated. I just hope this is in the right spot.

Thanks
Shaigan
Posts: 199
Joined: Thu Jan 11, 2007 4:03 pm
Location: France

Post by Shaigan »

1. It's called "multisell". Search for that :P , it's not difficult.

2. This is possible, yes. But for that, you need to edit the client software and this is not allowed.

3. Look in the "droplist" table in phpMyAdmin or in Navicat, you'll see. You can add or remove all drops.

4. Don't understand what you want...

5. A way to edit Raid Bosses is to edit them directly in the "npc" table in phpMyAdmin or in Navicat, searching them by their ID.

6. Same as 2.
Image Image
AlucardHS
Posts: 6
Joined: Wed Jan 09, 2008 10:59 pm

Post by AlucardHS »

1. Multisell Ah thanks for that info.

2. Crap i am trying to avoid doing that to the fullest. Ok so what if i just edit that S80 armor thats already in the shop. Would that still need client editing?

3. ok i found that list thanks.

4. hair items; but seeing how its the same as 2 and 6 ill just wait for the answer to 2 then.

5. ah ok thanks.

whats Navicat? is that the admin panel?
Torvitas
Posts: 164
Joined: Fri Nov 16, 2007 1:44 am

Post by Torvitas »

navicat is a mysql-database Admin-tool.

->here<-
Shaigan
Posts: 199
Joined: Thu Jan 11, 2007 4:03 pm
Location: France

Post by Shaigan »

You can change every stat about armor, everything that is calculated server side. BUT client side, you'll see no change, you'll just experience "stats" modifications, but no graphical change can be made without client mod.

I mean, if you make the pdef of an armor to 5000, the server will calculate with 5000, but you'll see the original number in the tooltip on the client.
Image Image
AlucardHS
Posts: 6
Joined: Wed Jan 09, 2008 10:59 pm

Post by AlucardHS »

oh ok i see. Well I can deal with that. Cause i don't want to touch the client what so ever.

Another question is there a way to change the success rate for scroll type? Like make reg scroll at 75% and blessed scrolls at 90%? or would I have to touch the client for that?

As for now i guess ill work on creating a "Multisell" shop. Hope this is not hard to do.
AlucardHS
Posts: 6
Joined: Wed Jan 09, 2008 10:59 pm

Post by AlucardHS »

another question. Is there a way to take a certain items out of all the players inventory?
Torvitas
Posts: 164
Joined: Fri Nov 16, 2007 1:44 am

Post by Torvitas »

Drop from `items` where `item_id` = itemid

but server should be shutdown for this i guess.
Post Reply