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.

 

 Tanya, Tanya, Tanya Ver 1.3

Go down 
2 posters
PengirimMessage
Roronoa_Zojo
Senior
Senior
Roronoa_Zojo


Level 5
Posts : 833
Thanked : 3
Engine : Multi-Engine User
Skill : Skilled
Type : Mapper

Tanya, Tanya, Tanya Ver 1.3 Empty
PostSubyek: Tanya, Tanya, Tanya Ver 1.3   Tanya, Tanya, Tanya Ver 1.3 Empty2011-06-29, 16:52

Cara tambah Enemy Kaduki gimana. q punya sprite bat dan sudah saya tambah $ didepannya, tetapi tetep numpuk.

Klo bingung

SS

Spoiler:
Spoiler:
Spoiler:
Spoiler:

Paham...?

8) 8) 8) 8)
Kembali Ke Atas Go down
http://www.pagersoft.blogspot.com
richter_h
Salto Master
Hancip RMID
richter_h


Kosong
Posts : 1705
Thanked : 30
Engine : Other
Skill : Skilled
Type : Developer

Trophies
Awards:

Tanya, Tanya, Tanya Ver 1.3 Empty
PostSubyek: Re: Tanya, Tanya, Tanya Ver 1.3   Tanya, Tanya, Tanya Ver 1.3 Empty2011-06-29, 17:17

es wewew... :swt:

sebelumnya, ane mo bilang ini
dikutip dari Mr. Bubble, translator SBS Tankentai wrote:
TIPS FOR NEWBIES

- Always save your project before going into Battle Test. Any changes
you make to scripts will not take effect in Battle Test until you DO
save.

- READ, READ, READ the comments and directions in scripts that you use!
Many of the most common questions can be answered on your own if you
actually know what your script can do.

- If you are having problems, it won't hurt to read the FAQ. They are
called Frequently Asked Questions for a reason.

- When asking for help, be as detailed as possible. Do not expect other
people to automatically know what you're talking about with one or two
sentences.

- When you need help regarding any issue with your game, particularly
script issues, the FASTEST way to get help is to upload a small (I
repeat, SMALL) sized demo for people to download and look at. Making
a demo makes it MUCH easier for people to help you out and find a
solution because they won't waste time setting up a project.

oke?
sekarang langsung ke pokok masalah

cari blok konfigurasi musuh/enemy di SBS Battler Configuration... yang awalnya begini kira2
Code:
#==============================================================================
# * Game_Enemy
#------------------------------------------------------------------------------
#  Enemy Basic Action Settings
#------------------------------------------------------------------------------
# This section is used to define what Action Sequence enemies should use under
# specific conditions. Each enemy can have their own unique action
# sequence that you can define in the appropriate section.

terus, cari Enemy Animated Battler Settings
blok kode disana (rada bawah dikit pasti nemu "anime_on") gunanya untuk nentuin ID musuh (dari database) yang pake spritesheet dari folder "Character" ngegantiin battler statis yang ente setel di database Monster.

ini beberapa baris contoh dari apa yang ane jelasin.
Code:
  def anime_on
    case @enemy_id
    when 1
      return false
    end
    # Default animation setting for all unassigned Enemy IDs.
    return false
  end

set ID musub lainnya dengan cara nambahin blok kek gini
Code:
  def anime_on
    case @enemy_id
    when 1
      return false
    #ini ane nambahin.. sisanya tambahin ndiri
    when 2,4,5,6 #angka2 disini ID monster dari database
      return true #set true kalo pengen animated battler monster
    when 3
      return false #set true kalo pengen animated battler monster
    #sisanya

    end #line ini kebawah jangan dihapus
    # Default animation setting for all unassigned Enemy IDs.
    return false
  end


udah? sekarang bagian 2
simpen spritesheet monster di folder "Character"
formatnya samain dengan template apa yang ente pake (kalo ente pake template Kaduki, format spritesheet monsternya samain dengan spriteshhet aktor)
jangan lupa kasih $ di depan nama file-nya

terus bikin gambar (motong dari spritesheet-nya aja satu gambar), kasi nama yang sama tapi disimpennya di folder "Battler"


tambahan
kalo ente pake spritesheet aktor buat jadi musuh, mengingat spritesheet semuanya ngadeip ke kiri dan musuh ngadep ke kanan, cari line kek contoh
Code:
def action_mirror
    case @enemy_id
    when 1
      return false
    end
    # Default invert setting for all unassigned Enemy IDs.
    return false
  end

terus tambahin ID monster yang bersangkutan,
terus ganti "false" jadi "true"
Kembali Ke Atas Go down
http://ryann.creatvwrkr.com
Roronoa_Zojo
Senior
Senior
Roronoa_Zojo


Level 5
Posts : 833
Thanked : 3
Engine : Multi-Engine User
Skill : Skilled
Type : Mapper

Tanya, Tanya, Tanya Ver 1.3 Empty
PostSubyek: Re: Tanya, Tanya, Tanya Ver 1.3   Tanya, Tanya, Tanya Ver 1.3 Empty2011-06-29, 17:26

Solved
Kembali Ke Atas Go down
http://www.pagersoft.blogspot.com
Sponsored content





Tanya, Tanya, Tanya Ver 1.3 Empty
PostSubyek: Re: Tanya, Tanya, Tanya Ver 1.3   Tanya, Tanya, Tanya Ver 1.3 Empty

Kembali Ke Atas Go down
 
Tanya, Tanya, Tanya Ver 1.3
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» [SOLVED] tanya - tanya variable ??
» [SOLVED] Tanya,tanya,tanya
» Tanya-tanya dong...
» mau tanya ni?
» Gan ane mau tanya nih

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Engines :: RMVX-
Navigasi: