Jump to content

Diconfrost VaNz

Members
  • Posts

    996
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Diconfrost VaNz

  1. 114!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. coz i need it for my school coz i'm an IT Student, and i want to learn faster than my classmates xD
  3. who has a crack code for visual studio C++ 2008 Express Edition?
  4. where will i put that? here? clif.c -> clif_parse_Broadcast
  5. nice color combination 8/10
  6. @Ind = but how can i integrate the /b to my new @broadcast command?
  7. Or you can use this one. This will automatically give your new player the freebies when they login. This is Account-Based. If you want to make it Character-Based, as "Master Emistry" Said, make the two "#givenStartItems" into "givenStartItems" - script ItemGiver 1,{ OnPCLoginEvent: if(!#givenStartItems) { set #givenStartItems, 1; //=== Freebies getitem <item_id>, <quantity>; } end; } PS: if you want an item to have an expiration, use "rentitem" instead of "getitem"
  8. Way to off topic?or he's telling that we are a very active forum now?or what?i can't sense any sense in this XD
  9. Use Emistry's Script, that one is 100% Working
  10. @Kenpachi = so this is the right one? - script WoEKillMessage -1,{ OnPCKillEvent: if((AgitCheck() && CallSub(IsWoE1Map, StrCharInfo(3))) || (AgitCheck2() && CallSub(IsWoE2Map, StrCharInfo(3)))) { DispBottom("You killed " + RID2Name(killedrid) + "."); if(AttachRID(killedrid)) DispBottom("You were killed by " + RID2Name(killerrid) + "."); } End(); IsWoE1Map: for(Set(.@i, GetArraySize(.WoE1Maps$) - 1); .@i >= 0; Set(.@i, .@i - 1)) if(.WoE1Maps$[.@i] == GetArg(0)) return 1; return 0; IsWoE2Map: for(Set(.@i, GetArraySize(.WoE2Maps$) - 1); .@i >= 0; Set(.@i, .@i - 1)) if(.WoE2Maps$[.@i] == GetArg(0)) return 1; return 0; OnInit: SetArray(.WoE1Maps$[0], "aldeg_cas01", "aldeg_cas02", "aldeg_cas03", "aldeg_cas04", "aldeg_cas05" , "gefg_cas01", "gefg_cas02", "gefg_cas03", "gefg_cas04", "gefg_cas05" , "payg_cas01", "payg_cas02", "payg_cas03", "payg_cas04", "payg_cas05" , "prtg_cas01", "prtg_cas02", "prtg_cas03", "prtg_cas04", "prtg_cas05"); SetArray(.WoE2Maps$[0], "arug_cas01", "arug_cas02", "arug_cas03", "arug_cas04", "arug_cas05" , "schg_cas01", "schg_cas02", "schg_cas03", "schg_cas04", "schg_cas05"); End(); } @Emistry = is that one 100% Working also?
  11. oh i see...so the only option here is to disable the /b command? ) or force my GM to use the @broadcast command xD
  12. yeah...i know...that's why i posted here in the source modification support xD that's a basic common sense xD another problem: it only works on @broadcast...how can i apply it also to /b command? Anyone?
×
×
  • Create New...