collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Lecamp Module  (Read 5198 times)

0 Members and 1 Guest are viewing this topic.

Offline Pharexys

  • BeBot Apprentice
  • ***
  • Posts: 117
  • Karma: +0/-0
Lecamp Module
« on: October 11, 2007, 12:21:26 pm »
*Shows information about Lost Eden Camps.
*Put LEcamp.php in /custom/modules/ folder
*Put lecamp.txt in /txt/ folder
Commands:
[tell+pgmsg+gc] !lecamp

Have fun! :D





Offline Wont

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: Lecamp Module
« Reply #1 on: October 15, 2007, 10:51:45 pm »
This isnt working for me in linux.
When I use the !lecamp command and press the text in chat window, and empty window appears, or actaully it says:

Lecamps

'empty window'


It worked in windows, but not in linux, any suggestions what I made wrong? =)

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Lecamp Module
« Reply #2 on: October 15, 2007, 11:54:27 pm »
Check that the name got the correct upper and lower case letters, *nix is strict about that.

Offline Nogoal

  • BeBot Apprentice
  • ***
  • Posts: 77
  • Karma: +0/-0
Re: Lecamp Module
« Reply #3 on: October 17, 2007, 12:15:33 pm »
Replaced <br> by 'End of line' tags.
Replaced <font> with bebot color system.
Fixed mixed case.

Offline Nogoal

  • BeBot Apprentice
  • ***
  • Posts: 77
  • Karma: +0/-0
Re: Lecamp Module
« Reply #4 on: October 22, 2007, 07:44:56 pm »
Timers were set on 120 seconds. Changed them to 2 hours.
« Last Edit: October 22, 2007, 10:52:20 pm by Nogoal »

Offline Newsworthy

  • BeBot User
  • **
  • Posts: 27
  • Karma: +0/-0
Re: Lecamp Module
« Reply #5 on: October 23, 2007, 02:51:14 am »
The text file in game appears like this for me:

Quote
LE camps (fixed drops 100%):

##blob_subtitle##Clondyke (FGrid: 4R Coord: ##blob_subtitle##1147 x 2770) [Set Timer]
 >> Special loot: Smuggled Nanite Merit Board Base (Clon)

##blob_subtitle##Eastern foul plains (FGrid: 10M Coord: ##blob_subtitle##966 x 3743) [Set Timer]
 >> Special loot: Smuggled Combat Merit Board Base (EFP)

##blob_subtitle##Southern artery valley (FGrid: 7M Coord: ##blob_subtitle##2012 x 612) [Set Timer]
 >> Special loot: Dreadloch Stabilising Aid (SAV)

##blob_subtitle##Upper streat east bank (FGrid: 7L/M/R Coord: ##blob_subtitle##698 x 1280) [Set Timer]
 >> Special loot: Dreadloch Endurance Booster (USEB)

##blob_subtitle##Pleasant meadows (FGrid: 5R Coord: ##blob_subtitle##2974 x 676) [Set Timer]
 >> Special loot: Dreadloch Aiming Apparatus (PM)

Complete loottable:

##blob_subtitle##Weapons:

Dreadloch Shen Sticks
Dreadloch Balanced Freedom Arms
Dreadloch Combat Remodulator
Dreadloch Enhanced Bear
Dreadloch Enhanced Panther
Dreadloch Modified Shark
Dreadloch Obliterator
Dreadloch Rapier
Dreadloch Remodulator
Dreadloch Thrasher
Dreadloch Tigress

##blob_subtitle##Utilities:

Smuggled Combat Merit Board Base (EFP)
Smuggled Nanite Merit Board Base (Clon)
Dreadloch Aiming Apparatus (PM)
Dreadloch Damage Amplifier
Dreadloch Endurance Booster (USEB)
Dreadloch Endurance Booster - Enforcer Special
Dreadloch Endurance Booster - Nanomage Edition
Dreadloch Sniper's Friend
Dreadloch Stab Guidance System
Dreadloch Stabilising Aid (SAV)
Dreadloch Survival Predictor
Hellfyre Magma Suit

Just wondering why the ##blob## things appear?

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Lecamp Module
« Reply #6 on: October 23, 2007, 03:10:27 am »
the bot changes those to colours
are you doing the scrip your self?

Offline Newsworthy

  • BeBot User
  • **
  • Posts: 27
  • Karma: +0/-0
Re: Lecamp Module
« Reply #7 on: October 23, 2007, 07:48:09 am »
No sir, that was from using the text file provided by Nogoal. First use in game appeared like that. Scripting and me are not compatible :P

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Lecamp Module
« Reply #8 on: October 23, 2007, 11:24:11 am »
##blob_subtitle## is no default color. So it doesn't get replaced.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Lecamp Module
« Reply #9 on: October 23, 2007, 05:21:22 pm »
Changes

  • Now sets the colour ##blob_subtitle## in module
  • Change get file to lower case same as file
  • Changed Set timer to use Same Channel (/o didnt work for RAID bots)

Like to Says at Top put lecamp.txt in your /txt/ folder
and rename lecamp.phps to lecamp.php and put in any module folder
« Last Edit: October 23, 2007, 07:47:02 pm by Temar »

Offline Newsworthy

  • BeBot User
  • **
  • Posts: 27
  • Karma: +0/-0
Re: Lecamp Module
« Reply #10 on: October 24, 2007, 07:40:36 am »
Now working fine :) Thanks

Offline Nogoal

  • BeBot Apprentice
  • ***
  • Posts: 77
  • Karma: +0/-0
Re: Lecamp Module
« Reply #11 on: October 25, 2007, 11:09:58 am »
Just wondering why the ##blob## things appear?
Edit /themes/Default.colors.xml and add a new line
Code: [Select]
<color name="blob_subtitle" color="bluegray" /> Change color to match your bot.

Offline Threeze

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Lecamp Module
« Reply #12 on: March 01, 2008, 05:50:42 am »
Okay, so playing neutral or omni this module was lacking a bit of information for either [since it didn't include any of the omni camps :p]

So I put the info together myself, and removed the Timer feature because I didn't need it.

Should note: I didn't use the blob formatting that was inserted later on, and instead it simply uses <font color= ... plain old html...
« Last Edit: March 07, 2008, 07:22:54 am by Threeze »

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 673
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal