Jump to content

KeiKun

Members
  • Posts

    967
  • Joined

  • Last visited

  • Days Won

    3

Community Answers

  1. KeiKun's post in SVN / Exe question was marked as the answer   
    SVN client?
    if yes just use tortoise
    else if your talking about svn revision.. of course latest
    exe eh?
    many people will tell you use latest
    but actually i just use 2011 01 11
    no problem encountered. except super latest items image are apple and have a crappy description
  2. KeiKun's post in How to enable REMODE was marked as the answer   
    SVNlsrcmapconfRenewal.h

    /** * Game Server Mode * @values: 1 or 0 * 1 : renewal support, such as renewal-exclusive formulas * -> Note some features may be enabled/disabled at this file despite this setting being ON * 0 : renewal support disabled, use original formulas **/ #define REMODE 1
    0 = pre renewal
    1 = renewal
    then compile~
  3. KeiKun's post in fictionworld's client error questions.. was marked as the answer   
    actually putting it to a webhosting better
    same as putting it to your server host too
    outsider access
    just add a index.html that blocks it
    example
    ro.compatchpatchlist.txt
    ro.compatch
    i can access patch
    just put an index.html inside patch
    they can't access it anymore
    btw
    people don't use patchlist as their patch list
    since many people already know that xD
    and so people can really access it
  4. KeiKun's post in pvp room problem, was marked as the answer   
    here
    goto conf/battle/mapflag/pvp_noparty.txt
    remove or put a comment(//) infront

    pvp_y_1-2 mapflag pvp_noparty
    goto conf/battle/mapflag/noguild.txt
    remove or put a comment(//) infont

    pvp_y_1-2 mapflag pvp_noguild
    if you don't find pvp_y_1-2 inside pvp_noparty.txt
    locate your pvp warper
    and remove or put a comment(//) infront

    pvp_y_1-2 mapflag pvp_noparty
  5. KeiKun's post in WOE WARPER was marked as the answer   
    prontera,155,181,5 script Sample 718,{ setarray .Map$[0],"prt_gld","pay_gld","alde_gld","sch_gld","aru_gld"; mes "Where you want to go ?"; for( set .@i,0; .@i < getarraysize( .Map$ ); set .@i,.@i + 1 ){ set .@Menu$,.@Menu$ + .Map$ +":"; } set .@i,select( .@Menu$ ) - 1; warp .Map$[.@i],0,0; end; } prontera,155,181,5 duplicate(Sample) Sample#1 742 prontera,155,181,5 duplicate(Sample) Sample#2 742 prontera,155,181,5 duplicate(Sample) Sample#3 742 prontera,155,181,5 duplicate(Sample) Sample#4 742 prontera,155,181,5 duplicate(Sample) Sample#5 742
    try this one
    >__<
×
×
  • Create New...