Jump to content

Break San

Members
  • Content Count

    240
  • Joined

  • Last visited

Everything posted by Break San

  1. I made this script to the spirit in the class because some skill needs of the famous link, more is not working in taekwon master, the link else but acting ability. switch ( BaseJob ) { case 8: set .@spirit, 454; break; case 4047: set .@spirit, 448; break; case 7: set .@spirit, 452; break; case 10: set .@spirit, 458; break; } if ( .@spirit ) { sc_start2 SC_SOULLINK, .@time, 5, .@spirit; skilleffect .@spirit, 5; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; }
  2. More I want to block only two map. I thought of a script you can still use map_zone_db for 2 maps only just create a new zone I did not much like create the new zone
  3. More I want to block only two map. I thought of a script
  4. I need to block some item in pvp map, how can I do this in the script .. tried to make it more if the item is equipped normally passes. case 4:if((Class == 24) || (Class == 25) || (Class == 26) || (Class == 4045) || (Class == 4046) || (Class == 4047) || (Class == 4048) || (Class == 4049) || (Class == 4001) || (Class == 4002) || (Class == 4003) || (Class == 4004) || (Class == 4005) || (Class == 4006) || (Class == 4007) || (Class == 4008) || (Class == 4009) || (Class == 4010) || (Class == 4011) || (Class == 4012) || (Class == 4013) || (Class == 4014) || (Class == 4015) || (Class == 4016) || (Class == 4017) || (Class == 4018) || (Class == 4019) || (Class == 4020) || (Class == 4021)){dispbottom "^D20000Desculpe, The input TransClasses and Expanded Classes is prohibited in the Old Times arena.^000000"; close;}else{setarray .@donates[0],607,608,4365,4128,4441,4433,4357,4146,4359,4132,4143,4148,4169,4198,4241,4330,4372,4374,4403,4047,4054,4135,4302,4324,4342,4363,4386,4408,4419,4121,4134,4137,4142,4147,4263,4276,4305,4318,4367,4425,4174,4123,4131,4168,4236,4290,4352,4376,4144,4145,4384,4430;for(set @i,0;@i < getarraysize(.@donates);set @i,@i+1){if(countitem(.@donates[@i]) >= 1){mes .@n$;mes "You can not use some items in this PvP (Fruit of Yggdrasil / Seed of Yggdrasil / Cards MvP's)!"; cutin "",255;close;}
  5. I need a npc to manage the events where I can configure it via in game and then he announces in has 5 minutes. Manage Events pvp Events dice Events pvp Olds teams Event pvp baby I joined other
  6. Can you tell me how to do it? How to increase, and the command in the shell
  7. Good morning Galera which the easiest way to do an import of 1.7 GB for the xampp?
  8. What do not understand, I need to add script? thana_boss mapflag monster_noteleport So looks like 1@tower mapflag monster_noteleport2@tower mapflag monster_noteleport3@tower mapflag monster_noteleport4@tower mapflag monster_noteleport5@tower mapflag monster_noteleport6@tower mapflag monster_noteleport
  9. What do not understand, I need to add script?
  10. Can anyone tell me how to remove the teleportation of endless tower monster?
  11. Changing the font size of an ad? OnPCLoadMapEvent:if(strcharinfo(3) == "prontera") announce "HELOO",3;end;
  12. you can use bindatcmd command to override the existing command for example - script asdfjkl -1,{ end;OnInit: bindatcmd "storage", strnpcinfo(0)+"::OnAtcommand"; bindatcmd "guildstorage", strnpcinfo(0)+"::OnAtcommand"; bindatcmd "gstorage", strnpcinfo(0)+"::OnAtcommand"; end;OnAtcommand: if( strcharinfo(3) == "YOUR MAP") end; atcommand .@atcmd_command$; end;} What part as the script can put a msg? @edit command has been blocked on all maps
  13. Well just want @storage @gstorage
  14. Does anyone know how to block storage on a map pvp ?
  15. All right, I forgot to save the file excuse me.
  16. // put in front did not solve first of all restart server and reset all players that has it.. the market disappeared off the look, plus the price is still decreasing. evilpuncker npc.c: In function ‘npc_buylist’:npc.c:1757: warning: unused variable ‘idx’npc.c:1757: warning: unused variable ‘skill_t’ CC npc_chat.c CC party.c CC path.c CC pc.cpc.c: In function ‘pc_defaults’:pc.c:10802: error: ‘pc_modifybuyvalue’ undeclared (first use in this function)pc.c:10802: error: (Each undeclared identifier is reported only oncepc.c:10802: error: for each function it appears in.)make[1]: *** [obj_sql/pc.o] Error 1
  17. I have the following bug use the glorious shuriken but it does not cure ... in her status says the following ... +9 Refinement Using Attack Death, Healing nv. 10 is used on the user Increases physical attack against DemiHuman monster by 95%.Adds 20% defense bypassing on Demi-human monster.MATK + 90Adds a 5% chance double damage for 10 seconds the skills Level 1 Final Strike and Level 1 Throw Huuma Shuriken When dealing physical damage.Indestructible (except in upgrade attempts).[Refine Rate 6~10]Pierces Defense of DemiHuman monster by 5%.[Slaughter] Lv 2[Refine Rate 9~10]Add 100% chance of auto casting Level 10 Heal when using skill Final Strike.Add a chance of auto casting Level 2 Critical Wound on the monster when using skill Throw Huuma Shuriken. { Id: 13307 AegisName: "Krieger_Huuma_Shuriken1" Name: "Shuriken Glorioso" Type: 4 Buy: 20 Atk: 55 Range: 1 Slots: 1 Job: 0x02000000 Loc: 34 WeaponLv: 4 EquipLv: 80 View: 22 Script: <" bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bMatkRate,15; autobonus "{ bonus2 bSkillAtk,"NJ_HUUMA",100; bonus2 bSkillAtk,"NJ_ISSEN",100; }",50,10000; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,"NJ_ISSEN","AL_HEAL",10,1000,1; bonus4 bAutoSpellOnSkill,"NJ_HUUMA","NPC_CRITICALWOUND",2,200; } ">},
  18. // put in front did not solve
  19. How do I remove the item sold at discounts of npc and purchased by merchants / stalker. #Example Here from 6500 to 4875 zeny
  20. He was running on windows switched to linux tried to compile gave it.
×
×
  • Create New...

Important Information

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