Jump to content

Z3R0

Members
  • Content Count

    21
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Z3R0


  1. It's been a couple of years and for my absence, I want to apologize to those that knew me.

    I unfortunately went completely MIA. A lot has happened in the last couple of years, and I figured I owed it to some of you for just taking off the way I did.

    For the past couple of years, I have been going through a custody battle with my ex wife and it finally came to a close about a year ago. Work has been strenuous and I haven't really been able to do anything. I am finally to a point where I have stability in my life and things are finally looking up rather than down.

    I know I probably left many of you hanging and wondering... Where did Z3R0 go? I didn't die, I didn't leave, and I definitely missed RO.

    I'm coming back to study, to mentor, to help and support. I hope that you guys can forgive me for bum rushing out of here like I did, but I have always thought about the RO Community. I miss all of you, and I am so glad to be back.

    Z3R0


  2. It's quite simple actually ;)

     

    if ($koegid) && getcharid(2) == $koegid)

       getitem etc...

       getitem etc...

     

    is your problem...

     

    IF statements without wrapping { } will only trigger on the NEXT command and anything afterwards is just a normal command...

     

    so players (non guildies) are getting every item EXCEPT the one directly below the IF statement... Wrap the entire getitem contents in { }

     

    if ($koegid && getcharid(2) == $koegid) {

        getitem etc...  

        getitem etc...

        getitem etc...

    }


  3. Question... Are only 30 people able to accept the quest? first come, first serve? is there something the players must do in order to be allowed to accept the given quest? Can you please be a little more specific? This is very easily able to be done, however a little more information is necessary


  4. Few things off the top of my head...

     

    .@category = select
      (
      "Option 1",
      "Option 2",
      "Option 3"
      ) - 1;

     

    // Is setting the .@category to a ZERO based index... where .@category is 0 to 2

     

    .@quest_size = getd( ".quest_id_"+.@category+"_size" );

     

    // Is setting .@quest_size to .quest_id_(0-2)_size (0 doesn't exist...)

     

    There's probably more but that should be a start...


  5. There's a name I haven't seen in quite some time. Still into being a developer huh? I know the feeling. Nice to see your back. :)

     

     

    Yes wow. Welcome back. I used to refer to your work quite abit trying to learn scripting, as well as bookmarking your php scriptcommands page. But that was way back in eA days. Glad to see you re-entering the RO scene. It seems people who leave (myself included) always come back to this wonderful game and community.

    Welcome back.

     @@Rytech Yep! It's been a while, definitely already getting into the game...

     

    @@GmOcean Of course, I have been off and on with eAthena, rAthena, and now Hercules! It's great to be back in the Community once again :) ... I'm looking at making a new commands setup, if you're interested ;) I have been doing a lot of webdev on the side, so I will probably start making it tonight


  6. Welcome :)

    I have seen you for past few days xD , remember?

     Yes 'em :) I remember ;)

     

     

    yes it's me mysterious the one and only.. good to see u again emistry... don't know what plug-ins are... I been outta the loop need someone to catch me up on things

    Hahah okay good ;). We created a Plugin System here at Hercules  (we only have this system) that pretty much allows people to create code without affecting the main source files (i.e. implement commands, functions): http://herc.ws/board/topic/549-introducing-hercules-plugin-manager/

     

    Tell me more, I read a bit about it from the post... but is it a repository type system? can someone host a github of "plugins" and update via it ?


  7. Much appreciated man ;) It's definitely good to be back... Can't wait to see what's changed and get back into the game!

     

    It's been a long time, but I have been told Herc is the new wave of the RO Future ;)

×
×
  • Create New...

Important Information

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