Jump to content

Recommended Posts

Posted

Hi guys,I thought about creating a guide for GMshop.

 

Ok first of all,you must create your npc. PART I

 

1)Open your Navicat.

2)Open table npc.

3)Ok it has to be a monster.Let's try it out with Zaken.

4)Press the + at the bottom of the navicat.Means to add an npc.

5)Then you see a line without text.In the field id put your own id ex.95012.None of the npcs should have this number.

6)Id template same as Zaken's 13099.Or another what you want but remember it has to be a monster.

7)Field name-your desired name example Ntourim.

8)Server side name,leave it 0.

9)Title,put your own title.

10)Serversidetitle leave it 0.

11)Class put the same as your monster.LineageMonster.zaken_tr <--example.

12)collision_radius,collision_height,level and sex put the same as your monster.

13)Type put L2Merchant

14)From attackrang to the end which is drop_herbs put exactly the same stats as your monsters.

 

~Now if you want you can open your server and spawn your npc and see your progress.~

 

PART II

 

1)Go to your server/data/html/merchant

2)You see some numbers like 13128,13128-bought,13128-sold.The 13128 means that when you open your gmshop what do you want to say.

The 13128-bought means that when you buy something what do you want to say and 13128-sold when you sold something what do you want to say.

3)Now copy paste into the same folder,those 13128,13128-bought or 13128-sold or anothers numbers if you want.

4)Rename it as the npc id you created example 95012.All the three of them 95012,95012-bought,95012 sold.

5)By opening them with notepad you can edit what they say.

6)Open Navicat again.

7)Open table merchant_shopids.

8)In shop_id put a number of your choise.I suggest 95012 as your npc you created.

9)In npc_id 95012 you must put the id of your npc example 95012.

10)Go back where you were into merchants folder and open with notepad 95012 html.

11)Find this line<a action="bypass -h npc_%objectId%_Buy 310000555">Buy</a><br>.<---Change the number to 95012.

The number 95012 means that is connected with the shop_id we put before in Navicat.

12)Open 95012-bought find the line <a action="bypass -h npc_%objectId%_Buy  310000555">Buy</a><br>.<---Change the number to 95012.

13)Open 95012-sold find the line <a action="bypass -h npc_%objectId%_Buy  310000555">Buy</a><br>.<---Change the number to 95012.

 

PART III

(Be very careful as you edit those fields.)

1)Open Navicat

2)Open table merchant_buylists.

3)item_id put the id of your selling product.example 6580<--Tallum Dark Legions(Dual Swords S grade).

4)Price,put your price.

5)Shop_Id Put the id of your npc.example 95012

6)Order means in what kind of line you want your item.As it your first item put 1.That means when you open the Gmshop the first item you see would be the dual swords.

When you add another item do exactly the same only put in order number 2,that means it would be the 2nd item,next to dual swords and so on.

7)count means how much you want to buy each time.Example since we put duals let's put 1.

8)CurrentCount the same as count.Example we put 1.

9)time and savetime leave it 0.

 

~Enjoy your npc~

 

A little explanation about prices.

1000000000<-The ten numbers means 1 billion in adenas

100000000<-The nine numbers means millions in adenas.

Tip

Be careful with the prices,don't put 11 numbers or more.In order to have a normal gameplay think of the clans that would capture a castle and raise the tax.So don't put extremely high numbers.

  • 1 month later...
Posted

Ok very good guide. I want to ask something. Where can i change the sell price of an item. Cause if i put 0 aden as a price someone could sell it for half the price that it was original. And make a profit

  • 3 weeks later...
  • 1 year later...
Posted

Hi guys,I thought about creating a guide for GMshop.

 

Ok first of all,you must create your npc. PART I

 

1)Open your Navicat.

2)Open table npc.

3)Ok it has to be a monster.Let's try it out with Zaken.

4)Press the + at the bottom of the navicat.Means to add an npc.

5)Then you see a line without text.In the field id put your own id ex.95012.None of the npcs should have this number.

6)Id template same as Zaken's 13099.Or another what you want but remember it has to be a monster.

7)Field name-your desired name example Ntourim.

8)Server side name,leave it 0.

9)Title,put your own title.

10)Serversidetitle leave it 0.

11)Class put the same as your monster.LineageMonster.zaken_tr <--example.

12)collision_radius,collision_height,level and sex put the same as your monster.

13)Type put L2Merchant

14)From attackrang to the end which is drop_herbs put exactly the same stats as your monsters.

 

~Now if you want you can open your server and spawn your npc and see your progress.~

 

PART II

 

1)Go to your server/data/html/merchant

2)You see some numbers like 13128,13128-bought,13128-sold.The 13128 means that when you open your gmshop what do you want to say.

The 13128-bought means that when you buy something what do you want to say and 13128-sold when you sold something what do you want to say.

3)Now copy paste into the same folder,those 13128,13128-bought or 13128-sold or anothers numbers if you want.

4)Rename it as the npc id you created example 95012.All the three of them 95012,95012-bought,95012 sold.

5)By opening them with notepad you can edit what they say.

6)Open Navicat again.

7)Open table merchant_shopids.

8)In shop_id put a number of your choise.I suggest 95012 as your npc you created.

9)In npc_id 95012 you must put the id of your npc example 95012.

10)Go back where you were into merchants folder and open with notepad 95012 html.

11)Find this line<a action="bypass -h npc_%objectId%_Buy 310000555">Buy</a><br>.<---Change the number to 95012.

The number 95012 means that is connected with the shop_id we put before in Navicat.

12)Open 95012-bought find the line <a action="bypass -h npc_%objectId%_Buy  310000555">Buy</a><br>.<---Change the number to 95012.

13)Open 95012-sold find the line <a action="bypass -h npc_%objectId%_Buy  310000555">Buy</a><br>.<---Change the number to 95012.

 

PART III

(Be very careful as you edit those fields.)

1)Open Navicat

2)Open table merchant_buylists.

3)item_id put the id of your selling product.example 6580<--Tallum Dark Legions(Dual Swords S grade).

4)Price,put your price.

5)Shop_Id Put the id of your npc.example 95012

6)Order means in what kind of line you want your item.As it your first item put 1.That means when you open the Gmshop the first item you see would be the dual swords.

When you add another item do exactly the same only put in order number 2,that means it would be the 2nd item,next to dual swords and so on.

7)count means how much you want to buy each time.Example since we put duals let's put 1.

8)CurrentCount the same as count.Example we put 1.

9)time and savetime leave it 0.

 

~Enjoy your npc~

 

A little explanation about prices.

1000000000<-The ten numbers means 1 billion in adenas

100000000<-The nine numbers means millions in adenas.

Tip

Be careful with the prices,don't put 11 numbers or more.In order to have a normal gameplay think of the clans that would capture a castle and raise the tax.So don't put extremely high numbers.

 

wtf is this for C4 server? this is all wrong......

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Please note:i will provide you with forum address for registration once buyer sends money(my commission) to forum guarantor's payment details. You can register on forum in any day and in any time,which are convenient for you,send code word in private message to forum guarantor(you will receive code word from buyer). If buyer does not purchase your product,you will need to wait private message(answer) from forum guarantor to compare code word. I will invite you in "forum deal". I will add your name,which you registered on forum,in "forum deal". Then you write in "forum deal": "buyer did not purchase product" and add code word(you will have this right according to clause in forum questionnaire). Forum guarantor will refund buyer((in full amount). If buyer purchases your product,buyer notifies forum guarantor and forum guarantor will send money to my payment details.   Sports exercise machines,jacuzzi,building materials,cosmetics,perfumes,shoes,clothing,furniture,bags,televisions,music centers,telephones,laptops,tablet computers,refrigerators,washing machines,microwaves,fans.  
    • Here is a L2JMobius Classic Interlude FULL server. The share includes full server source+datapack, patch, interface and the P110 client. The original build is L2JMobius. However it was bought from a user called "ClassicLude (https://classic-lude.org/)" which is also a huge scammer, selling free Mobius files for $500. I could not believe someone actually bought this, yet here we are.    Unfortunately the admin is a scammer and refused to pay his remaining balance of over $150 to me since he is too busy "working for Bill Gates" and opening the next big mega mall in ChatGPT city therefore not having enough money. The server itself garnered a massive 30 players so I can't really tell you if this is usable. Knowing its backstory and that it is Mobius based i can surmise that it is NOT suitable for serious users. This build is the result of typical AI slop and vibecode "admins" thinking they just "one shotted L2J" because they discovered how to prompt an agent.   I have made the following changes, some of which were regrettably butchered by the admin after he discovered how to download Cursor. Not much more was done due to the absolute displeasure and misery of having to work on a Mobius server.   - Updated files to JDK 22 - Added l2 reborn community board - Added preview system for skins including mounts/agathions - Added AIO npc (buffer/store/teleporter) - Added QuickVar system - Added Ranking system (pvp/pk/online/level and moar) - Added raid boss list on community board - Added drop search+shift click with itemtooltip on community board and npc - Added l2 reborn styled flash windows and window borders and L2UI_CT1 - Added custom donate coin icon in the store swf - Fixed some random bugs like Hot Springs monsters not giving the disease     Links Source+Datapack: https://drive.google.com/file/d/1uMaTzSxKtnLxXC-VoZyHYW_OXq7Oof5L/view?usp=sharing Interface+Compiler+Client tools: https://drive.google.com/file/d/14IJWyYSDOjMycHnJ749H9dRXuv2JeYK3/view?usp=sharing Full Client: https://drive.google.com/file/d/1P7Yd9wI0XcWlLMFDPSdfTZgWhW_9JEii/view?usp=sharing
    • I logged in with this system, maybe its the patch shared by greenhope i don't remember i just downloaded it because i love C3 but no l2j or l2off c3 is good everything is buggy and this one too, also it has no geodata and i don't know if it has geoengine because i didn't see the config for it in the config folder. If someone had the latest l2jvn maybe it could be more stable but i don't think so at least without the source, if someone has it to share it that would be good  https://www.mediafire.com/file/mzodnsyi9qn4ap7/patch+560+for+c3.rar/file
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..