Jump to content

Quesooo

Members
  • Posts

    883
  • Joined

  • Last visited

Everything posted by Quesooo

  1. yes my flux is working normally
  2. good day rathena i want to request a job changer that for trans job only example the player is already a assassin and he talk to job changer he is now assassin cross i want to make my server a manual job change by walking and doing a quest before they change job but for bonus if they reach the max lvl 99 out of 50 he can now change job to trans job by using only the job changer npc thank you ^^
  3. Good day ! rathena please help me with this the functions is a player go to my website > he click donations > and put donation to earn credit points > after that player go to log in and play ingame > now he want to claim her credits to a npc the npc will give TCG base on credit points he have
  4. Plus 1 again its working now dud thank you
  5. Good day again rathena i have question why does my dice event not working?? i think its all complete if not can you please edit my script and make it right thank you this is the script //======Name======================================== // Dice Event //======Version===================================== // 1.0 //======Author(s)=================================== // Sandbox //======Comments==================================== // In loving memory of AstralRO //================================================== //Edit to where would you place the warper prontera,156,186,5 script Dice Event Warper#dice 723,{ mes "Do you want to join the Dice Event?"; menu "Yes",-; warp "quiz_02",55,87; close; } - script DiceTrigger -1,{ OnInit: disablenpc "Dice Event Warper#dice"; disablenpc "Claim Your Prize!#dice"; end; OnDiceETrigger: if(agitcheck() == 1) end; enablenpc "Dice Event Warper#dice"; announce "Dice Event: We are going to have a Dice Event",bc_all,0x8A2BE2; sleep2 1000; announce "Dice Event: For those who want to join, please go prontera Middle!",bc_all,0x8A2BE2; sleep2 1000; announce "Dice Event: The Warper would be open for 1 minute",bc_all,0x8A2BE2; sleep2 30000; announce "Dice Event: Last 30 Seconds.",bc_all,0x8A2BE2; sleep2 30000; announce "Dice Event: Warper Closed.",bc_all,0x8A2BE2; disablenpc "Dice Event Warper#dice"; areawarp "ra_temsky",86,149,113,134,"ra_temsky",99,114; donpcevent "DiceEvent::OnDiceStart"; end; } quiz_02,55,90,3 script Got Stuck?#dice 779,{ mes "[ Got Stuck? ]"; mes "Do you wish to go back?"; menu "Yes",-; warp "prontera",149,169; close; } quiz_02,37,80,3 script Box 1 111,{ warp "quiz_02",37,70; close; } quiz_02,49,80,3 script Box 2 111,{ warp "quiz_02",49,70; close; } quiz_02,61,80,3 script Box 3 111,{ warp "quiz_02",61,70; close; } quiz_02,73,80,3 script Box 4 111,{ warp "quiz_02",73,70; close; } quiz_02,37,64,3 script Go Back#1 858,{ warp "quiz_02",55,76; close; } quiz_02,49,64,3 script Go Back#2 858,{ warp "quiz_02",55,76; close; } quiz_02,61,64,3 script Go Back#3 858,{ warp "quiz_02",55,76; close; } quiz_02,73,64,3 script Go Back#4 858,{ warp "quiz_02",55,76; close; } - script DiceEvent -1,{ OnDiceStart: mapannounce "quiz_02","We are about to start the Dice event.",bc_blue; sleep2 1000; mapannounce "quiz_02","Rules are simple:",bc_blue; sleep2 1000; mapannounce "quiz_02","I'm going to pick a number, 1 to 4. Then I'll do a countdown from 5 to 0",bc_blue; sleep2 1000; mapannounce "quiz_02","All you have to do is go to box of the number you want",bc_blue; sleep2 1000; mapannounce "quiz_02","Example, If I get the number 4, All players standing on number 1 to 3 loses.",bc_blue; sleep2 1000; mapannounce "quiz_02","We'll do it again and again until we have 1 player left on this map.",bc_blue; sleep2 2000; mapannounce "quiz_02","Before I forget, you must GO INSIDE THE BOX! because if you're caught standing outside the box you'll be automatically disqualified!",bc_blue; sleep2 2000; mapannounce "quiz_02","That's it.. Now let's get it on!",bc_blue; sleep2 3000; goto L_start; end; L_start: enablenpc "Go Back#1"; enablenpc "Go Back#2"; enablenpc "Go Back#3"; enablenpc "Go Back#4"; if(getmapusers("quiz_02") == 1) goto L_winner; enablenpc "Box 1"; enablenpc "Box 2"; enablenpc "Box 3"; enablenpc "Box 4"; if(getmapusers("quiz_02") == 0) goto L_noone; if(getmapusers("quiz_02") > 1) { set $@number,rand(1,4); sleep2 1000; mapannounce "quiz_02","I'm ready to pick a number. Please go to the box of the number you want! Go go go!",bc_blue; sleep2 20000; mapannounce "quiz_02","5",bc_blue; sleep2 1500; mapannounce "quiz_02","4",bc_blue; sleep2 1500; mapannounce "quiz_02","3",bc_blue; sleep2 1500; mapannounce "quiz_02","2",bc_blue; sleep2 1500; mapannounce "quiz_02","1",bc_blue; disablenpc "Box 1"; disablenpc "Box 2"; disablenpc "Box 3"; disablenpc "Box 4"; disablenpc "Go Back#1"; disablenpc "Go Back#2"; disablenpc "Go Back#3"; disablenpc "Go Back#4"; areawarp "quiz_02",32,95,79,76,"prontera",149,169; areawarp "quiz_02",80,85,80,76,"prontera",149,169; areawarp "quiz_02",31,85,31,76,"prontera",149,169; if(getmapusers("quiz_02") == 0) goto L_noone; sleep2 1000; mapannounce "quiz_02","Time's Up. Winning number is "+$@number+"!",bc_blue; if($@number == 4) goto L_Lose1; if($@number == 3) goto L_Lose2; if($@number == 2) goto L_Lose3; if($@number == 1) goto L_Lose4; end; } L_Lose1: //Edit to where will you warp players that lost areawarp "quiz_02",33,73,41,52,"prontera",149,169; areawarp "quiz_02",45,73,53,52,"prontera",149,169; areawarp "quiz_02",57,73,65,52,"prontera",149,169; goto L_start; end; L_Lose2: //Edit to where will you warp players that lost areawarp "quiz_02",33,73,41,52,"prontera",149,169; areawarp "quiz_02",45,73,53,52,"prontera",149,169; areawarp "quiz_02",69,73,77,52,"prontera",149,169; goto L_start; end; L_Lose3: //Edit to where will you warp players that lost areawarp "quiz_02",33,73,41,52,"prontera",149,169; areawarp "quiz_02",57,73,65,52,"prontera",149,169; areawarp "quiz_02",69,73,77,52,"prontera",149,169; goto L_start; end; L_Lose4: //Edit to where will you warp players that lost areawarp "quiz_02",45,73,53,52,"prontera",149,169; areawarp "quiz_02",57,73,65,52,"prontera",149,169; areawarp "quiz_02",69,73,77,52,"prontera",149,169; goto L_start; end; L_noone: announce "No one won the Dice Event!",bc_all,0x8A2BE2; disablenpc "Claim Your Prize!#dice"; disablenpc "Dice Event Warper#dice"; end; L_winner: enablenpc "Claim Your Prize!#dice"; disablenpc "Dice Event Warper#dice"; end; } quiz_02,55,84,3 script Claim Your Prize!#dice 904,{ getitem 671,1; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Dice Event!",bc_all,0x8A2BE2; disablenpc "Claim Your Prize!#dice"; disablenpc "Dice Event Warper#dice"; warp "prontera",149,169; close; end; } quiz_02 mapflag nowarp quiz_02 mapflag nowarpto quiz_02 mapflag noskill quiz_02 mapflag noteleport quiz_02 mapflag nomemo quiz_02 mapflag nosave SavePoint quiz_02 mapflag noicewall quiz_02 mapflag noloot
  6. Good day rathena help me with this script please i want this to give only 1 character per account if the player make new character on her account he cant get again this is the script please modify it thank you new_3-1,58,114,4 script Freebies 832,{ mes "Welcome to Aki Ragnarok Online"; mes "What Service May I Offer You ?"; next; menu "Get Freebies", L16; L16: if(#New_Player == 1 || Class!=Job_Novice ) goto L_Done; if(Class==Job_Novice && #New_Player==0) { mes "Good Luck on your Adventure !"; mes "Which path do you wish to take?"; switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) { case 1://Swordsman getitem 13945,1; break; case 2://Archer getitem 13948,1; break; case 3://Mage getitem 13946,1; break; case 4://Acolyte getitem 13947,1; break; case 5://Merchant getitem 13949,1; break; case 6://Thief getitem 13950,1; break; } // Since these lines where everytime the same I put them here. // Also you had after those lines a "close" which ends the script // completely without setting the "#New_Player" variable to 1 // A "break;" breaks the "loop" or in this case the "switch" so it ends it and continues with the script below getitem 12214,5; // Convex mirror 5pcs. getitem 12210,5; // Bubble gum 5pcs. getitem 12263,5; // Manual 5pcs. getitem 5826,1; // Hat 1pc. getitem 569,30; // Potions 30pcs. getitem 12323,20; // Novice Fly wing 20pcs. mes "Start your awesome journey today."; mes "If you need help. Please use @request / search for Game Staffs. Thank You."; close; } end; L_Done: mes "You Have Received the Freebies already."; close; OnInit: waitingroom "Welcome to Aki Ragnarok Online",0; end; } // == Mapflags new_1-2 mapflag nowarp new_1-2 mapflag nowarpto new_1-2 mapflag noteleport new_1-2 mapflag nosave new_1-2 mapflag nomemo new_1-2 mapflag nobranch new_1-2 mapflag pvp_noparty new_1-2 mapflag restricted 1 new_1-2 mapflag nosave new_1-2 mapflag nomemo
  7. Good day again rathena i was confuse how to enable the time on woe and also the castle name ang guild name of the guild occupied it also i want to change the item showing below please help me im using fluxCp please see my screen shot
  8. another problem i want this test be on center and with bold for SERVER INFORMATION and SERVER FEATURES please help me thank you <?php if (!defined('FLUX_ROOT')) exit; ?> <div class="heading">Server Information</div> Server informations Episode: Terra GLORIA Mechanics: Pre-renewal Trans Job Base Exp : 100x Job Exp : 100x Item/Equips Rates: 20x Normal Card: 10% MVP Card: 1x Max Level: 99/70 Max Stats: 99 Max ASPD: 190 Insta-cast: 150 Dex Guild Capacity: 76 Dedicated Server Intel E5-1650v2 6 Cores / 12 Threads 3.5 GHz / 3.9 GHz 128 GB DDR3 ECC 1600 MHz Anti-DDOS Protection Absolutely no botting. Anti delay Anti-WPE Server Features Pre-renewal mechanics Stylist: 81 Hairstyles, 126 Hair Colours, 699 Cloth Colours Account Security Features Custom Instances & Quests Rental Equips System Quest NPC’s Every day GM Events Automated Events 3x WOE Schedule every week PVP / Battle Grounds and more with dota sounds Job Changer Healer Stats & Skill Reset Universal items at all tool dealers Town Warpers warp to Prontera for free topic close i figure it out
  9. +1 finally get the server information page thank you how about for staffs?
  10. good day rathena please teach me how to add informations inside on my website buttons i click server information or staffs on my website but when the page load there is no content inside of it i want to add on server information about the server have exp rates , drops, events , and other informations on staffs i want to add all of my staffs name on that page i think its more beautiful if there is a image after or before the staffs name well please see my attachments to understand it thank you so much
  11. thank you so much i try that... but im using pre renewal
  12. sor where can i get latest data and rdata
  13. your right i dont change anything on database. what if i change it normally how can i do that?? or where can i change it?? thank you
  14. Good day rathena i found costume items inside my trunk > db > re > item_db.txt how do i enable that items ingame ??? please guide me i also copy the items in renewal and paste it to pre renewal item_db.txt when i use @ii and search for item name its appeared normaly but when i use @item + id of the costume item the item i get is only apple how do i fix it and i also try to copy renewal item to trunk >db >import > item_db.txt but same problem... please help me i really need this thank you so much
  15. i also try that but the hp and sp still not normal
  16. good day rathena i was having problem again.... expert people please help me a character with 99 vitality or even all stats to 99 even 32k all stats the hp and sp is verry low help me how to fix it to nomal thank you
  17. i do what you said i copy that file and paste it on my 7272.txt but when i login the login said failed to connect server
  18. not working i cant login and always failed also the username and password txt become normal txt
  19. these are the procedure i make 1st i open the main.grf using grf editor 2nd i go to data > book > and look for 7272.txt 3rd i extract it and edit using notepad++ 4th i delete the existing 7272.txt on the grf editor and replace it with my one new made 7272.txt 5th i save and login ingame i cant connect to server always failed and sometimes im disconnected
  20. i already edit it and save but when i go login the text on login is change and i cant login again
×
×
  • Create New...