[Realease]Gift of mouth + idea for make money
Ok ! first my idea . you can make donnate section with a gift of mount
Ex: They send money at your adress and when you got the money you send the gift of mounth in it main caracter inventaire.
Instruction:
-your system.mrs with the code
-They pays you
-you add item in database([dbo].[item])(itemID : 12312313)
-They are happy and you too (with your money)
(Roquet Gift)
ItemID : "12312313"
ZItem.xml
Code:
<!-- Gift : Magazine = 4 ea ///////////////////////////////////////////////////////////////////// -->
<ITEM id="12312313" name="STR:ZITEM_DESC_7777777" mesh_name="rocketlauncher02" totalpoint="0"
type="range" res_sex="a" res_level="10" slot="range" weapon="rocket" weight="30" bt_price="2000"
delay="500" damage="999" ctrl_ability="50" magazine="9" maxbullet="81" reloadtime="3"
slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
desc="STR:ZITEM_NAME_7777777" />
(ShootGun gift)
itemID : "123123132"
Zitem.xml
Code:
<ITEM id="123123132" name="STR:ZITEM_NAME_7777777" mesh_name="shotgun07" totalpoint="0" type="range"
res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="2000"
delay="1000" damage="30" ctrl_ability="100" magazine="5" maxbullet="20" reloadtime="5"
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" snd_reload="we_shotgunpa_reload"
snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7777777"
effect_id="7" />
(Pistol Gift)
ItemID : "123123133"
Zitem.xml
Code:
<ITEM id="123123133" name="STR:ZITEM_NAME_7777777" mesh_name="pistol08" totalpoint="0" type="range"
res_sex="a" res_level="42" slot="range" weapon="revolver" weight="8" bt_price="2000"
delay="360" damage="70" ctrl_ability="50" magazine="6" maxbullet="48" reloadtime="8"
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="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_7777777"
effect_id="3" />
(Smg Gift)
ItemID : "123123134"
Zitme.xml
Code:
<ITEM id="123123134" name="STR:ZITEM_NAME_7777777" mesh_name="smg03x2" totalpoint="0" type="range"
res_sex="a" res_level="48" slot="range" weapon="smgx2" weight="28" bt_price="2000"
delay="95" damage="30" ctrl_ability="90" magazine="32" maxbullet="160" reloadtime="5"
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" snd_reload="we_smg_reload"
snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7777777"
effect_id="6" />
Strings.xml
Code:
<STR id="ZITEM_NAME_7777777">Cadeau du mois</STR>
<STR id="ZITEM_DESC_7777777">This is your Gift</STR>
if you want have cash : dont put the gift in shop .