RPGMakerID
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Komunitas RPG Maker Indonesia
 
IndeksIndeks  Latest imagesLatest images  PencarianPencarian  PendaftaranPendaftaran  Login  
Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

 

 [XP/VX/ACE] Simple Rubbish System.

Go down 
5 posters
PengirimMessage
Lukas
Senior
Senior
avatar


Level 5
Posts : 618
Thanked : 22

[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 21:02

Simple Rubbish System.
Versi: 1
Tipe: System.


Pengenalan

iseng, script ojekan pribadi yg ga slese².
di perbarui dan saya share :D
important, gak tau di ACE jadi apa engga.
tp kemungkinan besar jadi. (saya liat help file vx ace).
klo ga jadi report ya. :v


Fitur


  • Buang semua items sampah.




Screenshots
how to make :
versi 1
buat event, tulis script :
buang
versi 1.1
buat event, tulis script :
sampah = [1,2,3] < atur itemnya di sini.
buang
[XP/VX/ACE] Simple Rubbish System. Rubbishystem


Demo

nothing,


Scripts
vaersi 1
http://dl.dropbox.com/u/71716232/simple%20rubbish%20system.txt
versi 1.1
http://dl.dropbox.com/u/71716232/simple%20rubbish%20system1.txt


Credits


  • Lukas
  • LiTTleDRAgo more usefull. :v


Q : ini pake event jg bisa.
A : monggoh, pake event aja. :D
Q : ini script gak guna
A : :fa:

[XP/VX/ACE] Simple Rubbish System. 88x31
Simple Rubbish System. by Lukas Cahyadi Gunawan is licensed under a Creative Commons Attribusi-NonKomersial 3.0 Unported License.


Terakhir diubah oleh Lukas tanggal 2012-05-18, 06:41, total 1 kali diubah
Kembali Ke Atas Go down
Nefusa 7
Senior
Senior
Nefusa 7


Level 5
Posts : 954
Thanked : 6
Engine : RMXP
Skill : Intermediate
Type : Scripter

[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 21:04

ini script gunanya buat apa? :o
Buang semua items sampah ? :swt:

Nach.. :v
gag tau gw :v
yang penting =w=b
Kembali Ke Atas Go down
https://nefusa.my.id/
LowlingLife
Administrator
Administrator
LowlingLife


Kosong
Posts : 2000
Thanked : 25
Engine : Multi-Engine User

Trophies
Awards:

[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 21:12

:lol: Wah ini kayaknya bisa mempermudah kalo debugging ya? Soalnya kalo debugging kan repot harus satu-satu dibuang itemnya... :ngacay: Simple tapi useful om...
Kembali Ke Atas Go down
Lukas
Senior
Senior
avatar


Level 5
Posts : 618
Thanked : 22

[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 21:17

Nefusa 7 wrote:
ini script gunanya buat apa? :o
Buang semua items sampah ? :swt:

Nach.. :v
gag tau gw :v
yang penting =w=b
di coba dulu om, baru komen :D
bisa nulis
Quote :
Nach.. :v
gag tau gw :v
yang penting =w=b
padahal ga tau guna scriptnya :hammer: :cry:

LowlingLife wrote:
:lol: Wah ini kayaknya bisa mempermudah kalo debugging ya? Soalnya kalo debugging kan repot harus satu-satu dibuang itemnya... :ngacay: Simple tapi useful om...
thanks om :D

klo pake event, stau saya :
jumlah jadiin variable dulu itemnya satu².
baru di buang sesuai variable.
Kembali Ke Atas Go down
LiTTleDRAgo
Senior
Senior
LiTTleDRAgo


Level 5
Posts : 712
Thanked : 27
Engine : RMXP
Skill : Skilled
Type : Scripter

Trophies
Awards:
[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 22:06

mendingan item yg dibuang jgn ditaro di modul

daripada
SAMPAH = [1,2,3]

bakalan lebih bisa digunain kalo

Code:
  def buang(sampah=[])
    Audio.se_play(SE_SAMPAH, 100, 100) rescue print('cek config utk suara')
    sampah.each {|s| jml = $game_party.item_number(VX ? $data_items[s] :s)
    $game_party.gain_item(VX ? $data_items[s] : s, -jml)}
  end

jadi ntar manggil di script callnya

Code:
sampah = [1,2,3,.......]
buang(sampah)

dan ini skrip panggilnya juga swt :swt:

Quote :
$game_system.map_interpreter.buang (buat xp)
$game_map.interpreter.buang (buat vx dan ace)

kalo dah dimasukin ke interpreter yaa udah, singkat dan padat :kabur:
Kembali Ke Atas Go down
KID_VX
Senior
Senior
KID_VX


Level 5
Posts : 959
Thanked : 24
Engine : Multi-Engine User
Skill : Very Beginner
Type : Developer

[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 23:00

Maksudnya untuk menghapus file sampah ?
kalo bener, berarti bisa mempercepat load, mengurangi pemakaian ram dll ?
cmiiw
maklum newbie kelas berat :malu:
Kembali Ke Atas Go down
http://new-animecomsite.blogspot.com/
LiTTleDRAgo
Senior
Senior
LiTTleDRAgo


Level 5
Posts : 712
Thanked : 27
Engine : RMXP
Skill : Skilled
Type : Scripter

Trophies
Awards:
[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-17, 23:35

bukan file, tapi items

apa hubungannya sama pemakaian ram? =))
Kembali Ke Atas Go down
Lukas
Senior
Senior
avatar


Level 5
Posts : 618
Thanked : 22

[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty2012-05-18, 06:44

LiTTleDRAgo wrote:
mendingan item yg dibuang jgn ditaro di modul

daripada
SAMPAH = [1,2,3]

bakalan lebih bisa digunain kalo

Code:
  def buang(sampah=[])
    Audio.se_play(SE_SAMPAH, 100, 100) rescue print('cek config utk suara')
    sampah.each {|s| jml = $game_party.item_number(VX ? $data_items[s] :s)
    $game_party.gain_item(VX ? $data_items[s] : s, -jml)}
  end

jadi ntar manggil di script callnya

Code:
sampah = [1,2,3,.......]
buang(sampah)

dan ini skrip panggilnya juga swt :swt:

Quote :
$game_system.map_interpreter.buang (buat xp)
$game_map.interpreter.buang (buat vx dan ace)

kalo dah dimasukin ke interpreter yaa udah, singkat dan padat :kabur:
wkwkwk oke, udah saya buat versi 1.1.
soalnya kmarin ada komentar, scriptku settingnya ribet :jedug. (padahal mnurutku gak sama skali :senyum: )

dan yg masalah panggil script, gw gak tau sama skali =))
makasih atas ilmunya. :v

by the way : namanya udah jadi orange :ngacay:
Kembali Ke Atas Go down
Sponsored content





[XP/VX/ACE] Simple Rubbish System. Empty
PostSubyek: Re: [XP/VX/ACE] Simple Rubbish System.   [XP/VX/ACE] Simple Rubbish System. Empty

Kembali Ke Atas Go down
 
[XP/VX/ACE] Simple Rubbish System.
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Navest - Simple Quest System 1.0
» [VXA] Simple Discussing/Shortcut System
» [xp/vx]Simple Slip Damage System.
» [UPDATE][XP]Simple Event Battle System 0.3
» (Script) Time System With Calendar + Simple Light

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMXP Scripts-
Navigasi: