Anyone Know how To Create Logs? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Anyone Know how To Create Logs?

    I was wondering if anyone knew how to create logs? I know there is already gm log, and cheater log, and restarter log, and crash log .... but i wanted to make like trade log, drop log, buy log, logon log, and different types of logs .....

    +Rep to people that help

    If there is a basic script or section of a script that i can just add by editing can someone post it? ....... Can someone give detail in how to set it up and make different logs. i have the 3 basic ones but i wanna make more ... how Exactly would i go about this ?
    Last edited by BillyBob31; 03-16-2008 at 09:48 PM.

    Anyone Know how To Create Logs?
  2. #2
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually.. Thats a damn good question.

  3. #3
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yuppers ... =) ... hopefully someone knows

  4. #4
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in ur ascent folder, where ascent-world and logonserver are create a new folder called logs

    This automatically creates notepads inside the folder after a few mins and correct all the logs from crashes, cheaters and GM command logs


    GL
    Last edited by 1ns0mnia; 03-16-2008 at 08:04 AM.

  5. #5
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But he wanted to know how to create other types of logs
    It's actually really simple - just find the event you want to log in the core, and write to a new file

  6. #6
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In your ascent folder. Modify in ascent-world.conf :


    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Log Settings
    # 
    #    Cheaters:
    #        This directive sets up the cheater logging file, if turned on any
    #        cheat / packet exploit / speedhack attempts will be logged here.
    #
    #    GMCommands:
    #        These two directives set up the GM command logging fie. If turned on,
    #        most gm commands will be logged for this file for abuse investigation, etc.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Log Cheaters="0" GMCommands="0">
    Replace whit :

    Code:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Log Settings
    # 
    #    Cheaters:
    #        This directive sets up the cheater logging file, if turned on any
    #        cheat / packet exploit / speedhack attempts will be logged here.
    #
    #    GMCommands:
    #        These two directives set up the GM command logging fie. If turned on,
    #        most gm commands will be logged for this file for abuse investigation, etc.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Log Cheaters="1" GMCommands="1">

    Then save the .conf and make a folder called "Logs"



    Hope it helped
    Why fill up a signature?

  7. #7
    warxhead's Avatar Member
    Reputation
    13
    Join Date
    Jan 2007
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really, you guys need to sit and read the topic, not just respond with the answer you think it is, you just are posting for rep and trying to get it up...

    And yes, it's very possible to do it, try exactly what U.S. said.

  8. #8
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we get any tips of where exactly to look ultra and what to edit and do ? =)

  9. #9
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You look where you want to log.. I.e. if you want to log arena fights go to arena.cpp and do it there.

  10. #10
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ultra Spidey View Post
    You look where you want to log.. I.e. if you want to log arena fights go to arena.cpp and do it there.
    Yeah ic ic ... but what do i put there .. never made a log before =)

  11. #11
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How about..

    Take a look at how sCheatersLog is being handled, and copy it?

  12. #12
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ultra Spidey View Post
    How about..

    Take a look at how sCheatersLog is being handled, and copy it?
    Where does it show how its setup which folder ?

  13. #13
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump .......

  14. #14
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated, gave a lil more detail

  15. #15
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Making the trade log ect. is by modifying ascent.
    Why fill up a signature?

Page 1 of 2 12 LastLast

Similar Threads

  1. Anyone know how long Blizzard stores chat logs of your character?
    By skater93 in forum World of Warcraft General
    Replies: 6
    Last Post: 04-20-2008, 12:41 PM
  2. does anyone know how to get the wow nude mod?
    By mcorey93m2006 in forum World of Warcraft General
    Replies: 9
    Last Post: 05-09-2007, 12:43 AM
  3. Anyone know how to bug out mounts so you can control them?
    By bloodmage in forum World of Warcraft General
    Replies: 5
    Last Post: 09-02-2006, 08:56 AM
  4. Anyone know how to bug out mounts so you can control them?
    By bloodmage in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 09-02-2006, 08:56 AM
  5. Anyone know how to get to Outlands?
    By Tbone in forum World of Warcraft General
    Replies: 3
    Last Post: 06-18-2006, 04:35 PM
All times are GMT -5. The time now is 04:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search