Jump to content

ThyroDree

Members
  • Content Count

    556
  • Joined

  • Last visited

Everything posted by ThyroDree

  1. how can i remove this bar because the custom item don't have slot but the bar still show
  2. Hahaha Yes Anakid i know ur the Designer/Spriter of DotaRO HAHAHA Please Share
  3. can i request a Redeemer NPC / Coupon NPC / Promotional NPC Info: the player talk to npc and click the Redeem a Promo Code then type "TestproMO111" then the npc will check and give the player a items ( GR,Tao,MainGauche,Field manual,etc,. ) and if the Player try to cheat or make a new character and redeem it again the code "TestproMO111" the npc will say "Sorry, either the code "TestproMO111" you have entered is invalid or the promo was over or someone already claim it ."
  4. i want to request a script that exchange items example . i exchange my Red Glasses - > Black Frame Glasses and Black Frame Glasses -> Red Glasses
  5. Mall : All in One Npc Mall Description: This is a Complete Mall in 1 NPC. Download: http://pastebin.com/A92xBspJ
  6. It's okay now i already solved it on my own. thanks AnnieRuru and EriN_KillerSoul i want to share my working all in one mall script so... here it is mall.txt
  7. also tried that on hercules and rathena svn then the problem is the same can anyone help me?
  8. this is the script i got a problem because shop shop is not working like armors here is the script ALLINONEMALL SCRIPT [bUG]??
  9. can someone help when i break the emperium and Announce My Guild is the King of Emperium i can still attack the emperium . how can i make this like on War of Emperium? and how can i make the emperium in this script i immune with skills? it only can break using Normal Attacks heres my script - script KoE -1,{OnInit: disablenpc "The King#KoE"; disablenpc "Exit#KoE"; bindatcmd "koe", strnpcinfo(0)+"::OnCommand", 99,99; end;OnCommand: if ( compare( .@atcmd_parameters$, "on" ) ) goto L_start; else if ( compare( .@atcmd_parameters$, "off" ) ) goto L_end; else { dispbottom "type - '@koe on' to start the event"; dispbottom "type - '@koe off' to end the event"; } end;OnClock2000: // everyday 8pm startsL_start: if ( .start ) end; gvgon "guild_vs1"; announce "The King of Emperium Hill has begun!", bc_all; .start = 1; enablenpc "The King#KoE"; disablenpc "Exit#KoE"; $koegid = 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 7; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end;OnClock2030: // everyday 8:30pm endsL_end: gvgoff "guild_vs1"; announce "The King of Emperium Hill is over!", bc_all; .start = 0; enablenpc "Exit#KoE"; disablenpc "The King#KoE"; killmonsterall "guild_vs1";// maprespawnguildid "guild_vs1", $koegid, 6; end;OnEmpDead: $koegid = getcharid(2); announce "The current King of Emperium Hill is the ["+ strcharinfo(2) +"] guild.", bc_all; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; sleep 500; if ( .start ) monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end;} // KoE Entrancephtownall,209,172,4 script The King#KoE 58,{ mes "[The King]"; if ( !getcharid(2) ) { mes "You must have a guild to participate in the ^FF0000King of Emperium Hill Tournament^000000."; close; } mes "Hello."; mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?"; if ( select ( "Yes", "No" ) == 2 ) close; switch( rand(1,4) ){ case 1: warp "guild_vs1", 50, 88; end; case 2: warp "guild_vs1", 88, 50; end; case 3: warp "guild_vs1", 50, 11; end; case 4: warp "guild_vs1", 11, 50; end; }} // KoE Exitguild_vs1,49,56,5 script Exit#KoE 51,{ mes "[Exit]"; mes "See ya."; if ( getcharid(2) == $koegid ) getitem 501, 1; // configure prize here close2; warp "Save",0,0; end;} // Flagsguild_vs1,49,38,4 script King of Emperium Hill#1::koe_flag 722,{ if ( !$koegid ) end; mes "[King of Emperium Hill]"; mes "The Current King of Emperium Hill is the ["+ getguildname($koegid) +"] guild."; close;OnRevKoE: flagemblem $koegid; end;}guild_vs1,61,49,6 duplicate(koe_flag) King of Emperium Hill#2 722guild_vs1,38,49,2 duplicate(koe_flag) King of Emperium Hill#3 722guild_vs1,49,61,0 duplicate(koe_flag) King of Emperium Hill#4 722 guild_vs1 mapflag nobranchguild_vs1 mapflag nomemoguild_vs1 mapflag nopenaltyguild_vs1 mapflag noreturnguild_vs1 mapflag nosave SavePointguild_vs1 mapflag noteleportguild_vs1 mapflag gvg_nopartyguild_vs1 mapflag nowarpguild_vs1 mapflag nowarptoguild_vs1 mapflag guildlock
  10. thanks but how to can i add the command will detect if the player don't put B> / T> / S> the command will not be broadcast. example @bst Hello. ( the commands will say " Market Symbol is Needed when using this command " B>,T> , S> , B/T> , or S/T>". )
  11. up a VIP Shop for only Vip Members that sells a Assump Scroll, Berry, and Box of Thunder to VIP Members for only 1m zenies.
  12. help me make broadcast npc for VIP only broadcast npc gives broadcast for free and to the Tool Dealer sell Yggdrasilberry,Poison Bottle, and Speed Potion for only 1000z anyone? my VIP code is #prmm
  13. can you give me how can i put #vip on player? sorry newbie on scripts
  14. did you tried that if that is working sir schan btw thanks for links
  15. i tried to add this on rathena svn but error x.x http://upaste.me/f7881058492d6f76b i this rathena http://rathena.org/b.../90929-rscript/ i cant find the src/custom/atcommand.inc and src/custom/atcommand_def.inc because im using a 16797 rathena svn [/size] and help can you help me [/size]add this src by not updating my svn because i changed alot of src on my rathena svn .[/size] OPPSS. already solve that for help AnnieRuru can u help me i cant add a delay i got this error when i put delay [Error]: delete_timer error : function mismatch 00427F30(connect_check_clear) != 00402E7D(pc_endautobonus) http://rathena.org/board/pastebin/1cvelflk4v6k/txt/ and follow this open your pc.h file[/size] make sure the int bst_delay; is inside the struct map_session_data[/size] struct map_session_data {....int bst_delay;};
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.