IFO Data Extractor

Welcome in the osRose emulator Project.

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

Re: IFO Data Extractor

Postby Drakia on Thu Jul 10, 2008 6:02 am

Note to self: I broke NPC name stuff, fix later
Ah, maps are sorted, will upload new version in a minute, already fixed the code for another tool. <3 using a core library
Alright, fixed in update #4
My favorite skill is scaring new users away.
If you haven't SEARCHED expect me to yell at you.
Image
Drakia
ospRose dev team
ospRose dev team
 
Posts: 1614
Joined: Tue Sep 18, 2007 6:53 am
Location: Nanaimo, BC, Canada

Re: IFO Data Extractor

Postby rl2171 on Thu Jul 10, 2008 3:31 pm

I like that having the dialog now exported like that and in the list_npcs file.

I ran your program against 165, go all the dialogs in the file.

Add dialogid into the list_npcs sql, then imported the file.

Added the dialogid into the startup

Then commented the hardcoded stuff and added your 2 lines in.

All compiled ok, but when I went to several NPC's, none speak. Going back to see if I made a mistake someplace.
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: IFO Data Extractor

Postby rl2171 on Thu Jul 10, 2008 4:10 pm

Ok, I am a noob ;)

I missed one line in the startup file.

I checked quite a few NPCs, all that were suppose to talk, did in fact talk!

Very nice.
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: IFO Data Extractor

Postby Maxxon on Tue Jul 15, 2008 2:55 pm

This SQL converts spawns from table created with Drakias Tool to the old osrose spawn system. Its 80% accurate since number of mobs and the circle information is lost during conversion. but it did the trick to see actually the mobs that should be there. I did that to get a quick feeling what spawns on the new Oro Map

  1.  
  2. INSERT INTO list_spawnareas( map, montype, min, max, respawntime, points, agressive )
  3. SELECT map, LEFT( moblist, INSTR( moblist, ',' ) -1 ) AS montype, '3' AS min, '3' AS max, '60' AS respawntime, CONCAT( '3', REPEAT( CONCAT( '|', FLOOR( x ) , ',', FLOOR( y ) ) , 3 ) ) AS points, '0' AS agressive
  4. FROM `list_mobgroups`
  5. WHERE map =81
  6.  
Image
an anymous comment on a program called reloader:
what if a fatal error happens, will it restart it?
User avatar
Maxxon
Hawker's pet
Hawker's pet
 
Posts: 1305
Joined: Sat Nov 10, 2007 12:42 pm

Re: IFO Data Extractor

Postby Papy on Sun Aug 23, 2009 6:57 pm

Liks are brokens can you up again?
Papy
Little soul
Little soul
 
Posts: 5
Joined: Wed Jul 01, 2009 8:58 pm

Re: IFO Data Extractor

Postby rl2171 on Sun Aug 23, 2009 7:03 pm

Papy wrote:Liks are brokens can you up again?


Check tools svn
Image
rl2171
Admin
Admin
 
Posts: 1706
Joined: Mon Aug 06, 2007 5:17 pm
Location: Sacramento, CA USA - GMT-8

Re: IFO Data Extractor

Postby lmame on Sun Aug 23, 2009 7:56 pm

Use the one for osRose:
viewtopic.php?f=32&t=2409
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Re: IFO Data Extractor

Postby lmame on Sun Aug 23, 2009 8:00 pm

First post edited.
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Re: IFO Data Extractor

Postby Papy on Sun Aug 23, 2009 11:36 pm

Sorry but i work in OspRose emulator and i need the version 5 of the tools, for the new format of the list_npcs.sql and in the tools forum is only the version 4.
Papy
Little soul
Little soul
 
Posts: 5
Joined: Wed Jul 01, 2009 8:58 pm

Re: IFO Data Extractor

Postby lmame on Sun Aug 23, 2009 11:50 pm

I don't have it.
The world is full of love and peace ^_^
Image
User avatar
lmame
Admin
Admin
 
Posts: 8997
Joined: Mon Aug 06, 2007 4:42 pm
Location: July City

Previous

Return to Support - OspRose Emulator

Who is online

Users browsing this forum: No registered users and 2 guests

cron