Jump to content

tr0n

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by tr0n

  1. -<TAB>script<TAB>Sample<TAB>-1,{ getgmlevel() >= .GMLevelX && getgmlevel() <= .GMLevelY This means: If GM LVL equal/above .GMLevelX AND equal/under .GMLevelY THEN ...
  2. Very nice pictures. Looking forward to this project.
  3. Look at this: // GM Level X and below will be Restricted set .GMLevel,99; just change the value. everything equal and above this can stay.
  4. Dead Branch: if(getgmlevel()>=20) { end; } else { monster "this",-1,-1,"--ja--",-1,1,""; } Bloody Dead Branch: if(getgmlevel()>=20) { end; } else { monster "this",-1,-1,"--ja--",-3,1,""; } I just made this @04:13AM, I'm tired and I don't know If this works, you can give it a try. Put it in script of item.
  5. you could write a event or a function which checks gm lvl and if lvl above 40 as example it ends script else it spawns a random deadbranch ord bloody branch mob. After that put callfunc or doevent in itemscript and trigger your script. this should work. That would be the easy script way. Or try to script everything in itemscript. I don't know If that works.
  6. Just update rev. it's fixed.
  7. that diff doesn't have 127 hairstyles. it just allows you to have/use 127 hairstyles.
  8. do you think you have 127 hairstyles because you Added this Diff: "Enable up to 127Hairstyles" ?
  9. It does a callfunc with variables in a query_sql @OnPCLogoutEvent. Gms above 90 doen't get any variables set for this: (Kill, Death) callfunc("KDR_Calc", Kill, Death) Now after you set your gm lvl to 0 this will happen @OnPCLogoutEvent: if(!getarg(1)) { debugmes "Error in KDR function, getarg(1) invalid value"; return 0; } // [Lighta] Correct me If I'm wrong.
  10. If you added custom hairstyle look which file has the max number in grf If you didn't add custom hairstyle, don't touch this.
  11. @Legato My fault, I didn't see the link. On or Off ? OnInit: //--Configuration set .System, 1; //Toggle PvP System (0:Disable|1:Enable) and which value do you use here ? set .GMLevel, 90; //GM levels above or equal this level will be ignored by the system
  12. I didn't understand this: if( map_flag_vs(sd->bl.m) ) { but yours I understand: if( map[sd->bl.m].flag.pvp ){ I'm not that dumb <.< Is mapflag VS same as PVP ?
  13. @Legato, after that you can set a @die mapflag or what ? any explanation?
  14. Please post script here or @www.pastebin.com We can't help just with guessing.
  15. http://www.rathena.org/wiki/Mapflag
  16. I think a other guy had the same problem. Just try starting client as administrator. Most people don't have enough rights to save or modify files.
  17. It worked for me after I added this Diff: "Enable Hairstyles up to 127"
  18. I prefer to play on lowrate server. It's difficult and you play more to achieve better stuff. - War of Emperium - Battleground - Many Quests - Many Events - no Jobchanger - difficult gameplay
  19. 1. you can't just completly change it into eathena exp.txt. 2. you need to set your server into Re-Mode 0, otherwise you need to put it in re/exp.txt
  20. tr0n

    @go command

    @Paulinds I tested it, works perfect. You're doing something wrong.
×
×
  • Create New...