• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • صفحة 13 من 48 الأولىالأولى ... 3891011121314151617182338 ... الأخيرةالأخيرة
    النتائج 181 إلى 195 من 718

    الموضوع: موضوع الطلبات و المساعدات (2)

    1. #181
      التسجيل
      28-10-2004
      الدولة
      in the demon world
      المشاركات
      420
      المواضيع
      60
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      أخوي أيش تقصد [ المتغيرات ]



      شكرا لأخوي FinalFantasy9 على التوقيع :icon6:






    2. #182
      التسجيل
      21-02-2003
      الدولة
      الإمارات العربية المتحدة
      المشاركات
      2,350
      المواضيع
      80
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      اقتباس المشاركة الأصلية كتبت بواسطة the kelar
      أخوي أيش تقصد [ المتغيرات ]
      المتغيرات هي حاويات القيم .. انظر في الموضوع التالي .. ستجد شرح المتغيرات بالجيم ميكر .. وشكراً
      http://www.montada.com/showthread.php?t=324698

    3. #183
      التسجيل
      28-10-2004
      الدولة
      in the demon world
      المشاركات
      420
      المواضيع
      60
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      مشكور أخوي ابن الأمارات

      الله يعطيك العافيه



      شكرا لأخوي FinalFantasy9 على التوقيع :icon6:






    4. #184
      التسجيل
      06-08-2004
      الدولة
      Saudi Arabia
      المشاركات
      1,754
      المواضيع
      103
      شكر / اعجاب مشاركة
      ممكن شرح للإحداث في الجيم ميكر

    5. #185
      التسجيل
      03-09-2003
      الدولة
      d=(n_n)=b دار بو خليفة d=(n_n)=b
      المشاركات
      1,096
      المواضيع
      62
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      اقتباس المشاركة الأصلية كتبت بواسطة M.M.H
      خمشكور على ردك
      بس انا دورت في الفهرس و ما لقيت موضوع مشروح فيه كيف اكتب عربي في البرنامج

      ياريت تشوف كود الليل و النهار بسررررررررررررررررررررعه

      راح يكون اسمك في لعبتي انت تأمر بس
      ::

      ::

      كود الليل و النهار


      I have been using RPG Maker 2000 since December 2000.I have
      came across some day and night tutorials and I have found that they didn't
      work.Not to brag,but I have found an easier way.All you need to know is how
      to use switches,wait commands.This tutorial is mainly focussed on newbies
      so if you have a harder way but it is better then stick to your way.

      First you need to go to the common events page and name it something that
      has to do with day and night.Make it set under Parallel Process.Make the
      switch apperance say Day/Night.
      In the events command box add a cycle.
      <>CYCLE
      <>
      <>END Cycle
      Good.We need to use a cycle so the event will keep going on and on.
      Now we need to make a morning switch.Therefore you must go to chnge switch
      and put a switch called morning in.Make it on set.Also you need to make another
      switch called night,and set it on off set.By doing this when the cycle resets whatever
      you choose to put on night it will go off on morning.It should look like this.
      <>CYCLE
      <>Change Switch:[0000]Morning-On Set. Note that the number beside the switch is
      <>Change Switch:[0001]Night-Off Set whatever number you have the switch on.
      <>END Cycle
      Doing good so far?Okay we need a wait command.This will decide how long
      the morning will last.I set my mornings to 30 seconds,but you can make it whatever you want.
      Now here is the main part of the tutorial.On the maps that you want things to happen you need
      to make the events happen under these switch conditions.(Sorry bad wording)
      If you have a map of a castle or town and you want the background to change during the day you
      will need to make an event and in the command box put Change Parralex BG to a Dawn picture
      if it is morning.In the appearance switch make it appear under morning.By doing this the back ground
      will change to morning when the morning switch is activated by the cycle in the common events.
      Also you will need to set a screen tone that looks like morning.Now make a new page.Make
      the appearance switch on day.Chang the background to one of the morning pictures.Set the screen
      tone to the normal level.(Everything at 100)Make a new page.Put in an
      evening background and set the screen tone to something that looks like it is evening.Now make a
      new page.Put in a night background.Set the screen tone where it looks kinda bluish.

      You can also make Charas appear at certain times of day like at night make bats and day make birds.
      To do this make an event and set the appearence swith on day and put a chara you want to see at
      daytime.Do the same for night but make the appearence switch on night.
      Anytime you want a place to change during the day or night make a copy of the event with
      these steps and place it on the map you wish for them to happen.
      Now that that's all cleared up we can go back to the common events and finish the thing that
      triggers all of these events.If you forgot this is what the commands should look like so far.

      <> CYCLE
      <>Change Switch:[0000]Morning-On Set
      <>Change Switch:[0001]Night-Off Set
      <>Wait: 30.0 s
      <>
      <>END Cycle
      Now we need to make the day time.After the wait command out in switches day on set
      and morning off set.
      <>CYCLE
      <>Change Switch:[0000]Morning-On Set
      <>Change Switch:[0001]Night-Off Set
      <>Wait:30.0 s
      <>Change Switch:[0003]Day-On Set
      <>Change Switch:[0000]Morning-Off Set.
      <>
      <>END Cycle

      By now you probably know how to use these commands in the common events so I'll
      give you what the rest looks like.Here goes.

      <>CYCLE
      <>Change Switch:[0000]Morning-On Set
      <>Change Switch:[0001]Night-Off Set
      <>Wait:30.0 s <--You can change this time if you want.
      <>Change Switch:[0003]Day-On Set
      <>Change Switch:[0000]Morning-Off Set.
      <>Wait:100.0 s <--You can change this time if you want.
      <>Change Switch:[0004]Evening-On Set.
      <>Change Switch:[0003]Day-Off Set
      <>Wait:30.0 s <--You can change this time if you want.
      <>Change Switch:[0004]Evening-Off Set
      <>Change Switch:[0001]Night-On Set
      <>Wait:70.0 s <--You can change this time if you want.
      <>
      <>End Cycle
      Now just stick in an event that you can't avoid at you starting position.Set it on Hero Touch
      and in the event commands make it change switch to Morning On Set.Make a new page and make
      the appearance switch on Morning.Set it to push key and leave everything else blank.

      This should do it.The main reason I created this tutorial is when I used the
      others they didn't work,or the screen would change from dark to light when I didn't want it to.
      Some places I wanted the screen tone to stay normal but it didn't let it so I thought up this
      tutorial.I hope it didn't confuse anyone.

      By Magus989.

      Thank you Don Miguel for giving us RPG Maker 2000

      و سلامتكم.....

      ::

      ::
      ::

      ::



      "التوقيع فوق التعديل لوووووول "

      3/12/2005...."and UAE Naruto...is back again"

      من مواضيعي

      "مؤقتاً ماشي مواضيع حلوة "

      ::

      ::

    6. #186
      التسجيل
      14-01-2005
      المشاركات
      339
      المواضيع
      34
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      السلام عليكم

      انا مبتدئ جداً واتمنى انكم تشرحون لي طريقة جعل الكائنات تمشي في الجيم ميكر بالكيبورد

      وطريقة صنع التأثيرات من تصادمات وإظهار القوائم وغيرها وشكراً
      لا إله إلا الله
      وحده لا شريك له

    7. #187
      التسجيل
      04-09-2004
      الدولة
      Egypt
      المشاركات
      55
      المواضيع
      20
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      كيف أجعل الشخصية عندما تصطدم بجزء من الأرضية مثلاً تأخذ درجة معينة وعندما تعود للإصطدام به مرة أخرى لاتحصل على درجات بعد أول مرة؟
      برنامج الجيم ميكر

    8. #188
      التسجيل
      15-01-2005
      المشاركات
      4
      المواضيع
      1
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      الكود انجليزي لو تكتبه بالعربي يكون احسن
      لان صعب تطبيقه على البرنامج و هو انجليزي خاصه ان الكود حق RPG Maker 2000

      المهم انا جيت و عندي اساله جديده

      1- كيف اخلي الاعب لما يهرب من وحش معين يخسر
      2- كيف اغير الخلفيه حق وحش معين
      3- كيف اسوي ضربة ( ليميت بريك )
      4-كيف اقدر احفط اللعبه لاما اخلص منها
      انا اسوي كده
      اختار
      project
      craete gamedisk
      و اختار مكان الحفط
      (بس فيه مربع كتوب جنبه include runtime packagen in gamedisk)
      هدا المربع ليش
      و يتكون ملف اسمه setup و يكون حجمه 613 كيلوبايت (دائما نفس الحجم)
      و لما اغير مكانه ما يشتغل
      فا ويش الحل

      5- للاسف ماعرفت انزل لعبتك
      فا لو سمحت ممكن تقولي كيف اسوي الساعه

      و مشكور على ردك

    9. #189
      التسجيل
      03-09-2003
      الدولة
      d=(n_n)=b دار بو خليفة d=(n_n)=b
      المشاركات
      1,096
      المواضيع
      62
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      اقتباس المشاركة الأصلية كتبت بواسطة M.M.H
      الكود انجليزي لو تكتبه بالعربي يكون احسن
      لان صعب تطبيقه على البرنامج و هو انجليزي خاصه ان الكود حق RPG Maker 2000

      المهم انا جيت و عندي اساله جديده

      1- كيف اخلي الاعب لما يهرب من وحش معين يخسر
      2- كيف اغير الخلفيه حق وحش معين
      3- كيف اسوي ضربة ( ليميت بريك )
      4-كيف اقدر احفط اللعبه لاما اخلص منها
      انا اسوي كده
      اختار
      project
      craete gamedisk
      و اختار مكان الحفط
      (بس فيه مربع كتوب جنبه include runtime packagen in gamedisk)
      هدا المربع ليش
      و يتكون ملف اسمه setup و يكون حجمه 613 كيلوبايت (دائما نفس الحجم)
      و لما اغير مكانه ما يشتغل
      فا ويش الحل

      5- للاسف ماعرفت انزل لعبتك
      فا لو سمحت ممكن تقولي كيف اسوي الساعه

      و مشكور على ردك
      ::

      ::

      أخوي أنا نسخت هذا الكود من موقع و حطيته اهنيه يعني ما كتبت شي...(بموت لو كتبت هذا كله ههههههههه ) نسيت أقول....تراه يستوي على الـ2003

      1 - يخسر؟ يخسر شو؟ يعني Game Over ؟

      2 - سير عند الخريطة إلي فيها هذا الوحش و اضغط باليمين على اسم اخريطة بعدين اختار Properties و بتحصل خاصية تغير خلفية الضرابة هناك (المشكلة ماقدر اقولك وين بالضبط لأني من زمان ما فتحت الـRPG Maker 2003 بس اذكر انه عدال مكان الأغاني)

      3 - >_< لا تذكرني لأنه وااااااااااااااااااايد صعب و أنا بصراحة مادري كيف سويته بس تقدر تشوف كيف في اللعبة مالي>_<

      4 - بس احفظها عادي بعدين سير لمكان اللعبة و اضغطها بالـWinRAR مثلاً

      5 - طريقة تنزيل اللعبة واضحة و أنا شارحنها بعد

      و سلامتكم.....

      ::

      ::
      ::

      ::



      "التوقيع فوق التعديل لوووووول "

      3/12/2005...."and UAE Naruto...is back again"

      من مواضيعي

      "مؤقتاً ماشي مواضيع حلوة "

      ::

      ::

    10. #190
      التسجيل
      06-08-2004
      الدولة
      Saudi Arabia
      المشاركات
      1,754
      المواضيع
      103
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      اقتباس المشاركة الأصلية كتبت بواسطة ويش دخلك أقصد مشاركة ناروتو الإمارات




      ::

      ::

      كود الليل و النهار








      I have been using RPG Maker 2000 since December 2000.I have
      came across some day and night tutorials and I have found that they didn't
      work.Not to brag,but I have found an easier way.All you need to know is how
      to use switches,wait commands.This tutorial is mainly focussed on newbies
      so if you have a harder way but it is better then stick to your way.

      First you need to go to the common events page and name it something that
      has to do with day and night.Make it set under Parallel Process.Make the
      switch apperance say Day/Night.
      In the events command box add a cycle.
      <>CYCLE
      <>
      <>END Cycle
      Good.We need to use a cycle so the event will keep going on and on.
      Now we need to make a morning switch.Therefore you must go to chnge switch
      and put a switch called morning in.Make it on set.Also you need to make another
      switch called night,and set it on off set.By doing this when the cycle resets whatever
      you choose to put on night it will go off on morning.It should look like this.
      <>CYCLE
      <>Change Switch:[0000]Morning-On Set. Note that the number beside the switch is
      <>Change Switch:[0001]Night-Off Set whatever number you have the switch on.
      <>END Cycle
      Doing good so far?Okay we need a wait command.This will decide how long
      the morning will last.I set my mornings to 30 seconds,but you can make it whatever you want.
      Now here is the main part of the tutorial.On the maps that you want things to happen you need
      to make the events happen under these switch conditions.(Sorry bad wording)
      If you have a map of a castle or town and you want the background to change during the day you
      will need to make an event and in the command box put Change Parralex BG to a Dawn picture
      if it is morning.In the appearance switch make it appear under morning.By doing this the back ground
      will change to morning when the morning switch is activated by the cycle in the common events.
      Also you will need to set a screen tone that looks like morning.Now make a new page.Make
      the appearance switch on day.Chang the background to one of the morning pictures.Set the screen
      tone to the normal level.(Everything at 100)Make a new page.Put in an
      evening background and set the screen tone to something that looks like it is evening.Now make a
      new page.Put in a night background.Set the screen tone where it looks kinda bluish.

      You can also make Charas appear at certain times of day like at night make bats and day make birds.
      To do this make an event and set the appearence swith on day and put a chara you want to see at
      daytime.Do the same for night but make the appearence switch on night.
      Anytime you want a place to change during the day or night make a copy of the event with
      these steps and place it on the map you wish for them to happen.
      Now that that's all cleared up we can go back to the common events and finish the thing that
      triggers all of these events.If you forgot this is what the commands should look like so far.

      <> CYCLE
      <>Change Switch:[0000]Morning-On Set
      <>Change Switch:[0001]Night-Off Set
      <>Wait: 30.0 s
      <>
      <>END Cycle
      Now we need to make the day time.After the wait command out in switches day on set
      and morning off set.
      <>CYCLE
      <>Change Switch:[0000]Morning-On Set
      <>Change Switch:[0001]Night-Off Set
      <>Wait:30.0 s
      <>Change Switch:[0003]Day-On Set
      <>Change Switch:[0000]Morning-Off Set.
      <>
      <>END Cycle

      By now you probably know how to use these commands in the common events so I'll
      give you what the rest looks like.Here goes.

      <>CYCLE
      <>Change Switch:[0000]Morning-On Set
      <>Change Switch:[0001]Night-Off Set
      <>Wait:30.0 s <--You can change this time if you want.
      <>Change Switch:[0003]Day-On Set
      <>Change Switch:[0000]Morning-Off Set.
      <>Wait:100.0 s <--You can change this time if you want.
      <>Change Switch:[0004]Evening-On Set.
      <>Change Switch:[0003]Day-Off Set
      <>Wait:30.0 s <--You can change this time if you want.
      <>Change Switch:[0004]Evening-Off Set
      <>Change Switch:[0001]Night-On Set
      <>Wait:70.0 s <--You can change this time if you want.
      <>
      <>End Cycle
      Now just stick in an event that you can't avoid at you starting position.Set it on Hero Touch
      and in the event commands make it change switch to Morning On Set.Make a new page and make
      the appearance switch on Morning.Set it to push key and leave everything else blank.

      This should do it.The main reason I created this tutorial is when I used the
      others they didn't work,or the screen would change from dark to light when I didn't want it to.
      Some places I wanted the screen tone to stay normal but it didn't let it so I thought up this
      tutorial.I hope it didn't confuse anyone.

      By Magus989.

      Thank you Don Miguel for giving us RPG Maker 2000







      و سلامتكم.....

      ::

      ::




      مشكور أخوي تسلم

    11. #191
      التسجيل
      10-06-2004
      المشاركات
      276
      المواضيع
      83
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      السلام عليكم ورحمة الله وبركاته
      من فضلكم أريد برنامج RPG MAKER 2000 وشكراً

    12. #192
      التسجيل
      06-08-2004
      الدولة
      Saudi Arabia
      المشاركات
      1,754
      المواضيع
      103
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      اقتباس المشاركة الأصلية كتبت بواسطة ثيموسوه الخبل هاهاها
      السلام عليكم ورحمة الله وبركاته




      من فضلكم أريد برنامج RPG MAKER 2000 وشكراً
      روح دوري في صفحات هذا الموضوع لأنه أخوي العزيز ناروتو الإمارات حطه

    13. #193
      التسجيل
      10-06-2004
      المشاركات
      276
      المواضيع
      83
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      السلام عليكم ورحمة الله وبركاته
      أريد كيف نجعل اللعبة التي في الجيم ميكر يأتي فيها ليل ونهار أبغى أحدد الوقت متى يأتي الليل ومتى يأتي النهار وشكرا

    14. #194
      التسجيل
      22-07-2003
      الدولة
      Dragonia Kingdom
      المشاركات
      255
      المواضيع
      16
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      هذي الطريقة علشان توي نظام ليل ونهار في لعبتك للـRM2K أدري أنك تبي للـRM2K3 بس أنا ماعدي غير الـRM2K.

      أول شئ حط 3 متغيرات (Variables) وسمهم:د
      Seconds
      Minutes
      Hours
      و رح للـ Common Events في الـData Base و حط Common Event جديد وخله يبدأ في حالة Parallel Process.
      وحط فيه الأوامر التالية:
      1-Change Variable و أختر المتغير Seconds واختر + وحط الرقم 1
      2-Fork Conditions و أختر المتغير Seconds وأختر Greater or Equal to وحط 59وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      3-Change Variable و أختر المتغير Seconds واختر Set وحط الرقم 0
      4-Change Variable و أختر المتغير Minutes واختر + وحط الرقم 1
      5-Fork Conditions و أختر المتغير Minutes وأختر Greater or Equal to وحط 59وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      6-Change Variable و أختر المتغير Minutes واختر Set وحط الرقم 0
      7-Change Variable و أختر المتغير Hours واختر + وحط الرقم 1
      8-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 24 وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      9-Change Variable و أختر المتغير Hours واختر Set وحط الرقم 1

      و حط Common Event جديد وخله يبدأ في حالة Parallel Process.
      وحط فيه الأوامر التالية:
      1-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 0 وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      2-Set Screen Tone وحط القيم التالبة: Red=20 ,Green=40 ,Blue=80 ,Chroma=120.
      وخارج الـFork Condition حط:
      3-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 5 وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      4-Set Screen Tone وحط القيم التالبة: Red=80 ,Green=80 ,Blue=100 ,Chroma=120.
      وخارج الـFork Condition حط:
      5-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 9 وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      6-Set Screen Tone وحط القيم التالبة: Red=100 ,Green=100 ,Blue=100 ,Chroma=100.
      وخارج الـFork Condition حط:
      7-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 16 وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      8-Set Screen Tone وحط القيم التالبة: Red=100 ,Green=70 ,Blue=40 ,Chroma=120.
      وخارج الـFork Condition حط:
      9-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 20 وخله بدون Else Condition
      وداخل الـFork Conditions حط:
      10-Set Screen Tone وحط القيم التالبة: Red=20 ,Green=40 ,Blue=80 ,Chroma=120.
      انتهى
      وأي شئ ماقدرت تفهمه فقط أسأل.

    15. #195
      التسجيل
      10-06-2004
      المشاركات
      276
      المواضيع
      83
      شكر / اعجاب مشاركة

      مشاركة: موضوع الطلبات و المساعدات (2)

      السلام عليكم ورحمة الله وبركاته
      من فضلكم أريد برنامج RPG MAKER وشكرا

    صفحة 13 من 48 الأولىالأولى ... 3891011121314151617182338 ... الأخيرةالأخيرة

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •