울온바보 #11] 클어씨 블쓰 훈련 매크로 > 클래식어시스트 매크로

본문 바로가기
사이트 내 전체검색

클래식어시스트 매크로

 

울온바보 #11] 클어씨 블쓰 훈련 매크로

페이지 정보

profile_image
작성자 마스터골드
댓글 0건 조회 66회 작성일 24-02-12 03:48

본문

튕길 수 있습니다.. 자주 ㅋㅋ 클어씨 블쓰.. 최대한 안튕기게 노력해서 만들긴 햇는데 몰랑^_^

잉갓박스 시리얼 번호만 넣어주시면 됩니다; 잉갓만 넣으면 됌


 

---------------------------------------------------------------------------


 

#블스를 올리기전에 팅커링을 올려주시는게 좋습니다. (안 그러면 스미스해머 오지게 만들어놓아야함)
#포지와 엔빌 앞에서 하세요.
#시작 전에 팅커링 도구 2개 준비! 그래픽 넘버 : 0x1eb8
#블스 파스 있으시면 부메랑으로 120까지 만드세요 밑에 부메랑 만들기 스킬 100으로 수정!

ingotbox =
0x401f4e8a #잉갓있는 박스 시리얼번호 넣어주기

if
not Skill('Blacksmithy') == 100:  #블스 파스 바른경우 120으로 수정하기
 if not ListExists("smeltitem"): #녹일 아이템들 목록
  CreateList("smeltitem")
  PushList("smeltitem", 0xf5c) #mace
  PushList("smeltitem", 0x143b) #Maul
  PushList("smeltitem", 0x1441) #Cutlass
  PushList("smeltitem", 0x13ff) #katana
  PushList("smeltitem", 0x1403) #short spear
  PushList("smeltitem", 0x8ff)  #boomerang
  PushList("smeltitem", 0x1413) #platemail gorget
  PushList("smeltitem", 0x1414) #platemail gloves
  PushList("smeltitem", 0x1410) #platemail arms
  PushList("smeltitem", 0x1415) #platemail tunic
 
 for i in GetList("smeltitem"): #만든 거 녹이기!
  if FindType(i,-1,'backpack'):
   UseType(0x13e3, -1, 'backpack')
   Pause(100)
   ReplyGump(0x38920abd, 14)
   WaitForGump(0x38920abd, 1000)
   Target('found')
   Pause(1500) 
 if Skill('Blacksmithy') < 27:
  HeadMsg("블스 엔피씨에게 돈주고 배우삼")
  Pause(5000)
 elif CountType(0x1bf2, "backpack") < 100: #가방에 든 잉갓 갯수 체크
  UseObject(ingotbox)
  Pause(2500)
  MoveType(0x1bf2, ingotbox , "backpack", 65535, 65535, 0, 0, 1000)
  Pause(2500)
  UseObject(0x41091749)
 elif CountType(0x1eb8, "backpack") < 2: #팅커링도구 체크
  UseType(0x1eb8, -1, 'backpack')
  Pause(2500)
  ReplyGump(0x38920abd, 15)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 23)
  WaitForGump(0x38920abd, 5000)
  Pause(3500)
  Resync()
 elif CountType(0x13e3, "backpack") < 2: #대장장이 해머 체크
  UseType(0x1eb8, -1, 'backpack')
  Pause(100)
  ReplyGump(0x38920abd, 15)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 93)
  WaitForGump(0x38920abd, 5000)
  Pause(3500)
 elif Skill('Blacksmithy') < 45: # 철퇴 mace 제작 : 0xf5c
  UseType(0x13e3, -1, 'backpack')
  Pause(100)
  ReplyGump(0x38920abd, 43)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 9)
  WaitForGump(0x38920abd, 5000)
  Pause(500)
 elif Skill('Blacksmithy') < 50: # Maul 제작 : 0x143b
  UseType(0x13e3, -1, 'backpack')
  ReplyGump(0x38920abd, 43)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 16)
  WaitForGump(0x38920abd, 5000)
  Pause(500)
 elif Skill('Blacksmithy') < 55: # Cutlass 제작 : 0x1441
  UseType(0x13e3, -1, 'backpack')
  Pause(100)
  ReplyGump(0x38920abd, 22)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 23)
  WaitForGump(0x38920abd, 5000)
  Pause(500)
 elif Skill('Blacksmithy') < 60: # katana 제작 : 0x13ff
  UseType(0x13e3, -1, 'backpack')
  Pause(100)
  ReplyGump(0x38920abd, 22)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 37)
  WaitForGump(0x38920abd, 5000)
  Pause(500)
 elif Skill('Blacksmithy') < 75: # short spear 제작 : 0x1403'
  UseType(0x13e3, -1, 'backpack')
  Pause(100)
  ReplyGump(0x38920abd, 36)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 44)
  WaitForGump(0x38920abd, 5000)
  Pause(500)
 elif Skill('Blacksmithy') < 120: # boomerang 제작 : 0x8ff
  UseType(0x13e3, -1, 'backpack')
  Pause(100)
  ReplyGump(0x38920abd, 57)
  WaitForGump(0x38920abd, 5000)
  Pause(80)
  ReplyGump(0x38920abd, 2)
  WaitForGump(0x38920abd, 5000)
  Pause(100)
 #elif Skill('Blacksmithy') < 117: # platemail gloves 제작 : 0x1414
  #UseType(0x13e3, -1, 'backpack')
  #Pause(100)
  #ReplyGump(0x38920abd, 1)
  #WaitForGump(0x38920abd, 5000)
  #Pause(80)
  #ReplyGump(0x38920abd, 58)
  #WaitForGump(0x38920abd, 5000)
 #elif Skill('Blacksmithy') < 119: # platemail arms 제작 : 0x1410
  #UseType(0x13e3, -1, 'backpack')
  #Pause(100)
  #ReplyGump(0x38920abd, 1)
  #WaitForGump(0x38920abd, 5000)
  #Pause(80)
  #ReplyGump(0x38920abd, 51)
  #WaitForGump(0x38920abd, 5000)
  #Pause(500)
 #elif Skill('Blacksmithy') < 120: # platemail tunic 제작 : 0x1415
 #UseType(0x13e3, -1, 'backpack')
 #Pause(100)
 #ReplyGump(0x38920abd, 1)
 #WaitForGump(0x38920abd, 5000)
 #Pause(80)
 #ReplyGump(0x38920abd, 79)
  #WaitForGump(0x38920abd, 5000)
  #Pause(500)

 

🔒 로그인 후 내용을 확인하세요

댓글목록

등록된 댓글이 없습니다.

Total 134건 7 페이지
클래식어시스트 매크로 목록
번호 제목 글쓴이 조회 날짜
14 바보울온 514 02-12
13 마스터골드 64 02-12
열람중 마스터골드 67 02-12
11 마스터골드 187 02-12
10 마스터골드 246 02-12
9
펫 육성 매크로 by 호판 인기글 첨부파일
마스터골드 324 02-12
8 마스터골드 76 02-12
7 마스터골드 129 02-12
6 마스터골드 124 02-12
5
아이템 검색기 by 호판 인기글 첨부파일
마스터골드 179 02-12
4 마스터골드 194 02-12
3 마스터골드 116 02-12
2 마스터골드 157 02-12
1 마스터골드 269 02-12

검색

 


회사소개 개인정보취급방침 서비스이용약관 모바일 버전으로 보기 상단으로

TEL. 00-000-0000 FAX. 00-000-0000 서울 강남구 강남대로 1
대표:홍길동 사업자등록번호:000-00-00000 개인정보관리책임자:홍길동

Copyright © 소유하신 도메인. All rights reserved.