Тёмный
แอดกาย GameFi
แอดกาย GameFi
แอดกาย GameFi
Подписаться
✓ Goal Success...
✓ 01/11/2020 - 1,000 Views
✓ 19/05/2021 - 5,000 Views
✓ 21/05/2021 - 100 Subscribers
✓ 15/06/2021 - 10,000 Views
✓ 14/11/2021 - Change name Channel "MeteorVIIx" to "แอดกาย GameFi"
✓ 08/04/2023 - 100,000 Views
Pixture Traveler - Progress Update (Demo 2)
1:25
3 месяца назад
Комментарии
@badyalberto
@badyalberto Месяц назад
Full int for Crisis ?
@danielelauria5147
@danielelauria5147 Месяц назад
sir Burst Crack is STR scaling right? why you INT
@fullSoldierOfGod
@fullSoldierOfGod Месяц назад
Do you use macro for autohealing?
@Greacher
@Greacher Месяц назад
You solo pull with spirit bomb?
@MeteorVIIx
@MeteorVIIx Месяц назад
Yes, if you can defeat mob 1-2 hit with "Spirit Bomb" "Spirit Bomb" is better than "Maximum Crisis" when grinding. but 3+ hit grinding with "Maximum Crisis" better than.
@naMananaB
@naMananaB 3 месяца назад
อยากเริ่มทำบางต้องศึกษาจากอะไรบางครับ
@MeteorVIIx
@MeteorVIIx 3 месяца назад
ของผมใช้ Nextjs ครับ เป็น Web Framework ผมเอามาทำเป็นเกมเว็บ ถ้าอยากทำเกมจริงๆผมแนะนำไปใช้ Game Engine เลยอาจดีกว่า เช่น Unity, Godot 4 แต่ถ้าอยากทำแบบผมเลยก็ ฝึกเขียน Nextjs 14 ครับ
@jesustzinon
@jesustzinon 4 месяца назад
Can you share the source code ?
@MeteorVIIx
@MeteorVIIx 2 месяца назад
Unfortunately I can't find the source code 😢
@burdenz3265
@burdenz3265 7 месяцев назад
The catch is. U dont need activition in aoe. It makes aoe far better
@FirekeeperSimp
@FirekeeperSimp 7 месяцев назад
Can u make a tutorial how You created the update gui exp bar?
@FirekeeperSimp
@FirekeeperSimp 7 месяцев назад
Tutorial?
@zoiloruaya8395
@zoiloruaya8395 8 месяцев назад
Im lv 70 Psyk in flyff universe using Mobile and its kinda hard... I keep dying whwn im hunting. So i stop. 😢😢😢
@MeteorVIIx
@MeteorVIIx 8 месяцев назад
It's really difficult to play on the phone. :(
@AlbertNonyme
@AlbertNonyme 8 месяцев назад
Ok, I got it. Thank you dude.
@MeteorVIIx
@MeteorVIIx 8 месяцев назад
your welcome
@zeffa
@zeffa 8 месяцев назад
This is amazing man. Is it possible to share the repo ? I really would to be inspired by this. because I was making idle games, I couldn't figure out exactly how this is possible on the next.js side.
@MeteorVIIx
@MeteorVIIx 8 месяцев назад
Thank you @zeffa, Below is the project file you see in this video, which has not been significantly developed beyond what you see in the video. This means you'll receive all the code that I've created for every system. Link : github.com/guysuvijak/nextjs_idlegame.git Next.js is powerful for server-side rendering, which is essential for my goal of creating an idle-style game on the web, with some online features. Additionally, I want player data to reside on the server, such as Firebase Storage and MongoDB. With my strong knowledge and understanding of ReactJS and NextJS, I've chosen NextJS for the development of this game. Furthermore, Next.js being SSR makes online game development much more manageable since it requires efficient WebSocket usage to connect data simultaneously for many players. The basic system of the idle game is not fully implemented yet, and here are the missing elements that should be part of the idle game: - Offline Reward - Equipment - Upgrade Status - Auto Attack - Item Drop
@vincentch1610
@vincentch1610 9 месяцев назад
If i can get only buffs (no heal) , all stamina is working??
@MeteorVIIx
@MeteorVIIx 9 месяцев назад
I think not work, because if you drag big mobs food cant restore more than damage taken. Food can restore every 3 seconds Heal can restore fast than food
@muhammadnazerinsaripin1925
@muhammadnazerinsaripin1925 11 месяцев назад
Just to remind you guys, dont go full str for new character, build 20 sta and str, rest put on dex or 50 str rest dex, after lv 60 your stat gonna get reset after jobchange, if you play blade 20 sta and 100 str would be enough then start pump dex till 50-80 depends on your armor for blocking, that dex would help much in solo fight against normal monster,then you can pump on str.
@Andros1125
@Andros1125 Год назад
How did you make it aim for the closest target? Looks like a fun project keep it up!
@MeteorVIIx
@MeteorVIIx Год назад
Thank you for your interest. I haven't uploaded any clips or updates for over two months due to lack of time. I will try to find time to provide updates for you to watch. As for your question about how to target and attack the closest monster, first, you need to have a function for attacking monsters. Then, you can make it target the nearest monster. To do this, you can calculate the distance between your character and the monsters. Then, you iterate through all the monsters and find the closest one based on the distance. Once you have the closest monster, you can call your attack function with that monster as the target. If you need a code example, you can request it from ChatGPT by using the keyword "i need code godot4 attack closest target".
@Andros1125
@Andros1125 Год назад
@@MeteorVIIx Thank you for your answer, excited to see more updates from your project in the future!
@entei6736
@entei6736 Год назад
bro how did you do crit system
@MeteorVIIx
@MeteorVIIx Год назад
You need to add variables to store the values of the critical hit chance and the additional damage when a critical hit occurs. Then, create a function to calculate the critical hit chance. You can use the following code: This is just an example code that I provided. You need to adapt it to fit your specific project in order for it to work properly. The code you provided serves as a guideline and a starting point for you to customize and integrate into your project. In my example code, I will directly combine the base damage with the critical hit damage. If a critical hit occurs, I will add the critical hit damage to the total damage. However, if there is no critical hit, the critical hit damage will be 0. The variable critical can be used to pass this information to other GDScript systems, such as the damage_indicator used to display whether it's a normal hit or a critical hit, and the sound system. For example, if it's a normal attack, a regular sound effect will be played, but if it's a critical hit, a different sound effect will be played. 50.0 = 50% //player.gd var critical_damage = 50.0 var critical_chance = 50.0 //ice_spear.gd var critical = false @onready var player = get_tree().get_first_node_in_group("player") func _ready(): if attack_critical_chance(): critical_damage = player.critical_damage / 100 critical = true else: critical_damage = 0.0 critical = false func attack_critical_chance(): var rng = RandomNumberGenerator.new() rng.randomize() var random_number = rng.randf() var critical_chance = player.critical_chance / 100 if random_number <= critical_chance: return true
@entei6736
@entei6736 Год назад
@@MeteorVIIx wow you are legend mate. thanks a lot
@dizhan.74
@dizhan.74 Год назад
what build good for newbie? i'm using DEX and STR
@MeteorVIIx
@MeteorVIIx Год назад
If you want to leveling fast. I recommend only pure STR. (Solo player leveling up through 1vs1 monster battles.) If you have Ringmaster. I recommend only pure STA. (Use "Special Hit" skill for leveling.) In the beginning, the DEX stat doesn't show its full effectiveness. Therefore, I recommend investing in STR or STA, as they demonstrate better efficiency.
@dizhan.74
@dizhan.74 Год назад
@@MeteorVIIx so, how to reset stats?
@MeteorVIIx
@MeteorVIIx Год назад
@@dizhan.74 You can buy item "Reset Stats" in cash shop. or at level 60 where you change class 2nd, it automatic reset stats)
@tripwithjap7622
@tripwithjap7622 Год назад
Hi, does it work with client flyff? I'm Planning to use in private server flyff
@MeteorVIIx
@MeteorVIIx Год назад
Yes, it work. Open client with windowed mode.
@jxghjapiwq1
@jxghjapiwq1 Год назад
ลากลำบากมาก😂 ทดสอบละ
@Kantrul
@Kantrul Год назад
Good job!
@omriu5000
@omriu5000 Год назад
2% from 19 mobs at lvl 49 is ironic, more typical to find in higher lvls like 60-72 but not in these lower lvls. ( is it because u play with 3 chars? ) Anyways it's nice, I like being tanky and have the ability to sustain massive dmg so I'll prob go knight as well, though not sure about the full sta thing.
@MeteorVIIx
@MeteorVIIx Год назад
I'm not sure about the current leveling situation for level 49, as the video you saw was more than 9 months ago. At that time, there were only a few people who reached level 120, so I'm not sure if the EXP gained from hunting monsters is the same as it is now. In the video, there was a party of 3 characters, as you saw, and they shared the experience points equally among everyone. This resulted in a relatively low amount of EXP because it was divided among the 3 characters (totaling 6%, averaging 2% per person). If you want to play as a Knight, going for Full STA might be better, while Full STR is more for casual, fun gameplay.
@omriu5000
@omriu5000 Год назад
That's nice but no rm's buffs = no dmg = progression
@jxghjapiwq1
@jxghjapiwq1 Год назад
ทำไงให้ได้หมวกเห็ดครับ ตีตัวไหน
@MeteorVIIx
@MeteorVIIx Год назад
หมวกเห็ดคืออะไรหรอครับ 555
@jxghjapiwq1
@jxghjapiwq1 Год назад
@@MeteorVIIx หมวกดรอปจากเห็ดครับ
@jxghjapiwq1
@jxghjapiwq1 Год назад
เล่นริงมูนบีม. ใส่เชม เลเบล5 int ล้วน สายวิ่ง😅
@Bangpeun-Nalay
@Bangpeun-Nalay Год назад
ผมอยากเล่นไนท์ใส่ดาบโล่เล่นเป็นสายลากได้ไหมครับ
@MeteorVIIx
@MeteorVIIx Год назад
เล่นได้ครับ แต่ตอนถือดาบโล่จะไม่สามารถใช้สกิล Power Stomp (ทุบพื้น) แบบในคลิปได้ครับ เพราะฉะนั้นเวลาเก็บเวลต้องสลับเป็นอาวุธถือสองมือแทนครับ แต่ถ้าในกรณีที่ลากให้เพื่อนทำดาเมจ ใส่ดาบโล่แทงค์ได้เลยครับ
@Bangpeun-Nalay
@Bangpeun-Nalay Год назад
@@MeteorVIIx เข้าใจแล้ว สกิลสำคัญต้องใช้ขวาน แล้วขวานมือเดียวกับโล่จะใช้ได้ไหมครับ และก็ขอถามอีกเรื่องนึง มีอาชีพไหนบ้างที่ไม่ต้องเล่นสองตัวคู่กับพระได้ครับ
@MeteorVIIx
@MeteorVIIx Год назад
@@Bangpeun-Nalay ขวานมือเดียวกับโล่ก็ใช้สกิล Power Stomp ไม่ได้เหมือนกันครับ สกิลหมู่ Power Stomp ของบังคับคืออาวุธสองมือเท่านั้น แต่ในกรณีที่อยากเล่นสกิลหมู่ แต่ถือดาบโล่ ใช้สกิล Special Hit ของคลาสแรกได้ครับ (Mercenary) ผมมีคลิปเกี่ยวกับสายนี้อยู่ แต่ส่วนตัวไม่ค่อยแนะนำให้เล่นยาว เพราะสุดท้ายแล้วสกิล Power Stomp ของไนท์ยังไงก็ดีกว่ามากๆ ทั้งดาเมจที่แรงกว่า และทำสตั้นได้ (Special Hit ทำดาเมจหมู่ แต่ไม่ทำสตั้น) Special Hit จึงเหมาะใช้เก็บเลเวล 35-60 ในช่วงที่เป็น Mercenary หรือจนกว่าจะได้สกิล Power Stomp --------------- ส่วนคำถามอาชีพไหนที่ไม่ต้องเล่นสองจอบ้าง ผมอยากให้มองว่า อาชีพ Assist/Ringmaster เป็นอาชีพที่ช่วยรีดความสามารถของตัวละคร แปลว่าทุกตัวสามารถเล่นจอเดียวได้หมด แต่ถ้ามี Ringmaster มันจะเก่งขึ้นกว่าเดิมมากๆ เรียกว่าของมันต้องมี ขาดไม่ได้จริงๆ ถ้าเคยมีแล้วอยู่ๆมันหายไป จะรู้สึกว่ามันขาดๆอะไรไปบ้างอย่าง ยกตัวอย่างเช่น เวลาที่มีบัพจาก Ringmaster คุณเวล 100 คุณอาจสู้มอนเวลตั้งแต่ 100-115 ได้สบายๆเลย ตีมอนทีละ 5,000 ใช้เวลาฆ่า 3 วินาที แต่เวลาไม่มีบัพจาก Ringmaster คุณเวล 100 คุณอาจจะสู้มอนไหวแค่ประมาณ 95-105 ตีมอนทีละ 3,000 ใช้เวลาฆ่า 7 วินาที ทั้งในกรณีสู้ 1-1 และลากมาหลายๆตัว อันนี้คือความแตกต่างที่เห็นได้ชัด เนื่องจากเกมนี้เป็นเกมสมัยเก่า เขาจึงชูโรงแต่ละอาชีพให้มีหน้าที่ชัดเจน และแตกต่างกัน จึงเป็นเหตุผลที่ทำให้บัพของอาชีพ Ringmaster สำคัญมากๆ เหมือนเกม Ragnarok (อาชีพ Priest) ให้อารมแบบเดียวกันเลย แต่ถ้าอยากเล่นจอเดียวจริงๆ ก็เล่นได้ครับ เล่นอาชีพที่เราอยากเล่นเลย เพราะทุกอาชีพ มันมีความสามารถในการเล่นคนเดียวอยู่แล้วครับ อาชีพไหนก็เล่นคนเดียวได้หมด ขอแค่เล่นแล้วสนุกก็พอครับ
@Bangpeun-Nalay
@Bangpeun-Nalay Год назад
@@MeteorVIIx ขอบคุณมากครับ สำหรับคำแนะนำ ผมชอบเกมส์เก่าตรงที่มันไม่ซับซ้อน แล้วเกมส์ไม่ต้องทำของใส่หรือคราฟของใส่ แค่เอาของที่ดอปจากม้อนมาตีบวกก็ใส่ได้แล้ว
@ASMR-Replay
@ASMR-Replay Год назад
Hi, what spell do you use to type them? Thanks
@MeteorVIIx
@MeteorVIIx Год назад
drag with normal attack. (Mercenary class) kill them with 'Burst Crack' skill. (Assist class, learn this skill at Level 28) heal tank with 'Heal' skill. (Assist class)
@aramalatrash6147
@aramalatrash6147 Год назад
Your code didnt work for me it kept pressing the wrong keys so i deleted all of it and wrote my own.
@_______._________
@_______._________ Год назад
A nie lepiej ring master :p
@bobongeagle
@bobongeagle Год назад
Trash, it's take 3minutes to kill ur lure.
@jdedyedkae1869
@jdedyedkae1869 Год назад
2 จอต้องมีโปรเเกรมอะไรไหมครับ
@MeteorVIIx
@MeteorVIIx Год назад
ไม่ต้องครับ ผมแค่เปิดหน้าเว็บ 2 หน้าต่างแล้วล็อกอินคนละไอดี ส่วนถ้าเป็นโทรศัพท์ทำไม่ได้ครับ
@eugeneryzen6323
@eugeneryzen6323 Год назад
For me 1v1 is Relaxing game than AOE. if the internet lags the aoe will die. But in 1v1 if internet lags he still alive.
@fingerstylesabahan8517
@fingerstylesabahan8517 Год назад
Is there a guide?? For this build??
@annguyen-ei7qz
@annguyen-ei7qz Год назад
how about pure sta and with special hit :D
@MeteorVIIx
@MeteorVIIx Год назад
yeah pure sta with special hit better than pure str
@annguyen-ei7qz
@annguyen-ei7qz Год назад
@@MeteorVIIx i mean all stat from level and gear ? all sta is better ??? thanks alot
@iamample1132
@iamample1132 Год назад
Good luck to those fingers.☠️
@fingerstylesabahan8517
@fingerstylesabahan8517 Год назад
Build plss brroo🙏
@franklinquintana7403
@franklinquintana7403 Год назад
Gracias por el video sigue con este tipo de calidad llegaras lejos! :)
@dafuqtv9102
@dafuqtv9102 Год назад
me playing on two mobile phone plus auto click heal and ur done
@archi7005
@archi7005 Год назад
I like your videos. It's very informative and detailed. I hope to see more Flyff U content from you.
@MeteorVIIx
@MeteorVIIx Год назад
thank you <3
@taragui1046
@taragui1046 Год назад
Do you think pure sta psy via crusio is worth it in flyff universe? Im planning
@MeteorVIIx
@MeteorVIIx Год назад
crusio do you mean Crucio Spell ? If yes, i think not worth. Crucio Spell deals reflection damage. If you spend STA more, the less damage it reflects. because you are very tank. (STA = increase HP, Defense, Block) - more HP = Normal damage taken - more Defense = Reduce damage taken - more Block = Reduce damage taken However, if you want Crucio Spell to be as effective as possible. You should invest mainly in HP stats, because HP will not reduce the damage taken. If PVP build go pure INT and invest the HP for tank. It the best choice of Psykeeper PVP in Flyff Universe. And Crucio Spell in PVE = useless for me.
@irmond
@irmond Год назад
Imagine you make a video of your gameplay but you don’t show the build… what the point ??
@MeteorVIIx
@MeteorVIIx Год назад
because this build in CBT phase. But now I'm leveling to create a guide for this build again.
@taragui1046
@taragui1046 Год назад
Are you you pure int using maximum crisis?....
@MeteorVIIx
@MeteorVIIx Год назад
Yes, but if you need to play maximum crisis build. Go pure STA or half INT/STA it is better than pure INT
@MeteorVIIx
@MeteorVIIx Год назад
Thank you all interest. I will update and share this build in soon (I think 2-5 days)
@attran2001
@attran2001 Год назад
do u have video about this build yet :(
@MeteorVIIx
@MeteorVIIx Год назад
@@attran2001 soon 🙏
@sniix1
@sniix1 Год назад
build pls ?
@samejorjo6216
@samejorjo6216 Год назад
เกมทำลวกๆ กล้าลงทุนกันไปได้ไงเหอะๆ
@johndenvercampoy8643
@johndenvercampoy8643 Год назад
Thanks bro play smart💪
@WalorFPS
@WalorFPS Год назад
Greetings. Can you share your whole build in a video?
@maruzsup8721
@maruzsup8721 Год назад
ผมกำลังจะเล่นไนท์ครับ อยากทราบว่าสกิลบัพหลักๆที่ assist จะใส่ให้ไนท์ มีอะไรบ้างหรอครับตอนเวล 60
@MeteorVIIx
@MeteorVIIx Год назад
ถ้าเน้นแทงค์อย่างเดียว : Patience, Cat's Reflex, Cannon Ball, Heap Up, Protect(RM), Holyguard(RM) เพิ่มความสามารถอื่นๆ : Quick Step, Haste, Beef Up, Spirit Fortune(RM), Geburah Tiphreth(RM) Assist ต้องบัพใส่ตัวเอง : Mental Sign, Haste, Quick Step . สกิลที่ต้องอัพเต็มก่อนคือสกิลของ Ringmaster ที่จำเป็นสำหรับไนท์ ส่วนสกิล Assist ที่ต้องอัพเต็มก่อน : Mental Sign > Haste > Heap Up > Cat's Reflex > Quick Step > Patience > Cannon Ball Quick Step จะอัพเต็มหลังสุดก็ได้ หรือจะอัพต่อจากสกิล Heap Up ก็ได้ เพราะสกิลนี้จะช่วยให้วิ่งเร็วขึ้น วิ่งได้เร็วก็ลากมอนได้ไวขึ้น
@maruzsup8721
@maruzsup8721 Год назад
@@MeteorVIIx สอบถามอีกเรื่องนึงครับ ถ้าเราเจาะเสื้อมาควรใส่ Def>เลือดใช่ไหมครับ
@MeteorVIIx
@MeteorVIIx Год назад
@@maruzsup8721 ถ้าต้องการลากมอนเก็บเวลอย่างเดียวเจาะใส่ Defense คุ้มสุดครับ ส่วนถ้าต้องการใส่ไปลงวอด้วย เจาะใส่ HP จะคุ้มกว่า แต่ส่วนตัวแนะนำว่าถ้าจะวอด้วย ควรทำแยกเป็น 2 ชุด ชุดเจาะ Defense สำหรับเก็บเวล ชุดเจาะ HP สำหรับวอ เหตุผลที่ให้ใส่การ์ด Defense เพราะมันจะทำให้เราตายยากขึ้น อึดมากกว่าเจาะ HP ส่วน HP มันเหมาะกับในวอมากกว่า เพราะ ในวออาชีพหลักๆมันมีเจาะ Defense อยู่แล้ว การใส่ Defense เยอะๆเข้าไปวอไม่ได้ช่วยอะไรมากเท่าไหร่ เช่น Billposter ใช้ท่าอาชูร่าใส่เรา มันเจาะเกราะประมาณ 30% มั้งครับ เราเลือดน้อยยังไงก็ตาย แถมการใส่ HP ลงวอมันดีกว่าใส่ Defense ตรงที่ว่า เรามีสกิลสะท้อนความเสียหายด้วย ถ้าอีกฝ่ายสกิลใส่เราแรงๆ เราสะท้อนกลับไปแรงๆก็ตายเหมือนกัน
@madm4x576
@madm4x576 Год назад
Hey mate, could u drop a guide to this build with all the support skills and auras?
@ianarellano832
@ianarellano832 Год назад
Hey I want to ask for BP AOE burst crack build , from 15-60+ your stats build go STR + STA or INT + STA until you reach 70 for the INT aoe skill ?
@MeteorVIIx
@MeteorVIIx Год назад
at lvl15-60 my stats is Pure STA at lvl60+ my stats is INT + STA
@ianarellano832
@ianarellano832 Год назад
@@MeteorVIIx so at 60 you use the reset stats or you get free reset at 60 too ? Because I’m new and I remember at getting first job you get to free re stats and re skill plus a scroll , will you be given aswell a chance like that once you hit your 3rd job ? 🙏
@MeteorVIIx
@MeteorVIIx Год назад
​@@ianarellano832 When you change jobs, you get free stats resets. (Skills will remain the same. not reset)
@ianarellano832
@ianarellano832 Год назад
Thank you ! It helps me a lot now 🙏🙏
@Maik1873
@Maik1873 Год назад
build?