Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. did you already asked to asura for support? sorry i don't know about vps on windows
  2. huh allright, thank you for the repply huh i also wanted how to make a bonus that inflicts burn or the effect of frost misty of the warlock D:
  3. oh lol sorry still trying to figure out how some scripts work (the order) i was confused of what he wanted @_@ sorry again lol
  4. Proud Deviling lol

  5. shouldn't be like? OnPCDieEvent: getmapxy .@map$,.@x,.@y,0; if ( getgroupid() > 3 || killedrid == getcharid(3)){ end; } else (.@map$ == "arena") { announce rid2name(killerrid)+" wins against "+strcharinfo(0)+" at pvp!",bc_all; warp "prontera",155,180; end; } what is supposed to be after this? getmapxy .@map$,.@x,.@y,0; if ( getgroupid() > 3 || killedrid == getcharid(3)) and then after this? (.@map$ == "arena") { announce rid2name(killerrid)+" wins against "+strcharinfo(0)+" at pvp!",bc_all; warp "prontera",155,180;
  6. Kido

    Play on Mac?

    thank you o: a player want to paly but since he doesn't know a thing about it, he don't want to touch it without support D: thanks again
  7. huh i just added the warp, add the warp to where the woe maps are, i'm not sure if it will work, so pelase make a backup first D:
  8. cool o: i'll understand more this o:!!!
  9. hello, i have some players that want to play in its mac but they don't know how, i was wondering if is there special files or something that i can do fr them to be able to play on mac mayba special cliente and grf or something? thank you so much in advance
  10. Kido

    client

    oh i see you have another post here http://rathena.org/board/topic/92166-how-to-encryption/ sorry i don't know if client can be encrypted i also didn't found something in google sry D:
  11. xD i thinked no one would downloaad it because is kinda hard to edit xd thanks
  12. i guess it is, but seems like it will cast frosty mist i guess too that for the burning effect, the script will look similar lol
  13. check there these lines // The rate at which equipment is dropped. item_rate_equip: 10000 item_rate_equip_boss: 10000 //here lol item_drop_equip_min: 3000 item_drop_equip_max: 10000
  14. Kido

    client

    try to use this o: it says it can encrypt it http://rathena.org/board/topic/77080-grf-grf-editor/
  15. allright, you are welcome
  16. try with this, should help if you want them for separatetly http://svn.code.sf.net/p/rathena/svn/trunk/db/mob_item_ratio.txt
  17. Kido

    Help!

    huh sounds like a client problem D: try different clients maybe (?) sorry i'm not too sure of what might happen edit: lol also look for the lua files, the view id (for the goggles)
  18. what errores are you getting? huh did you make already a sql database?
  19. yeah D: sry wasn't sure at all, i'm still halfsleep you know z_z misswatched 0.5 to 0.05% sry D:
  20. File Name: Simple Quest With Random Prize 1.0 File Author: Kido Date Released: 15/02/2014 (happy valentine's day!) Category: Quest Script Modified/Original Author: Not modified/Kido Description: It's a simple hunting quest, you gather the items and then you recieve a random prize for it. It's cool that it has the picture of beautiful Wanderer, you can edit it too to change for something you like (no user friendly, sry when i get more skill i will made it more easy to edit). There is an extra option to echange 1 item for X Quantity of items. I made this script for my server for the Valentine's day, i don't mind if you use it too for that purpose. TODO: Add colors Improve it with more switch instead of menus Suggestions (?) How to edit it: Change that for your required items mes "100 Needle Packet"; mes "100 Boy's Pure Heart"; mes "100 Burning Heart"; mes "100 Flame Heart"; mes "100 Glacial Heart"; mes "100 Wooden Heart"; mes "100 Whiterless Rose."; Change that for your prizes mes "1 Valentine's Day Firecracker Box"; mes "1 Silver Ring of Valentine"; mes "1 Gold Ring of Valentine"; mes "1 Cupid's Target"; mes "1 I Love China"; mes "1 Love Arrow"; mes "1 I Love You Firecracker"; mes "1 Chicken of Love Hat"; This is the list of your required items, just replace the IDs if(countitem(748)<=99 && countitem(7189) <=99 && countitem(7561) <=99 && countitem(994) <=99 && countitem(7097) <=99 && countitem(12373) <=99 && countitem(7213) <=99) { Change the delitem for your items ID and the getitem callfunc line for your random prizes delitem 748,100; delitem 7189,100; delitem 7561,100; delitem 994,100; delitem 7097,100; delitem 12373,100; delitem 7213,100; getitem callfunc( "F_Rand", 13806,7947,7946,5393,5423,5823,14546,5822 ), 1; Change the switch and menus as you need switch(select("-Give items <3:-I'm going for them <3!:-Exchange I Love You:-I want to see the prizes")) { For the exchange items for X items edit this line, change the id of the required item and then if(countitem(14546)<1) { change the id for the prize exchange (check the required id and the prize exchange id delitem 14546,1; getitem 597,20; This is an explanation line of what your item prizes do menu "Valentine Day Firecracker Box",case5,"Silver Ring of Valentine",case6,"Gold Ring of Valentine",case7,"Cupid Target",case8,"I Love China",case9,"Love Arrow",case10,"I Love You Firecracker",case11,"Chicken of Love Hat",case12; I hope you like it guys, sorry i will make better scripts and later will make this ones more easy to edit (it looks hard to edit, but actually it's kinda simple since you only change IDs). A picture of how it looks (lol don't mind, my server is in spanish) Happy Valentine's day to everyone! Changelog: simple quest script random prize 1.0 First release simple quest script random prize.txt
  21. D:! i'm not sure about this but, why don't you try to add it manually? this lines setarray .Castles$[0], "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05", "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05", "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05", "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05", "arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05", "schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05","custom_woe_map"; //custom woe map here should work D:!
×
×
  • Create New...