Music

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.

Moderator: POL Developer

Post Reply
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Music

Post by runtest »

How can I get the AOS music to play in regions instead of the MIDIs.
User avatar
OldnGrey
POL Expert
Posts: 657
Joined: Sat Feb 04, 2006 6:26 pm

Post by OldnGrey »

You still set midi numbers in regions. The client maps that to an mp3 file in its Music directory.
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Post by runtest »

Code: Select all

0 turfin,loop
1 turfin,loop
2 turfin,loop
3 turfin,loop
4 turfin,loop
5 turfin,loop
6 turfin,loop
7 turfin,loop
8 stones1
9 britainpos,lop
10 britain1
11 bucsden,loop
12 jhelom
13 lbc
14 linelle
15 newmagincia,loop
16 minocpos,loop
17 valoriapos,loop
18 ambrosia,loop
19 stones
20 scarabreapos,loop
21 trinsicpos,loop
22 vesper1
23 yew1
24 yewpos,loop
25 dungeon
26 dragonshi,loop
27 citynightedit,loop
28 walking,loop
29 citynightedit,loop
30 walking,loop
31 citynightedit,loop
32 boattravel
33 citynightedit,loop
34 tavern1
35 tavern2
36 tavern3
37 pubtune,loop
38 goodevil,loop
39 humanoids,loop
40 gargoyles,loop
41 turfin,loop
42 deathtune
43 victory
44 overlordv2
45 nujelm
46 dragonslo,loop
47 cove,loop
48 moonglowpos,loop
49 zento,loop
50 tokunodungeon,loop
51 taiko,loop
52 dread_horn_area,loop
53 elf_city_1,loop
54 grizzle_dungeon,loop
55 melisandes_lair,loop
56 paroxysmus_lair,loop
57 ConversationWithGwenno.mp3
58 GoodEndGame.mp3
59 GoodVsEvil.mp3
60 GreatEarthSerpentsTheme.mp3
61 HumanoidsU9.mp3
62 MinocNegative.mp3
63 Paws.mp3
64 SelimsBar.mp3                 
65 UltimaVIISerpentIsleCombat.mp3
66 ValoriaShips.mp3
67 TheWanderer.mp3
For example if I set Minoc-Britain to 16 it plays something very different than number 16 on this list. I do not to have to do client editing. Hey CWO your shard is pol yet plays the MP3 files. Would you be willing to share your secret? Oh, I am using the Pol97 core and files.
User avatar
CWO
POL Expert
Posts: 1159
Joined: Sat Feb 04, 2006 5:49 pm
Location: Chicago, IL USA

Post by CWO »

Mine is just set for the regular midis as it has been for years. The client will play the mp3s instead if the Music/Digital folder exists and the mp3s are there.
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Post by runtest »

Just for kicks I downloaded the packaged client off of your site CWO, and connected to my Pol97 shard with it. It still plays the old music. :P
User avatar
CWO
POL Expert
Posts: 1159
Joined: Sat Feb 04, 2006 5:49 pm
Location: Chicago, IL USA

Post by CWO »

the rar doesn't even come with any music. Not even midis. Midis don't install with Mondain's Legacy and I ripped out the mp3s because MP3 doesn't compress since of course it already is. What client version are you using? Also try putting

Code: Select all

SendPacket(who, "B9FFFF");
in logon.src
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Post by runtest »

What packet is that?
Still refusing to play the new music. CWO all the music files were in the download I swear. Every MIDI and MP3 I even crossed checked it with an updated client I had installed.
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Post by runtest »

That worked great with Pol96.7 Core. I converted to that. If you use it CWO it has to be good.
User avatar
CWO
POL Expert
Posts: 1159
Joined: Sat Feb 04, 2006 5:49 pm
Location: Chicago, IL USA

Post by CWO »

B9 is the enable locked client features packet. You can look up everything at http://packets.polserver.com

That's the only packet I've found that has any documentation on enabling music and that's the only instance of that packet in CG's scripts.
runtest
Grandmaster Poster
Posts: 194
Joined: Sat Aug 05, 2006 11:43 am

Post by runtest »

Thanks allot for the help CWO. I think I will just stick with 96 right now. The conversion is going to be scary though.
Post Reply