Jump to content

Rayan

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by Rayan

  1. Here, Test it , i HAVEN'T TESTED IT yet!!! it takes 7199 item to use , you can buy it from same NPC for 1k zeny. and it would expire in 6 days 20 hours exactly from buying time. For item restriction Go in /db/[RE or PRE-RE]/item_trade.txt add this 7199,491,100 NOTE : this includes every restriction other than cart option , if you want the player not even store the coupon in cart,replace 491 by 507. Script attached. paidwarper.txt
  2. Try this : - script gpackfcnt -1,{ function script gpack { mes "[ Guild Package ]"; mes " Please choose a color of Valkyrie Set"; menu "Red",R_red,"Black",R_black,"White",R_white; R_black: next; getitem 30007,1; getitem 30281,1; getitem 30284,1; getitem 30287,1; getitem 30290,1; goto L_Wing; close; R_red: next; getitem 30008,1; getitem 30282,1; getitem 30285,1; getitem 30286,1; getitem 30291,1; goto L_Wing; close; R_white: next; getitem 30033,1; getitem 30283,1; getitem 30286,1; getitem 30289,1; getitem 30292,1; goto L_Wing; close; L_Wing: next; mes " [Guild Package] "; mes " Please choose a color of Fairy Wings."; menu "Red",L_red,"Black",L_black,"Green",L_green,"Blue",L_blue; L_red: next; getitem 30237,1; goto L_access; L_black: next; getitem 30238,1; goto L_access; L_green: next; getitem 30239,1; goto L_access; L_blue: next; getitem 30240,1; goto L_access; L_access; next; mes " [Guild Package] "; mes " Please choose a pair of accessory"; menu "Megingard",L_meg,"Sacred Incense",L_sac,"Occult Incense",L_occu,"Brisingamen",L_bris,"Critical Ring",L_crit,"Nile Rose",L_nile; L_meg: next; getitem 2629,2; goto L_supp; L_sac: next; getitem 2638,2; goto L_supp; L_occu: next; getitem 2639,2; goto L_supp; L_bris: next; getitem 2630,2; goto L_supp; L_crit: next; getitem 2688,2; goto L_supp; L_nile: next; getitem 2658,2; goto L_supp; L_supp: mes " [Guild Package] "; mes " Here, your supplies! "; getitem 30005,100; getitem 30395,5; getitem 4302,1; getitem 4131,1; getitem 14232,40; getitem 30324,40; close; } }
  3. i haven't tested it , but i have done some addition to you script along with things you asked to add. http://pastebin.com/2fR0BnL9 However i m not known to that kinda mapflag So, i didn't touched it , I have added AnnieRuru's Dota in it too for pvp fun , just check it , if it gives you error remove it Rest , script done small [not in syntax ] , deathmatch type added, Rest you can check
  4. Add the potion id in item_noequip.txt >>> itemid,2 //2 is for pvp[don't put ">>" in file] it is in db/re or db/pre-re whatever you using . everything is mentioned pretty much clear in it. However this actually bans the item from every pvp map. NOW , you issue is to set it to particualar map ,In your case it is "pvp_y_8-2" So , What you have to is just Add the item in zone , zone info is in the same file that is item_noequip.txt after you put zone , go in conf>mapflag>restricted.txt and add your map is that zone For example : if in the item_noequip , i ban fly wing for zone 2, i would write : 601,64 and if i want the map named "pvp_y_8-2" to have that item restriction , i would go in conf>mapflag>restricted.txt and put pvp_y_8-2 mapflag restricted 2 ITs done. Hope you understood
  5. nah i think its k , as its general discussion on knowing each other
  6. Rayan

    Hexed

    what client name you want?
  7. try this out : 29825,Captains_Hat,Captains_Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1924,{ if(Class==Job_Archer) { bonus bMaxHPrate,50; bonus bLongAtkRate,20; } },{},{} i made it archer as ranger wont come if u do sniper only , thats just a thought though as sniper is trans and is separate from ranger, i HAVEN'T looked upon your bonus script as they looked fine to me, Try it
  8. trunk>conf>mapflag> find gvg.txt guild_vs1 mapflag gvg Change to : //guild_vs1 mapflag gvg add same map in pvp.txt however no need of it , IF your script have set the mapflag already. Also , if you want to enable party in the pvp room edit pvp_noparty.txt the same way. and add your map in pvp_noguild.txt too. DONE!
  9. Hi guys, I think we all can know each other more, i mean we all are a part of huge ro community rAthena and its like home for us now , I mean most of us visit it everyday at least one time So , if you think its fine to give out , Share you fb link here Mine is facebook.com/karan.jagdev Whats yours??
  10. Android have it, Go here :: http://www.pader-sync.com/ and apk file download is this : http://www.pader-sync.com/PaderSyncSSH.apk
  11. Hope this works ,NOT sure. prontera,156,163 script EXPCOIN WARPER 112,{ if (BaseLevel > 98) { mes "You are mature enough to enter the portal"; close; } else{ mes "Welcome to the Experience+Coins Arena"; next; warp "mapname",x,y; //Put your map name here, where you want the player to be warped. close; } OnInit: waitingroom "Utility NPCS inside"; end; }
  12. rejected from sever comes when your id is not in proper maner, please post your GID number , or i can say your accound number
  13. DE-assemble everything , do take care of monitor , if its led or lcd cover it with thermocol or some protective material , IF not , throw your CRT away and buy a led later on . rams, hdd and motherboard must be packed in a still piece , i mean they must not move here and there in the package or it may break the solderings. rest you can buy up der
  14. For the opensetup.exe ,: run it on administrative privileges or you can download config file [setup.exe] from here: roclient.letsplayro.com Next is your failed to authenticate is the issue of the client . try to use another client , and you can refer to this topic too : http://rathena.org/board/topic/73531-fixing-failed-to-authenticate/
  15. well you can have security measures, firstly , are you using phpmyadmin >?? if yes then might be your phpmyadmin version is low , check your php version first , by command php -v IF its below 5.2 , you MUST update php and hence phpmyadmin. As the before versions were vulnerable. Next is your database user/passowords , I recommend passwords generated automatically, they are more secure than any of the other. If you are using eAthena , i would suggest you to move on to rathena . But if you want to use eathena mobs and items and other things , just copy paste them here to der, DONT DO THAT WITH SRC. rAthena is way too much secure than eAthena and is advanced. At last is your flux, The flux for eathena have a Loop hole, I would never use old flux if i were you, Rather switch to Calcium Kid's CP or Xantara's CP.
  16. your sprites are not at proper place or actually not present inside your grf
  17. Hello Respected Helpers, after new update in rathena , i m a bit confused about status immunity, Status.conf removed Luk status immuse and made it to simple def immune , So does it means that luk have no more contribution in status immunity or does it mean that all the stats now equally immune the status??
  18. Rayan

    rotd

    Does anybody have actually working ROTD script?? Please share .. Regards n thnx in advance Rayan
  19. Ur account series is way too much, go in login table in main sql db and set 2000000 to 20000
  20. Rayan

    reque 1 NPC

    // --------------------- Config --------------------- setarray .MainMenu$[0], // Set menu options! "Change Jobs", // [1] "Stylist", // [2] "Refiner", // [4] "Remove Cards", // [8] "Exchange Coins", // [16] "Rentals", // [32] "Reset Stats/Skills", // [64] "Platinum Skills", // [128] "Change Sex", // [256] "Identify All"; // [512] i think putting "//" before the option you wanna disable would do.
  21. Rayan

    Updating SVN

    just go in ur trunk directory , and do "svn update" without quotes , then for sql tables https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/upgrades/ update ur sql db from above link files.
  22. create a user for your ragnarok mysql db, then put those details in inte_athena.conf , mention db name too, and its done. Please refer wiki everytime u create a server
×
×
  • Create New...