VGOEmulator.net

A Development Project for the Vanguard:Saga of Heroes MMO

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • Portal
  • Project Manager
  • Bug Tracker
  • Server List
  • Wiki
  • Donate
  • Login
  • Register
  • Board index Development Content Development
  • Search

PoI - Infos

VGOEmulator content development topics.

Moderators: Moldew, Jakkal

Post Reply
Advanced search
1 post • Page 1 of 1
User avatar
Blackstorm
Retired
Posts: 354
Joined: Thu Sep 04, 2014 11:11 am
Location: Paris, FRANCE
Contact:
Contact Blackstorm
Website
PoI - Infos
  • Quote

Post by Blackstorm » Fri Apr 29, 2016 2:52 pm

PoI (Points of Interest)

- PoI and PoI_add into the raw DB seems to have the same struct.

- Houses (and Guilds) locations seems to have a pre-defined poi location into the DB. A PoI location for House, can also be used for Guild location.

I recently run 2 pass on the logs, and like Xinux said, we have approximately 3500 PoI.

My tables have renamed columns, so take care when you import them into your own environment ^^ (prefer a new DB and complete yours^^)

- Apparently several PoIs may have the same location but with an other name...

PoI: 810
PoI add: 3475
PoI chunk: 97
PoI region: 3
vgo_POI.zip
In addition, PoI on IoD have a bug into the locations book (present on the live server from the beginning).
* like you can see, the IoD region is not correctly adjusted like the others regions.
PoI_bug1.png
To avoid that, just forget to send the packet where is defined the root parent_id.

Code: Select all

/*
	if((out = packet_struct_list.GetPacketStruct2Server("WS_ServerPOIChunk")) == NULL)
			return;
	out->SetStringWide("location_name", "");
	out->SetUInt32("id_1", 802);
	out->SetUInt32("id_2", 0);
	client->QueuePacket(out->Serialize());
	delete out;
*/
So you should be able to correct this bug ^^ to have something like that:
PoI_bug2.png
You do not have the required permissions to view the files attached to this post.
Top


Post Reply
1 post • Page 1 of 1

Return to “Content Development”

Jump to
  • Information
  • ↳   Announcements
  • ↳   Dev Chats
  • ↳   Events
  • Community
  • ↳   General Discussions
  • ↳   VGO Team Help Requests
  • ↳   Introductions
  • ↳   Game Features
  • ↳   Wish List
  • ↳   Off-Topic
  • Support
  • ↳   How-To's
  • ↳   General Support
  • ↳   Windows
  • ↳   Linux
  • Development
  • ↳   Content Development
  • ↳   Thestra Adventuring
  • ↳   Qalia Adventuring
  • ↳   Kojan Adventuring
  • ↳   Crafting/Harvesting
  • Bugs
  • ↳   Server Bugs
  • ↳   Server Bugs (Closed)
  • ↳   Content Bugs
  • ↳   Content Bugs (Closed)
  • ↳   Database Bugs
  • ↳   Tools Bugs
  • Board index
  • All times are UTC-07:00
  • Delete cookies
  • Contact us
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD