Jump to content

stydianx

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stydianx

  1. check your DATA.ini inside your ragnarok folder.. edit it and it should look something like this: [DATA] 0=RObustOnline.grf 1=data.grf 2=sdata.grf 3=etcetc. Replace RObustOnline.grf with the name of your official grf. also check if your using the right "setup.exe". then try running the application as ADMIN.
  2. post your error, so it can be solved ASAP. just incase (some people forget this) check your sprites using SPR CONVIEW if a sprite has more than 6 frames, its a equipsprite, if there is only 1, its a drop sprite.
  3. This looks good but tell us more about it.
  4. I was typing random numbers when an item popped up, it was a costume head gear, but its name is not in English.. i have tried searching ratemyserver and this forum for item ID numbers or related topics but unfortunately, found nothing of this type.. (or did i miss something? hmmmm) does anyone have a list of these costume items?
  5. hmmm.. i remember i have posted a topic that might have something to do with this.. try going to: Go to: conf/mapflag then Go to: night.txt then add your map there and mapflag (or just copy the format that is in there). see if it works.
  6. Thanks sa lahat ng tumulong.. okay na po ito!. [sOLVED]
  7. http://rathena.org/b...ed-pvp-bossnia/
  8. ExtremeBossnia I had an idea on how to make bossnia more interesting and team based for players. Since im no pro in scripting, i requested this script. I personally think it's cool because of its features and mechanics to win. For anyone who wants a new thrill in bossnia, this script is perfect. The script is easy to modify. Just wanted to share this to people who are looking for cool and customized existing scripts Hope you guys like this. (Credits to Emistry and AnnieRuru for making this idea possible) Features/Mechanics: Item reward at the end of event. NPC appears and disappears in time. Opens only 3 times a day. You need to last 30min inside to get reward. PvP is turned on. When 1 member of the party dies, entire party is warped out. Minimum of 4 players to join, max is 10. add in mapflag if needed. Configuration: Appearance of NPC/Time of Event. OnClock0100: OnClock0500: OnClock0900: OnClock1300: OnClock1700: sleep ( 30 * 60000 ); If you don't want the NPC to disappear after the event, look for this and remove it: disablenpc "bsw"; To Change the Required level for a party member to get in: if( BaseLevel < 150 ){ To change the Amount of zeny to get in: set Zeny, Zeny - 50000000; To change the Rewards: getitem 7227,3, $@partymemberaid[.@i]; getitem 675,1, $@partymemberaid[.@i]; getitem 607,50, $@partymemberaid[.@i]; getitem 7959,5, $@partymemberaid[.@i]; NOTE: There is an NPC for my reward at this event (silver coins) wich sells godly items. if you guys want it, you can PM me. To change the warp point when Player dies: OnPCLogoutEvent: OnPCDieEvent: if( !compare( strcharinfo(3),"bossnia_0" ) ) end; if ( getcharid(1) == 0 ) warp "lighthalzen",137,86; To changed the minimum and maximum number of players to go in: }else if( $@partymembercount < 4 || $@partymembercount > 10 ){ mes "You need total of 4 - 10 Party Members."; Download links: http://www.4shared.c...B/bossnia.html? http://www.mediafire...g3vjvtf2oam7ivj For any questions, ask me or the two godly Scripters mentioned above bossnia.txt
  9. One player on my server asked me about this quest found in izlude, but i removed izlude because the map was bugged. so i check the folders then my trunk, only to find nothing of this quest. im requesting for this script, if anyone cal give me a copy it'll be great! can someone share this to me? thanks this is the quest where you: Warp to Izlude and walk to the northeast corner, by the ship. Speak to Gentleman Thomas while you have a pipe equipped. He will tell you about how your pipe is soo lower class and offers to make you a Gentleman's Pipe Bring him the items he asks for to get your Gentleman's Pipe headgear and some Pancakes. Edited according to the rules. Thanks euphy
  10. stydianx

    Bossnia

    THANKS ANNIE!! <3 this is great! thanks also to Emistry!
  11. im no pro, but try this.. made it from scratch.. actually, its my 1st script if it doesn't work i will make another one prontera,155,185,4 script ItemWarp 801,{ OnTouch: mapwarp .Map$,"sec_in02",37,177; announce "You are warped to another realm"; } OnMinute10: mapwarp .Map$,"prontera",155,185; announce "what the @#$! happened?"; end; }
  12. lol! i know you couldn't resist answering my question thanks.. so it's a WoE but i can place it anywhere in a map.. so if i place the Emperium in the middle of Prontera, it becomes the guild castle? is this right? sorry to keep asking, KoE is very new to me and i have no clue about it.. the definition in your KoE script is good, but for my case cause it's new to me, i need a more detailed description. i love you dude!
  13. - para dito sir makikita mo sa items.conf yung value dapat di lalagpas ng 1000000000 at di naman bababa sa 1 - tama po si naaaan 'vcast_stat_scale' should not be less than 1 but not more than 2147483647 at dun sa 'renewal_cast_enable' obsolete na po yan. I think you are using an old revision? update mo na lang po yung files niyo. hindi po ba ito makaka apekto sa server ko ngaun?
  14. una sa lahat.. eto hindi ko na matandaan kung saan ko ito nakita.. [Warning]: Value for setting 'vending_max_value': 2000000000 is invalid (min:1 max:1000000000)! Defaulting to 10000000... eto naman, matagal ko na sinusubukang ayusin, hindi ko prin magets hanggang ngayon, baka merong pwedeng makatulog? [Warning]: Value for setting 'vcast_stat_scale': 0 is invalid (min:1 max:2147483647)! Defaulting to 530... [Warning]: Unknown setting 'renewal_cast_enable' in file conf/battle/skill.conf
  15. try this: replace: if( #Day != gettime(4) ) addtimer ( 5 * 3600000 ),strnpcinfo(0)+"::OnUpdate"; with this: if( #Day != gettime(4) ) addtimer ( 3600000 ),strnpcinfo(0)+"::OnUpdate";
  16. its here: monster .@map$[.@rand1],0,0,"--ja--",.@mob[.@rand2],1;
  17. stydianx

    Tax Script

    ohh.. okay, so it's individual.. i thought you could make just 1 script that will work like a duplicate and create many NPC;s in a town.. okay, maybe duplicate will do the trick! thanks!
  18. stydianx

    WoR Event

    are you going to do what GDI said? as shown here in the bottom link?
  19. stydianx

    WoR Event

    will this evre be done?
  20. master, i am sorry to disappoint you but............ that isn't my script.. someone let me borrowed it in the request section... for now i can only do shop scripts and simple NPC's (guides and such) but thanks for the help.. i will try to use what you have provided i have tried that way to add a map flag, but when i do that, the NPC doesn't show itself.. EDIT: it worked, well, KINDA.. the NPC didn't disappear like it usually does when i add the mapflag,, BUT, it's still not PVP inside..
  21. there you go! straight from the pro..
×
×
  • Create New...