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.

Share | 
 

 weapon instan skill plzzz

Topik sebelumnya Topik selanjutnya Go down 
weapon instan skill plzzz Empty2011-01-26, 18:55
Postweapon instan skill plzzz
#1
rezpect 
Novice
Novice
rezpect

Level 5
Posts : 109
Thanked : 0
Engine : RMXP
Skill : Beginner
Type : Event Designer

weapon instan skill plzzz Vide
maap sbelumnya cma bsa mnta2 doank. . dan mhon bntuannya.!! :P

kk senoir dsne da yg bsa bntuin bkinin ane script skill snjta. .
yg mna tu snjta klo dpke ngeluarin instan skill. . tpi tnpa mengurangi mp/sp. . .
:sembah: terimaksih sebelum dan sesudahnya :sembah:
weapon instan skill plzzz Empty2011-01-27, 12:04
PostRe: weapon instan skill plzzz
#2
LiTTleDRAgo 
Senior
Senior
LiTTleDRAgo

Level 5
Posts : 712
Thanked : 27
Engine : RMXP
Skill : Skilled
Type : Scripter
Awards:
weapon instan skill plzzz Vide
battle system yg dipake apaan?
weapon instan skill plzzz Empty2011-01-27, 12:54
PostRe: weapon instan skill plzzz
#3
NachtEinhorn 
Robot Gedek Galak
NachtEinhorn

Level 5
Posts : 1274
Thanked : 9
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

weapon instan skill plzzz Vide
uda keliatan dia request di subfor RMXP
jelaslah dia make RMXP LOL.
weapon instan skill plzzz Empty2011-01-27, 14:44
PostRe: weapon instan skill plzzz
#4
Call me "Doc" 
Newbie
Newbie
Call me

Level 5
Posts : 10
Thanked : 0
Engine : RMVX
Skill : Beginner
Type : Scripter

weapon instan skill plzzz Vide
moga bisa bantu, kemarin saya coba nih script, jangan lupa creditnya sama Ryex

Spoiler:

demonya

media fire
weapon instan skill plzzz Empty2011-01-27, 21:01
PostRe: weapon instan skill plzzz
#5
rezpect 
Novice
Novice
rezpect

Level 5
Posts : 109
Thanked : 0
Engine : RMXP
Skill : Beginner
Type : Event Designer

weapon instan skill plzzz Vide
Quote :
battle system yg dipake apaan?
pke blizzabs kk

@doc oke kk tes dlo. . thx sebelumnya
EDIT:
maap kk doc ntu demonya kok g da filenya???
ato ane yg slah??, . . mank pa nma file demonya kk(maklum nubi mode on)
weapon instan skill plzzz Empty2011-01-28, 15:01
PostRe: weapon instan skill plzzz
#6
Call me "Doc" 
Newbie
Newbie
Call me

Level 5
Posts : 10
Thanked : 0
Engine : RMVX
Skill : Beginner
Type : Scripter

weapon instan skill plzzz Vide
kalo yg ABS

Spoiler:

demonya hapus tanda bintang dalam kata media*fire

semoga bisa membantu

-DOC-
weapon instan skill plzzz Empty2011-01-28, 16:05
PostRe: weapon instan skill plzzz
#7
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
weapon instan skill plzzz Vide
Atau kalo pake blizz ABS, plg coba deh dioprek2, meski isinya rumit :kabur:
Sori ane sendiri gatau caranya :hammer:
weapon instan skill plzzz Empty2011-01-29, 11:54
PostRe: weapon instan skill plzzz
#8
rezpect 
Novice
Novice
rezpect

Level 5
Posts : 109
Thanked : 0
Engine : RMXP
Skill : Beginner
Type : Event Designer

weapon instan skill plzzz Vide
@DOC oce cba pas kompi ane dah di perbaiki

Quote :
demonya hapus tanda bintang dalam kata media*fire

dah dhapus kk. . .tpi pas w msuk web ntu. . .cma nangkring d halaman depan doank. . kan biasanya langsung k file yg mw d DL???

ato demonya dah ke delete???
weapon instan skill plzzz Empty2011-01-29, 12:17
PostRe: weapon instan skill plzzz
#9
LiTTleDRAgo 
Senior
Senior
LiTTleDRAgo

Level 5
Posts : 712
Thanked : 27
Engine : RMXP
Skill : Skilled
Type : Scripter
Awards:
weapon instan skill plzzz Vide
Milan Nacht wrote:
uda keliatan dia request di subfor RMXP
jelaslah dia make RMXP LOL.

kebodohan masa kini weapon instan skill plzzz Onion-39

yang gw tanya itu dia pake default battle system, sideview battle system, apa ABS !?

nih kalo pake Blizz ABS

Code:
#=============================================================================
#
# ** Ryex's Weapons Unleash Skills BABS version
#
#-----------------------------------------------------------------------------
#
# By Ryex
# V 1.01
#
#-----------------------------------------------------------------------------
#
# Features
#
#  * Allows Weapons to have a chance to "Unleash" skills from the database
#  * Customizable unleash rates / chance to unleash for every weapon
#

#
#-----------------------------------------------------------------------------
#
# Instructions
#
# Place in a new script above main then fill out the Configuration.
#
#==============================================================================
module RPG
  class Weapon
    def unleash_id(id)
      case id
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# START Configuration for the skills weapons unleash
# Use when <WeaponID> then return <ID of Unleash skill>
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
when 1 then return 7
#add new lines here
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# END Configuration
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
      end
      return 0
    end
 
    def unleash_chance(id)
      case id
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# START Configuration for unleash chance.
# this must be filled out other wise weapons will NEVER unleash
# Use when <WeaponID> then return <% chance of unleash (a # 0 - 100)>
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
when 1 then return 50
#add new lines here
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# END Configuration
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
      end
      return false
    end
  end
end
 
class Game_Actor < Game_Battler
 
  attr_accessor :unleash
 
  alias ryex_WUS_GActor_init_later initialize
  def initialize(actor_id)
    @unleash = false
    ryex_WUS_GActor_init_later(actor_id)
  end
 
 
end
 
class Map_Actor < Map_Battler

  def use_attack
    unless $data_weapons[@battler.weapon_id].unleash_chance(@battler.weapon_id) == false
      if rand(100) <= ($data_weapons[@battler.weapon_id].unleash_chance(@battler.weapon_id))
        use_skill($data_skills[$data_weapons[@battler.weapon_id].unleash_id(@battler.weapon_id)])
        @battler.unleash = true
      end
    end
    return super
  end
 
  alias ryex_WUS_Map_Actor_use_skill_latter use_skill
 
  def use_skill(skill)
    #if this skill in a waepon unleash
    if @battler.unleash
      @battler.unleash = false
      # remove last hpdamage and spdamage values
      @battler.hpdamage = @battler.spdamage = 0
      # execute skill
      result = $BlizzABS.skillitem_process(self, skill)
      # if used and not charging up
      if result
        # call common event
        common_event_call(skill)
        # set usage animation
        set_usage_animation(skill)
        # set up user damage display if necessary
        user_damage_display
        # reset action
        self.reset_action
        # if using skill sprites for this type of battler
        if BlizzABS::Config::A_SKILL_SPRITES
          # setup sprite extension with ID
          setup_sprites("_skl#{skill.id}")
        else
          # setup sprite extension
          setup_sprites('_skl')
        end
      end
      # used or charging
      return (result || charging?)
    else
      ryex_WUS_Map_Actor_use_skill_latter(skill)
    end
  end

end


edit : ternyata dah ada yg ngepost duluan...


Terakhir diubah oleh LiTTleDRAgo tanggal 2011-01-29, 12:25, total 1 kali diubah
weapon instan skill plzzz Empty2011-01-29, 12:18
PostRe: weapon instan skill plzzz
Call me "Doc" 
Newbie
Newbie
Call me

Level 5
Posts : 10
Thanked : 0
Engine : RMVX
Skill : Beginner
Type : Scripter

weapon instan skill plzzz Vide
rezpect wrote:
@DOC oce cba pas kompi ane dah di perbsiki

Quote :
demonya hapus tanda bintang dalam kata media*fire

dah dapus kk. . .tpi pas w msuk web ntu. . .cma nangkring d halaman depan doank. . kan biasanya langsung k file yg mw d DL???

ato demonya dah ke delete???


nih coba link ini http://www.media*fire.com/?jizdzo0wtgn
weapon instan skill plzzz Empty
PostRe: weapon instan skill plzzz
Sponsored content 




weapon instan skill plzzz Vide
 

weapon instan skill plzzz

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 
Halaman 1 dari 1

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