Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to send an item manually

Junior Spellweaver
Joined
Nov 20, 2017
Messages
146
Reaction score
19
Hey Ragezone,
Many people don't have a control panel, so I'll do this little tutorial so you can send items to your account or character.
Let's start by sending to the account:

1 - open your SQL
2 - go to GunzDB
3 - go to Tables and open dbo.AccountItem

You'll see something like this:

TSYAnC5 - How to send an item manually - RaGEZONE Forums

Now we will fill out

In
AIID don't need to put anything;
In
AID enter the account number you want to send the item (if you do not know, go to the dbo.Account table and you will see in the first column a number, this will be it!);
In
ItemID put the ID of the item you want;If you don't know the ID, do this:

Go to your
zitem.xml (it stays inside the system.mrs)

you'll see something like:

PHP:
<ITEM id="1111116" name="Fantasy Item 1" mesh_name="item" iscashitem="true" totalpoint="0" type="custom" res_sex="a" res_level="0" slot="custom" weapon="frag" weight="0" bt_price="0" delay="500" damage="100" ctrl_ability="20" magazine="99999" reloadtime="1" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 1" snd_fire="we_grenade_fire" maxbullet="99999" />
<ITEM id="1111117" name="Fantasy Item 2" mesh_name="item" iscashitem="true" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0" delay="800" damage="80" ctrl_ability="50" magazine="9999" reloadtime="1" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 2" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire" maxbullet="99999" />
<ITEM id="1111118" name="Fantasy Item 3" mesh_name="item" iscashitem="true" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="0" bt_price="0" delay="900" damage="12" ctrl_ability="100" magazine="9999" reloadtime="1" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 3" snd_reload="we_shotgunpa_reload" snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" maxbullet="99999" effect_id="7" />
<ITEM id="1111119" name="Fantasy Item 4" mesh_name="item" iscashitem="true" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="0" bt_price="0" delay="900" damage="12" ctrl_ability="100" magazine="9999" reloadtime="1" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 4" snd_reload="we_shotgunpa_reload" snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" maxbullet="99999" effect_id="7" />

Put the number of <ITEM id="
number">

Now just hit enter.
If you want to send with time, for example 5 hours, in the column RentHourPeriod place 5;
In
RentDate just put 00:00.

If you fill in correctly, you'll get something like this:

gUO7nbG - How to send an item manually - RaGEZONE Forums

Now just check your storage! :eek:tt1:


-----------------

To send to the equipment:
1 - open your SQL
2 - go to GunzDB
3 - go to Tables and open dbo.CharacterItem

You'll see something like this:
jEnOmDx - How to send an item manually - RaGEZONE Forums

In CIID don't need to put anything;
In
CID put your character number (If you do not know, go to dbo.Character and small the CID of the character you want);
In
ItemID put the number of the item if u want.
Now just check your equipment (this process needs to rejoin lobby):love:


If there is any similar tutorial, I'm sorry I did not find it.
 

Attachments

You must be registered for see attachments list
Last edited:
The Sky's the Limit ^_^
Joined
Jul 3, 2010
Messages
722
Reaction score
58
Ok cool, but a few points you didn't mention:

- Account Items can only be sent to storage if it is a cash item
- Account items appear automatically, you don't need to relog for it.

Other than that, cool.
 
Newbie Spellweaver
Joined
May 8, 2020
Messages
6
Reaction score
0
¿Cómo puedo enviar artículos a todas las cuentas? o al registrarse?
 
I'm retired, I'm already
Banned
Joined
Oct 3, 2011
Messages
832
Reaction score
155
¿Cómo puedo enviar artículos a todas las cuentas? o al registrarse?

mssql_query("INSERT INTO AccountItem ([AID], [ItemID], [RentDate], [RentHourPeriod], [Cnt])VALUES('".$aid."', '500000', GETDATE(), '168', '1')"); // 7 Days



Hey Ragezone,
Many people don't have a control panel, so I'll do this little tutorial so you can send items to your account or character.
Let's start by sending to the account:

1 - open your SQL
2 - go to GunzDB
3 - go to Tables and open dbo.AccountItem

You'll see something like this:

TSYAnC5 - How to send an item manually - RaGEZONE Forums

Now we will fill out

In
AIID don't need to put anything;
In
AID enter the account number you want to send the item (if you do not know, go to the dbo.Account table and you will see in the first column a number, this will be it!);
In
ItemID put the ID of the item you want;If you don't know the ID, do this:

Go to your
zitem.xml (it stays inside the system.mrs)

you'll see something like:

PHP:
<ITEM id="1111116" name="Fantasy Item 1" mesh_name="item" iscashitem="true" totalpoint="0" type="custom" res_sex="a" res_level="0" slot="custom" weapon="frag" weight="0" bt_price="0" delay="500" damage="100" ctrl_ability="20" magazine="99999" reloadtime="1" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 1" snd_fire="we_grenade_fire" maxbullet="99999" />
<ITEM id="1111117" name="Fantasy Item 2" mesh_name="item" iscashitem="true" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0" delay="800" damage="80" ctrl_ability="50" magazine="9999" reloadtime="1" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 2" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire" maxbullet="99999" />
<ITEM id="1111118" name="Fantasy Item 3" mesh_name="item" iscashitem="true" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="0" bt_price="0" delay="900" damage="12" ctrl_ability="100" magazine="9999" reloadtime="1" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 3" snd_reload="we_shotgunpa_reload" snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" maxbullet="99999" effect_id="7" />
<ITEM id="1111119" name="Fantasy Item 4" mesh_name="item" iscashitem="true" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="0" bt_price="0" delay="900" damage="12" ctrl_ability="100" magazine="9999" reloadtime="1" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" desc="Fantasy Item 4" snd_reload="we_shotgunpa_reload" snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" maxbullet="99999" effect_id="7" />

Put the number of <ITEM id="
number">

Now just hit enter.
If you want to send with time, for example 5 hours, in the column RentHourPeriod place 5;
In
RentDate just put 00:00.

If you fill in correctly, you'll get something like this:

gUO7nbG - How to send an item manually - RaGEZONE Forums

Now just check your storage! :eek:tt1:


-----------------

To send to the equipment:
1 - open your SQL
2 - go to GunzDB
3 - go to Tables and open dbo.CharacterItem

You'll see something like this:
jEnOmDx - How to send an item manually - RaGEZONE Forums

In CIID don't need to put anything;
In
CID put your character number (If you do not know, go to dbo.Character and small the CID of the character you want);
In
ItemID put the number of the item if u want.
Now just check your equipment (this process needs to rejoin lobby):love:


If there is any similar tutorial, I'm sorry I did not find it.

This method is old, for that there is a panel which can add up to the number of days.
 

Attachments

You must be registered for see attachments list
The Sky's the Limit ^_^
Joined
Jul 3, 2010
Messages
722
Reaction score
58
mssql_query("INSERT INTO AccountItem ([AID], [ItemID], [RentDate], [RentHourPeriod], [Cnt])VALUES('".$aid."', '500000', GETDATE(), '168', '1')"); // 7 Days





This method is old, for that there is a panel which can add up to the number of days.

You mean the old and insecure panel release on RaGEZONE over 10 years ago?
 
Back
Top