Page 18 of 23 FirstFirst ... 8141516171819202122 ... LastLast
Results 256 to 270 of 342
http://idgs.in/242617
  1. #256

    Join Date
    Oct 2008
    Posts
    29
    Points
    11.40
    Thanks: 2 / 1 / 1

    Default

    Quote Originally Posted by reshine View Post
    set aja di config file map nya
    bisa kasi detail ny pak?
    Terima kasih

  2. Hot Ad
  3. #257
    reshine's Avatar
    Join Date
    Jan 2008
    Posts
    2,392
    Points
    2,144.55
    Thanks: 26 / 787 / 361

    Default

    sebenernya di folder mapcfgs di ghost++ dah ada panduannya di file template.cfg, file ini panduan buat bikin map config file

    #
    # slot structure
    # [PID] [Download Status] [Slot Status] [Computer] [Team] [Colour] [Race] [Skill] [Handicap]
    # - PID is always 0
    # - Download Status is always 255
    # - Slot Status is 0 for open, 1 for closed, 2 for occupied
    # - Computer is 0 for no, 1 for yes
    # - Team
    # - Colour
    # - Race is 1 for human, 2 for orc, 4 for night elf, 8 for undead, 32 for random (add 64 to any of these for selectable)
    # - Skill is 0 for easy computer, 1 for normal computer or human, 2 for hard computer
    # - Handicap is 50/60/70/80/90/100
    #

    buat contoh , ini kalau di map dota mau ada comp di slot 2 :

    map_slot2 = 0 255 2 1 0 2 4 1 100

    0 = PID, selalu o
    255 = Download status, selalu 255
    2 = slot status, ada yang menempati
    1 = berarti computer yang menempati slot
    0 = berarti tim pertama
    2 = warna
    4 = race, night elf
    1 = normal computer
    100 = handicap ( kalau mau tahu ini, coba aja create lan pas pilih computer kan bisa juga pilih yang ada angka 100 tuh )

    ^_^
    BOT SICA, ANGGIL :
    statistik : http://bot.dota.web.id
    pendaftaran : http://bunglon.net/viewforum.php?f=239

  4. #258
    -v[i]xel-'s Avatar
    Join Date
    Aug 2010
    Posts
    817
    Points
    3,817.95
    Thanks: 13 / 27 / 16

    Default

    Quote Originally Posted by reshine View Post
    sebenernya di folder mapcfgs di ghost++ dah ada panduannya di file template.cfg, file ini panduan buat bikin map config file

    #
    # slot structure
    # [PID] [Download Status] [Slot Status] [Computer] [Team] [Colour] [Race] [Skill] [Handicap]
    # - PID is always 0
    # - Download Status is always 255
    # - Slot Status is 0 for open, 1 for closed, 2 for occupied
    # - Computer is 0 for no, 1 for yes
    # - Team
    # - Colour
    # - Race is 1 for human, 2 for orc, 4 for night elf, 8 for undead, 32 for random (add 64 to any of these for selectable)
    # - Skill is 0 for easy computer, 1 for normal computer or human, 2 for hard computer
    # - Handicap is 50/60/70/80/90/100
    #

    buat contoh , ini kalau di map dota mau ada comp di slot 2 :

    map_slot2 = 0 255 2 1 0 2 4 1 100

    0 = PID, selalu o
    255 = Download status, selalu 255
    2 = slot status, ada yang menempati
    1 = berarti computer yang menempati slot
    0 = berarti tim pertama
    2 = warna
    4 = race, night elf
    1 = normal computer
    100 = handicap ( kalau mau tahu ini, coba aja create lan pas pilih computer kan bisa juga pilih yang ada angka 100 tuh )

    ^_^
    yah gw tau pak..
    1 = normal computer <<< gw ubah jadi 2 koq msh ttp komputer normal pak?
    kan misal kita ketik !comp 2
    maka slot 2 akan ketutup degan komputer...
    mksd saya minta komputer insane bkn normal..
    Hehe
    sry yah pak agak oon

  5. #259
    reshine's Avatar
    Join Date
    Jan 2008
    Posts
    2,392
    Points
    2,144.55
    Thanks: 26 / 787 / 361

    Default

    Quote Originally Posted by -v[i]xel- View Post
    yah gw tau pak..
    1 = normal computer <<< gw ubah jadi 2 koq msh ttp komputer normal pak?
    kan misal kita ketik !comp 2
    maka slot 2 akan ketutup degan komputer...
    mksd saya minta komputer insane bkn normal..
    Hehe
    sry yah pak agak oon
    yang di atas itu kalau lewat config file ..

    kalau lewat command !comp .. syntax-nya itu : !comp <slot> <skill> .. coba aja !comp 2 2

    harusnya sih begitu karena di source code-nya itu di bagian handle comp ada :

    // extract the slot and the skill
    // e.g. "1 2" -> slot: "1", skill: "2"
    BOT SICA, ANGGIL :
    statistik : http://bot.dota.web.id
    pendaftaran : http://bunglon.net/viewforum.php?f=239

  6. #260
    -v[i]xel-'s Avatar
    Join Date
    Aug 2010
    Posts
    817
    Points
    3,817.95
    Thanks: 13 / 27 / 16

    Default

    Quote Originally Posted by reshine View Post
    yang di atas itu kalau lewat config file ..

    kalau lewat command !comp .. syntax-nya itu : !comp <slot> <skill> .. coba aja !comp 2 2

    harusnya sih begitu karena di source code-nya itu di bagian handle comp ada :

    // extract the slot and the skill
    // e.g. "1 2" -> slot: "1", skill: "2"
    ow ok lah...
    terima kasih pak..

  7. #261

    Join Date
    Jun 2008
    Location
    Jogja
    Posts
    9
    Points
    7.70
    Thanks: 0 / 0 / 0

    Default

    cara disable command seperti !ban !end dll gimana gan??

  8. #262
    reshine's Avatar
    Join Date
    Jan 2008
    Posts
    2,392
    Points
    2,144.55
    Thanks: 26 / 787 / 361

    Default

    Quote Originally Posted by gilankpam View Post
    cara disable command seperti !ban !end dll gimana gan??
    ngerti c++ ? edit source code-nya lgsg di file bnet.cpp ama game.cpp dan compile ulang ^_^
    BOT SICA, ANGGIL :
    statistik : http://bot.dota.web.id
    pendaftaran : http://bunglon.net/viewforum.php?f=239

  9. #263

    Join Date
    Jun 2008
    Location
    Jogja
    Posts
    9
    Points
    7.70
    Thanks: 0 / 0 / 0

    Default

    Quote Originally Posted by reshine View Post
    ngerti c++ ? edit source code-nya lgsg di file bnet.cpp ama game.cpp dan compile ulang ^_^
    pake software apa? pake notepad bisa??
    bikin tutorialnya dong masta
    apakah sama kayak ini http://www.codelain.com/forum/index.php?topic=12327.0

  10. #264
    op3l's Avatar
    Join Date
    Oct 2006
    Location
    Surabaya
    Posts
    1,787
    Points
    2,028.60
    Thanks: 1 / 1 / 1

    Default

    ngeditnya bs apa aja notepad kayaknya cukup tapi compilenya kl di windows pake turboc atau pake microsoft visual c
    kalau di unix pake gcc

    CMIIW
    Yang Penting NgeJUNK

  11. #265
    reshine's Avatar
    Join Date
    Jan 2008
    Posts
    2,392
    Points
    2,144.55
    Thanks: 26 / 787 / 361

    Default

    bikin tutorial ? itu sama aja dengan minta gue bikinin tutorial C++ .. gue gak mau bikinin tutorial karena gue gk mau user yang lgsg loncat2 tanpa dasar yg jelas .. ke depannya gk akan bagus dan kalau gak ngerti dan salah edit malah akan jauh jauh lebih repot.. kalau mau, silahkan belajar c++ aja atau minta ke yang dah bisa c++ .. jadi maaf yah ^^ .. mungkin kalau yg lain mau bikin yah gpp ...

    untuk edit, bisa apa aja, untuk compile di windows gue saranin vc++ 2008 , versi express yang gratis juga dah cukup ..

    yang di thread http://www.codelain.com/forum/index.php?topic=12327.0 itu adalah salah satu cara simple yaitu dengan kasih comment di function yang handle .. kelemahannya adalah command tersebut benar-benar hilang bahkan root admin pun tidak bisa menggunakan command tersebut .. cara yang biasa gue pake itu rubah command yang mau disable jadi root admin only .. cara paling mudah, pelajari command yang root admin only secara default ( misal !addadmin ) dan bandingkan dengan command yang bisa oleh admin biasa ( misal !ban ) .. dari sana bisa keliatan kok ^^ asal jgn lupa, harus edit yang di bnet.cpp dan game.cpp
    BOT SICA, ANGGIL :
    statistik : http://bot.dota.web.id
    pendaftaran : http://bunglon.net/viewforum.php?f=239

  12. #266
    [jkt]choco's Avatar
    Join Date
    Sep 2007
    Posts
    17
    Points
    21.70
    Thanks: 0 / 0 / 0

    Default

    kk kl OS mempengaruhi kompatibel dengan bot ga sih? misalkan di linux pake ubuntu versi 6.06 ga lag trus di ubuntu versi 10.10 akan lag? tq.

  13. #267
    reshine's Avatar
    Join Date
    Jan 2008
    Posts
    2,392
    Points
    2,144.55
    Thanks: 26 / 787 / 361

    Default

    yang mempengaruhi itu server, os configuration dan library yang terinstal serta kompatibilitas library tersebut ke os ^^

    buat perbandingan aja .. gue di vps yang gue instal dan configure sendiri ( termasuk instal dedicated server dan configure dedicated server ) dengan ram 1 gb bisa host 10-11 bot dan feature save replay dan log di nyalakan .. tapi teman dengan os yang sama , dia cuman bisa up 5 bot itu pun save replay harus mati .. ^_^ ..
    BOT SICA, ANGGIL :
    statistik : http://bot.dota.web.id
    pendaftaran : http://bunglon.net/viewforum.php?f=239

  14. #268
    ucokkocok's Avatar
    Join Date
    May 2009
    Posts
    18
    Points
    28.33
    Thanks: 0 / 0 / 0

    Default

    kk ... aku udah bisa bikin botnya, tapi kok g bs create room ya... ini ss nya



    itu kenapa ya

  15. #269
    ShiNicHi23's Avatar
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    1,297
    Points
    46,307.16
    Thanks: 46 / 36 / 26

    Default

    Quote Originally Posted by ucokkocok View Post
    kk ... aku udah bisa bikin botnya, tapi kok g bs create room ya... ini ss nya



    itu kenapa ya
    itu karena kk blm configure mapnya, mesti tambahin map nya dulu di folder "maps", trus config map nya di folder "mapscfg" nya...
    Cara configure mapnya ada di post pertama...
    IDGS Pub : ShiNicHi23, Patria

    Jasa Sewa bot dota Terlancar dan Termurah se- IDGS mulai dari Rp 20.000,- / bulan...
    Informasi lengkapnya dapat dilihat di :


    http://idgs.in/404434

  16. #270
    ucokkocok's Avatar
    Join Date
    May 2009
    Posts
    18
    Points
    28.33
    Thanks: 0 / 0 / 0

    Default

    sudah kok....
    tetep g bs


Page 18 of 23 FirstFirst ... 8141516171819202122 ... LastLast

Posting Permissions

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