Relzz Posted February 10, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Share Posted February 10, 2013 (edited) Its 90% Made. Project Link: https://github.com/M45T3Ryu/KO-Proyect == Todo Fixing of Old Man NPC Battle Test Testing of "Weaponary Test" Check what happens when LP == 0 || -0 is reached Me And M45T3R are busy, so anybody interested in completing the script may complete it. Its 80-90% Done. Only Few things are remaining Edited March 26, 2013 by M45T3R Quote Link to comment Share on other sites More sharing options...
Olrox Posted February 10, 2013 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Share Posted February 10, 2013 I know this is not my forum area, although, If it were, I would ask more formalisms at the time you mark something as a "project" here. You are looking for -someone to debug something you have-, in other words, you are looking for "support" for one particular script you have; A project is about common goals of a whole team work about making something "new" to begin working. Why not posting in script support?, or Script Releases? Quote Link to comment Share on other sites More sharing options...
Relzz Posted February 10, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted February 10, 2013 (edited) I know this is not my forum area, although, If it were, I would ask more formalisms at the time you mark something as a "project" here. You are looking for -someone to debug something you have-, in other words, you are looking for "support" for one particular script you have; A project is about common goals of a whole team work about making something "new" to begin working. Why not posting in script support?, or Script Releases? Well, you're completely right xD but i posted it here because im going to need help constantly and in proyect to see if someone is willing to help.. and this isn't a release :/ also.. the script is very big.. Edited February 10, 2013 by Ryu Quote Link to comment Share on other sites More sharing options...
Olrox Posted February 10, 2013 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Share Posted February 10, 2013 Oh yeah I get your point. You are right, since you are talking about a high amount of scripts. However I believe the previous forums I mentioned are more assisted by the scripters around. I can even tell that you could have better results by posting on there. Quote Link to comment Share on other sites More sharing options...
Dastgir Posted February 10, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Sunday at 04:25 AM Share Posted February 10, 2013 (edited) Block 0 Current Code: switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); set LREADYHR,1; mes ""+strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; Should be switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); set LREADYHR,1; emotion 57+.@dice,0; mes strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; So it would show the dice number in npc. 3rd Square: switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); mes ""+strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; Should be switch(select("Roll the dice.")){ set LPOINTS, LPOINTS-1; set .@dice, rand(1,6); emotion 57+.@dice,0; mes strcharinfo(0)+" *Dice#"+.@dice+"*"; mes "The dice came out as "+.@dice+"."; mes "Press Close to move forward "+.@dice+" blocks."; Edited February 10, 2013 by Dastgir Pojee Quote Link to comment Share on other sites More sharing options...
malufett Posted February 10, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted February 10, 2013 some optimization switch(select("Enter.:Do not enter.")){ case 1: warp "job_ko"26,111; case 2: close; } to if(select("Enter.:Do not enter.") == 1) warp "job_ko",26,111; } close; switch(select("Aren't you...")){ case 1: mes "[Cougar]"; mes "I remember you from before looking for the way of the ninja."; to if(select("Aren't you...") == 1){ mes "[Cougar]"; mes "I remember you from before looking for the way of the ninja."; and to all switches with one case to convert it to if statement... and I can't see the test for weaponry.... Quote Link to comment Share on other sites More sharing options...
Relzz Posted February 11, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted February 11, 2013 (edited) Well thanks for the optimizations and I can't see the test for weaponry.... I thought it was like 3 tests.. but it's 4, im in 2/4.. i've finished the test of knowledge .. And that's 1/4 now im in 2/4 it's the test of survival EDIT: ADDED MORE BLOCKS Edited February 11, 2013 by Ryu Quote Link to comment Share on other sites More sharing options...
Relzz Posted February 13, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted February 13, 2013 (edited) Well, i've lost almost all my scripts.. i've accidentaly corrupted my HD where i save all my scripts.. and music .. and .. well all my data xD currently im re-downloading iRO.. so .. i will continue with the blocks posted up here.. (im the local file i have like 25 blocks.. and all of them are eh well xD) it is critically corrupted.. i can't repair it even with booteable programs all the sectors are destroyed Edited February 13, 2013 by Ryu Quote Link to comment Share on other sites More sharing options...
Dastgir Posted February 14, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Sunday at 04:25 AM Share Posted February 14, 2013 Well, i've lost almost all my scripts.. i've accidentaly corrupted my HD where i save all my scripts.. and music .. and .. well all my data xD currently im re-downloading iRO.. so .. i will continue with the blocks posted up here.. (im the local file i have like 25 blocks.. and all of them are eh well xD) it is critically corrupted.. i can't repair it even with booteable programs all the sectors are destroyed Sin título1.png Boot from windows CD, and run chkdisk twice. (It had fixed my problem last time,) Quote Link to comment Share on other sites More sharing options...
Miengo Posted February 15, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 1 Joined: 09/19/12 Last Seen: November 28, 2017 Share Posted February 15, 2013 · Hidden by Emistry, February 15, 2013 - non-english ~ Hidden by Emistry, February 15, 2013 - non-english ~ jajaja se te a perdido la FAT xD si puedes conectale a otro pc internamente y no por usb con un poco de suerte recuperaras la fat si no puedes intentarlo con el easeus Link to comment
kangfredy Posted February 23, 2013 Group: Members Topic Count: 112 Topics Per Day: 0.02 Content Count: 388 Reputation: 4 Joined: 05/01/12 Last Seen: October 25, 2022 Share Posted February 23, 2013 wow ryu..awesome..waiting for this script Quote Link to comment Share on other sites More sharing options...
Relzz Posted February 28, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted February 28, 2013 (edited) Yeah! It's almost at 60~70% =) idk very well but i already made Test 1, 2 and 3.. but i need to update Old Man NPC and repair many errors (im baaad at scripting) Dastgir Helped me a lot! He did awesome work with some fuctions.. Edited February 28, 2013 by Ryu Quote Link to comment Share on other sites More sharing options...
Dastgir Posted March 26, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Sunday at 04:25 AM Share Posted March 26, 2013 Its 90% Made. Project Link: https://github.com/M45T3Ryu/KO-Proyect == TodoFixing of Old Man NPCBattle Test Testing of "Weaponary Test"Check what happens when LP == 0 || -0 is reached Me And M45T3R are busy, so anybody interested in completing the script may complete it. Its 80-90% Done. Only Few things are remaining. Quote Link to comment Share on other sites More sharing options...
Relzz Posted March 26, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted March 26, 2013 You can also make Pull Requests in the Git if you want to make the code better Quote Link to comment Share on other sites More sharing options...
Dastgir Posted March 26, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Sunday at 04:25 AM Share Posted March 26, 2013 Please edit the 1st topic. Quote Link to comment Share on other sites More sharing options...
Relzz Posted March 26, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted March 26, 2013 Done, pls move this topic to script releases Quote Link to comment Share on other sites More sharing options...
Meister Posted March 27, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted March 27, 2013 Great! Quote Link to comment Share on other sites More sharing options...
Meister Posted April 4, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 4, 2013 Can this be released to public as a quest now? Quote Link to comment Share on other sites More sharing options...
Relzz Posted April 4, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted April 4, 2013 Nope.. Someone needs to finish it u.u I don't have PC so.. I can't do anything.. Im on a cellphone Quote Link to comment Share on other sites More sharing options...
Meister Posted April 4, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 4, 2013 All of the == Todo must be done right? before it can be usable? Quote Link to comment Share on other sites More sharing options...
Meister Posted April 4, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 4, 2013 Link: https://github.com/M45T3Ryu/KO-Proyect KO-Project========== Add the contents of quest_db.txt to your db/quest_db.txtAnd load the scripts normally. == TodoFixing of Old Man NPCBattle TestBlock 38(Test of Survival)Check official behavior of Blessed Blocks (You can cancel the dialog.. but idk when the points are added..)Check what happens when LP == 0 || -0 is reached Thanks! so that It can be used Quote Link to comment Share on other sites More sharing options...
Relzz Posted April 4, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted April 4, 2013 Yes :DD Quote Link to comment Share on other sites More sharing options...
Meister Posted April 5, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 5, 2013 I don't see nothing wrong. With a little bump and grind. Quote Link to comment Share on other sites More sharing options...
Meister Posted April 5, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 5, 2013 I've tried everything. I've edited some at Old Man to somehow let it work. But the Weaponry Test. It doesn't work After everything I have the items for example. And choosing melting iron. Nothing happens. Quote Link to comment Share on other sites More sharing options...
Question
Relzz
Its 90% Made.
Project Link: https://github.com/M45T3Ryu/KO-Proyect
== Todo
Fixing of Old Man NPC
Battle Test
Testing of "Weaponary Test"
Check what happens when LP == 0 || -0 is reached
Me And M45T3R are busy, so anybody interested in completing the script may complete it.
Its 80-90% Done.
Only Few things are remaining
Edited by M45T3RLink to comment
Share on other sites
23 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.