Jump to content

Chocolate

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by Chocolate

  1. We don't have a Trainee Support.. that would assume that the position holder is still learning about whatever it is that they're providing support for, which is not helpful. All of our Support Staff (Support Leader, Scripting Moderator, Graphics Moderator) have relevant experience and knowledge in the fields that they provide support in.

    Agreed..many pros pros out there ;)

  2. oh men oh men oh men scammers nowadays also that vince nesty something o.o

    Can i ask? Dev kuno i mean dev kuro or any dev pros arounds here

    How do you call your self as tittled "Developer" if you just setting up a basic server a basic customs cant even make your own npc scripts own src scripts.And you just adding some npc that mades by pther people and not made by you

    A real developer should relate thumps up

    • Upvote 1
  3. 
    

    reloadatcommand: "Reload atcommand settings."

    reloadbattleconf: "Reload battle settings."

    reloaditemdb: "Reload item database."

    reloadmobdb: "Reload monster database."

    reloadmotd: "Reload Message of the Day."

    reloadmsgconf: "Reload message configuration."

    reloadpacketdb: "Reload packet database."

    reloadpcdb: "Reload player settings."

    reloadquestdb: "Reload quest database."

    reloadscript: "Reload all scripts."

    reloadskilldb: "Reload skills definition database."

    reloadstatusdb: "Reload status settings."

    reload: "Params: <type>\n" "Reload a database or configuration file.\n"

    " itemdb mobdb skilldb\n"

    " atcommand battleconf statusdb\n"

    " pcdb motd script\n"

    " questdb msgconf packetdb\n"

  4. remove this

     

     

       

    npc.c

    char time[10];
    
        strftime(time, sizeof(time), "%H:%M", localtime(&nd->u.tomb.kill_time));
     

     

    and this

     

     

     

     

      snprintf(buffer, sizeof(buffer), msg_txt(sd,659), time);
        clif_scriptmes(sd, nd->bl.id, buffer);
     
    • Upvote 1
×
×
  • Create New...

Important Information

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