709 Changelog

For changelogs and discussion related to a specific revision.
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 709 Changelog

#41 Post by rock5 » Mon May 07, 2012 5:03 am

freemw wrote:add please in \database\skills.xml

Code: Select all

<skill name="KNIGHT_FULL_MOON_CLEAVE" id="495486" mana="250" range="100" cooldown="20" type="damage" target="enemy" aoecenter="player" />
I'll add it to my next commit but are you sure about the range? The skill description says the range is 80.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

freemw
Posts: 4
Joined: Tue Mar 13, 2012 11:49 pm

Re: 709 Changelog

#42 Post by freemw » Fri May 11, 2012 1:33 am

rock5 wrote:
freemw wrote:add please in \database\skills.xml

Code: Select all

<skill name="KNIGHT_FULL_MOON_CLEAVE" id="495486" mana="250" range="100" cooldown="20" type="damage" target="enemy" aoecenter="player" />
I'll add it to my next commit but are you sure about the range? The skill description says the range is 80.
Yes, range="80"

Small patch for russian client:
in file player.lua

Code: Select all

3558 	cprintf(cli.green, language[135], _npcname);	-- We try to find NPC
3559
3560	if type(_npcname) == "string" and
3561	bot.ClientLanguage == "RU" then
3562	_npcname = utf82oem_russian(_npcname);		-- language conversations for Russian Client
3563	end
change on

Code: Select all

3558	if type(_npcname) == "string" and
3559	bot.ClientLanguage == "RU" then
3560	_npcname = utf82oem_russian(_npcname);		-- language conversations for Russian Client
3561	end
3562
3563 	cprintf(cli.green, language[135], _npcname);	-- We try to find NPC
in file functions.lua

Code: Select all

1667			elseif questToAccept ~= "" and questToAccept ~= "all" and i==availableQuests then
1668				-- Didn't find name match
1669				printf("Questname not found: %s\n",questToAccept) -- Quest not found
1670			end
change on

Code: Select all

1667			elseif questToAccept ~= "" and questToAccept ~= "all" and i==availableQuests then
1668				-- Didn't find name match
1669	if 	bot.ClientLanguage == "RU" then
1670		questToAccept = utf82oem_russian(questToAccept);	-- language conversations for Russian Client
1671	end
1672				printf("Questname not found: %s\n",questToAccept) -- Quest not found
1673			end
Last edited by freemw on Fri May 11, 2012 1:44 am, edited 3 times in total.
Sorry for my bad English. I`m Russian

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 709 Changelog

#43 Post by rock5 » Fri May 11, 2012 1:39 am

LOL. I already committed it yesterday.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests