Jump to content

Gidz Cross

Members
  • Posts

    686
  • Joined

  • Days Won

    9

Everything posted by Gidz Cross

  1. Dati na akong gumawa ng private sever way way back 2014. Ngayun gumagawa ulit ako. Ang dami ko nang nakalimutan. Anyway na refreshed naman na ako kahit papano. Halos bumalik na yung mga iilang knowledge ko sa pag gawa ng server. Anyway ang problem k ngayun is about this script i found in my old ragna files way way back 2014. Ngayun ko halos nakikitaan ng loophole yung mga na grab kong script sa rathena/hercules and midgard community. Di ko na maalala yung ibang site. Anyway this is about Novice VS Zombie na auto event every hour. Ito yung script. - script announce_nvz -1,{ OnClock0030: OnClock0130: OnClock0230: OnClock0330: OnClock0530: OnClock0630: OnClock0730: OnClock0830: OnClock0930: OnClock1030: OnClock1131: OnClock1230: OnClock1330: OnClock1430: OnClock1530: OnClock1630: OnClock1730: OnClock1830: OnClock1930: OnClock2030: OnClock2130: OnClock2230: OnClock2330: if(agitcheck() == 1) end; announce "The Novice Vs. Zombie Event will begin in 3 minutes.",0; killmonsterall "quiz_01","All"; sleep 5000; announce "The NPC 'Novice vs. Zombie' has appeared in Prontera!",0; enablenpc "Novice vs. Zombie"; sleep 55000; announce "Event: Novice Vs. Zombie will begin in 2 minutes. You better get ready!",0; sleep 60000; announce "Event: Novice Vs. Zombie will begin in 1 minute!",0; sleep 30000; mapannounce "quiz_01","In 30 seconds the monster will appear!",0; sleep 25000; announce "Event: Novice Vs. Zombie will begin in ~5~",0; sleep 1000; announce "~4~",0; sleep 1000; announce "~3~",0; sleep 1000; announce "~2~",0; sleep 1000; announce "~1~",0; sleep 1000; announce "Event: 'Novice Vs. Zombie' has begun!!",0,0x00FF00; monster "quiz_01",42,369,"Zombie",1036,4; disablenpc "Novice vs. Zombie"; sleep 10000; monster "quiz_01",42,369,"Zombie-2",1036,10; sleep 10000; monster "quiz_01",42,369,"Zombie-3",1036,10; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1036,10; initnpctimer; end; OnTimer5000: if ( getmapusers("quiz_01") == 0 ) { killmonsterall "quiz_01","All"; announce "'Novice Vs. Zombie' has ended. All of the Zombies are gone.",0; stopnpctimer; end; } else if ( getmapusers("quiz_01") > 1 ) { if ($@NvZCounter >= 5){ switch(rand(0,2)){ case 0: mapannounce "quiz_01",getmapusers("quiz_01") +" players are still alive.",0,0x00FF00; break; case 1: mapannounce "quiz_01",getmapusers("quiz_01") +" players are STILL alive? Are you sure you're not cheating?",0,0x00FF00; break; case 2: mapannounce "quiz_01",getmapusers("quiz_01") +" players are STILL ALIVE? Seriously, I'm gonna have to report you.",0,0x00FF00; break; } } else { mapannounce "quiz_01",getmapusers("quiz_01") +" players are still alive.",0,0x00FF00; } sleep 10000; set $@NvZCounter,$@NvZCounter+1; initnpctimer; end; } initnpctimer; end; OnPCDieEvent: getmapxy .@mapnvz$,.@xnvz,.@ynvz,0; sleep2 1000; if ( .@mapnvz$ == "quiz_01" && getmapusers("quiz_01") == 1 ) { killmonsterall "quiz_01","All"; if (sex == 1) { announce "In 'Novice Vs. Zombie', " + strcharinfo (0) + " has won! Let's congratulate him!",0; } else { announce "In 'Novice Vs. Zombie'" + strcharinfo (0) + " has won! Let's congratulate her!",0; }; getitem 31991,1; set $@NvZCounter,0; stopnpctimer; warp "prontera",156,223; sleep2 250; } else { sleep2 1; warp "prontera",156,223; dispbottom "You have lost..."; } end; } prontera,155,125,3 script Novice vs. Zombie 1015,{ if (BaseLevel > 1) goto L_No; if (class == 0) goto L_event; if (class > 0) goto L_No; L_event: sc_end SC_ALL; sc_start SC_DECREASEAGI,10,1; percentheal 100,100; atcommand "@storeall"; warp "quiz_01",42,369; L_No: mes "[^0000FFNovice Vs. Zombie^000000]"; mes "Brains!!!!!!! D=<"; mes "^696969You are not a level 1 novice! Cheater!^000000"; close; OnInit: disablenpc "Novice vs. Zombie"; end; } // mapflag quiz_01 mapflag nocommand 2 Working naman sya. Ang gusto ko lang magkaroon sya ng conditions like the ff: 1. Kung 1 player lang ang sasali due to any reason = Automatic win and/or 2. Kung 1 player lang din ang sasali, mas mabuting hindi nalang magtutuloy yung script due to insufficient players. Thank you po!!
  2. Mismo! Pero isa kang alamat boss gerzzie! Gidz here ?
  3. Yes. I diffed my to 5000 views. But it was solved anyways. How to mark ths thread as solved?
  4. Oh so the real name of this is Baal Wings. Thank you so much for providing me the original files! ♥ But i already fixed the problem by changing the view id into 2000. Im not sure how it works but hey it works! Thank you!
  5. ^ this is what i said here in https://rathena.org/board/topic/121639-help-custom-item-not-showing/ rathena general. Hehe! Okay heres my problem. I am trying to create again a private server. And im in the phase where im putting custom items. So to test it out. Im trying to add 1 custom item which is a Wing. Btw, im using 2015-11-04aRagexe. Okay please look into the attached files. The first screenshot showing that im wearing the wing. But its not showing. (THIS IS MY PROBLEM) The second screenshot shows that i can drag the wing and it was showing its sprites. The third screenshot shows that i can drop it. So no problem regarding to sprites. Here is my settings accessoryid.lub = thats my view id ACCESSORY_IDs = { . . . . . ACCESSORY_C_Luna_On_Shoulder = 1881, ACCESSORY_Devil_Wings = 1882 } accname.lub AccNameTable = { . . . [ACCESSORY_IDs.ACCESSORY_C_Luna_On_Shoulder] = "_C_Luna_On_Shoulder", [ACCESSORY_IDs.ACCESSORY_Devil_Wings] = "Devil_Wings" } tbl = { [32165] = { unidentifiedDisplayName = "Wings", unidentifiedResourceName = "Devil_Wings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Devil Wings", identifiedResourceName = "Devil_Wings", identifiedDescriptionName = { "Wings of Papa Josh" }, slotCount = 0, ClassNum = 1882 }, } ^ Well this is my iteminfo.lua and finally this is my item.db 32165,Devil_Wings,Devil Wings,4,20,,100,,0,,0,0xFFFFFFFE,7,2,1,,0,0,1882,{},{},{} Can you help me guys? Im desperate. Thanks in advance!
  6. Hello! Where is this located? nevermind. im not going to implement this on my server. Thanks!
  7. Its been renamed so many times. The original names were _devingwings. Anyhow it might be the view id and/or the custom id number. Way way back im following a guide for a custom id number specifically to headgears. If i remember correctly. Id number of a headgear type is very limited. I am searching for that but i cannot find it anywhere. okay i know now the proper section. im going to close this and re post to the said section. Thanks BeWan!
  8. Sorry im using my phone right now. So somehow i fail quoting your message. Anyway heres the picture i took a while ago.
  9. Yes i got that right. Those folder are for male and female. I dont have any error when wearing it. It just wont show. I tried it to different custom headgears as well. Same scenario. And oh! It was working before when i first made a server way way back.
  10. Yes i got that right. Those folder are for male and female. I dont have any error when wearing it. It just wont show. I tried it to different custom headgears as well. Same scenario.
  11. Hello rathena people! First im so sorry if i posted in the wrong section. Okay heres my problem. I am trying to create again a private server. And im in the phase where im putting custom items. So to test it out. Im trying to add 1 custom item which is a Wing. Btw, im using 2015-11-04aRagexe. Okay please look into the attached files. The first screenshot showing that im wearing the wing. But its not showing. (THIS IS MY PROBLEM) The second screenshot shows that i can drag the wing and it was showing its sprites. The third screenshot shows that i can drop it. So no problem regarding to sprites. Here is my settings accessoryid.lub = thats my view id ACCESSORY_IDs = { . . . . . ACCESSORY_C_Luna_On_Shoulder = 1881, ACCESSORY_Devil_Wings = 1882 } accname.lub AccNameTable = { . . . [ACCESSORY_IDs.ACCESSORY_C_Luna_On_Shoulder] = "_C_Luna_On_Shoulder", [ACCESSORY_IDs.ACCESSORY_Devil_Wings] = "Devil_Wings" } tbl = { [32165] = { unidentifiedDisplayName = "Wings", unidentifiedResourceName = "Devil_Wings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Devil Wings", identifiedResourceName = "Devil_Wings", identifiedDescriptionName = { "Wings of Papa Josh" }, slotCount = 0, ClassNum = 1882 }, } ^ Well this is my iteminfo.lua and finally this is my item.db 32165,Devil_Wings,Devil Wings,4,20,,100,,0,,0,0xFFFFFFFE,7,2,1,,0,0,1882,{},{},{} Can you help me guys? Im desperate. Thanks in advance!
  12. What do you mean by "you want to end time?"
  13. Yep nemo. The latest version of it.
  14. Loki launcher has something to do with the notepad. You have to edit it.
  15. Try these http://rathena.org/board/topic/70965-fix-to-auto-close-on-wrong-password-for-new-clients/ http://rathena.org/board/topic/70856-workaround-fix-to-autoclose-on-wrong-password-for-new-clients/ http://rathena.org/board/topic/57085-is-there-such-client/?p=69195 Uhm. Thanks. But i dont experience this problem. Yet good thing to others who are experiencing the wrong password issue.
  16. Are you always there to spam at my post that i created? Or you just have nothing to do?
  17. Oh my goodness. You never get me do you? I not exploting or what ever. My problem is very simple to understand. If you see my screenshot. You'll see the Server is still recognizing my shit. When i click "okay" instead of going to log on screen again. The client WILL CLOSE. Another scenario You use @autotrade. And you realized you need to log in again to see some shit or what ever. You will see my screenshot above. Then when you click okay THE CLIENT WILL CLOSE Geeez!
  18. I hope you make rathena guild emblem (With options) as well. I want to represent rathena on my server.
×
×
  • Create New...