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.
|
|
| Tolong (gk tau judul yg pas) | |
| 2011-08-10, 15:18 | Tolong (gk tau judul yg pas) |
---|
Roronoa_Zojo Senior
Posts : 833 Thanked : 3 Engine : Multi-Engine User Skill : Skilled Type : Mapper
| jadi gini. Saya pengin Tamu Otak Atik ni script (buat yg bisa). > http://rmrk.net/index.php?topic=35250.0 nah, mksudnya, itu kan klo ke Skill, Equip dsb (yg milih actor) cuma 4 bisa dibuat 8 gk. gk usah party changer cuma dibuat 8... sebelumnya thx buat Tamu krn udah baca ni thread. apalagi klo bantuin. ane kasih cendol deh |
| | | 2011-08-10, 16:08 | Re: Tolong (gk tau judul yg pas) |
---|
SerpentZ Advance
Posts : 425 Thanked : 2 Engine : Multi-Engine User Skill : Intermediate Type : Mapper
| Kok Aku DiSummon??? Saya Bukan Tipe Scripter - Ane Bukan Scripter:
Saya Akan Coba kalo bisa
EDIT : Apa lagi aku bukan pengguna XP Maaf ya EDIT Tambahan :
Terakhir diubah oleh SerpentZ tanggal 2011-08-10, 16:38, total 1 kali diubah |
| | | 2011-08-10, 16:25 | Re: Tolong (gk tau judul yg pas) |
---|
Roronoa_Zojo Senior
Posts : 833 Thanked : 3 Engine : Multi-Engine User Skill : Skilled Type : Mapper
| maaf, q pke Vario mungkin Tamu bisa? < Vario lagi "\/ |
| | | 2011-08-10, 16:30 | Re: Tolong (gk tau judul yg pas) |
---|
SerpentZ Advance
Posts : 425 Thanked : 2 Engine : Multi-Engine User Skill : Intermediate Type : Mapper
| Vario?? Perasaan aku baru denger. Maaf Saya tidak bisa bantu :
- Saya Bukan pengguna XP
- Saya bukan Scripter
- Saya Tidak tau apa itu Vario
Sekali lagi Maaf |
| | | 2011-08-10, 16:35 | Re: Tolong (gk tau judul yg pas) |
---|
Roronoa_Zojo Senior
Posts : 833 Thanked : 3 Engine : Multi-Engine User Skill : Skilled Type : Mapper
| klo gk tau Vario, Coba Cek Istilah2 RMID. Vario itu tulisan USERNAME, yang muncuk tergantung USERNAME yg melihat, klo q yg liat tulisannya Roronoa_Zojo, klo SerpentZ yang liat tulisannya SerpentZ jadi OOT udah ah |
| | | 2011-08-10, 16:36 | Re: Tolong (gk tau judul yg pas) |
---|
bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Awards:
| Salah kamar gan, script itu buat XP, bukan VX
Sori pusing tp setidaknya sbg langkah awal, Game_Party dimodif spt berikut ini (sisipkan diatas 'Main') Game_Party - Code:
-
class Game_Party #-------------------------------------------------------------------------- # * Battle Test Party Setup #-------------------------------------------------------------------------- def setup_battle_test_members @actors = [] for battler in $data_system.test_battlers actor = $game_actors[battler.actor_id] actor.level = battler.level gain_weapon(battler.weapon_id, 1) gain_armor(battler.armor1_id, 1) gain_armor(battler.armor2_id, 1) gain_armor(battler.armor3_id, 1) gain_armor(battler.armor4_id, 1) actor.equip(0, battler.weapon_id) actor.equip(1, battler.armor1_id) actor.equip(2, battler.armor2_id) actor.equip(3, battler.armor3_id) actor.equip(4, battler.armor4_id) actor.recover_all @actors.push(actor) end @items = {} for i in 1...$data_items.size if $data_items[i].name != "" occasion = $data_items[i].occasion if occasion == 0 or occasion == 1 @items[i] = 99 end end end end #-------------------------------------------------------------------------- # * Add an Actor # actor_id : actor ID #-------------------------------------------------------------------------- def add_actor(actor_id) # Get actor actor = $game_actors[actor_id] # If the party has less than 4 members and this actor is not in the party if @actors.size < 4 and not @actors.include?(actor) # Add actor @actors.push(actor) # Refresh player $game_player.refresh end end end selanjutnya Window daftar party hrs dirombak deh biar bisa 8
- Spoiler:
@pentZ: anda kena jebakan VARIO! ga tau VARIO? liat aja di kamusnya om Theo btw, jiah malah OOT bicarain VARIO
|
| | | 2011-08-10, 16:51 | Re: Tolong (gk tau judul yg pas) |
---|
Roronoa_Zojo Senior
Posts : 833 Thanked : 3 Engine : Multi-Engine User Skill : Skilled Type : Mapper
| maaf Salah Klik RGSS Script Support q report dlo apa udah di report ? btw ni scriptnya q gk bisa rombak http://docs.google.com/View?id=dgb5wg25_7dkg34qhh |
| | | | Re: Tolong (gk tau judul yg pas) |
---|
Sponsored content
| | | | | Tolong (gk tau judul yg pas) | |
|
Similar topics | |
|
Similar topics | |
| |
Halaman 1 dari 1 | |
| Permissions in this forum: | Anda tidak dapat menjawab topik
| |
| |
Latest 10 Topics | [Web Novel] Gloria Infidelis 2016-11-17, 21:27 by LightNightKnight
[Announcement] Forum baru untuk RMID 2016-08-25, 16:39 by TheoAllen
Where I'm Wrong ? 2016-07-24, 16:10 by ReydVires
flakeheartnet's Resources part III 2016-07-08, 14:30 by flakeheartnet
Keira's Art Warehouse 2016-06-28, 19:27 by KeiraBlaze
Theo Core Time System + Bingung 2016-06-27, 16:24 by Lockin
Error Script, Maybe ? 2016-06-27, 16:20 by Lockin
Nusaimoe @ RMID Lounge 2016-06-21, 05:02 by Jihad Bagas
Call Random Battle 2016-06-15, 17:04 by Lockin
Flakeheartnet Resources Part II [come back gift] 2016-06-07, 15:51 by flakeheartnet
|
Statistics
|
Members: [ 4947 ]
Topics: [ 8258 ]
Posts: [ 112606 ]
Newest member: [ https://rmid.forumotion.net/u4968 ]
|
|
|
|
|
|