Results 1 to 4 of 4

Thread: [DOWNLOAD][COD2] Quest system

  1. #1
    Private
    Join Date
    Jan 2013
    Location
    Hungary
    Posts
    113
    Thanks
    10
    Thanked 74 Times in 45 Posts

    [DOWNLOAD][COD2] Quest system

    Hi,
    I was bored in this afternoon and made a quest system for Spencer's new botzom. I decided i will publish it, so you can download below.

    Short description:
    Every player get a personal quest what he can accept or decline. If the quest is success the player could get rewards, e.g. money, score, killstreak, etc... (i didn't make this part, i don't know what variables are in your mod )

    The mod requires a basic modding knowledge, but it very simple to use.

    Open readme.txt file in the .iwd for the user's guide (how to install, usage, ...)

    z_quest_v1.iwd

  2. The Following 4 Users Say Thank You to randall For This Useful Post:

    EvoloZz (22nd September 2013),kung foo man (21st September 2013),Loveboy (22nd September 2013),Ni3ls (21st September 2013)

  3. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Sounds good, is it online for testing on any server?
    timescale 0.01

  4. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quite nicely scripted.

    You could make it more advanced by using function pointers, like mission.funct = ::mission1; and player [[mission.funct]]();, then waiting for funct to finish, that way you could do "make 5 headshots shooting 10 bullets max" etc.

  5. #4
    Private
    Join Date
    Jan 2013
    Location
    Hungary
    Posts
    113
    Thanks
    10
    Thanked 74 Times in 45 Posts
    Quote Originally Posted by kung foo man View Post
    Sounds good, is it online for testing on any server?
    Not yet, Spencer's botzom is in closed beta, maybe you can check it on 1. Oktober (94.199.178.244:29019). But i'm afraid he is too young to use perfectly the system

    Quote Originally Posted by IzNoGoD View Post
    Quite nicely scripted.

    You could make it more advanced by using function pointers, like mission.funct = ::mission1; and player [[mission.funct]]();, then waiting for funct to finish, that way you could do "make 5 headshots shooting 10 bullets max" etc.
    Maybe in the future, i have many ideas but few time. Exams are coming

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •