NorthStar Posted November 16, 2016 Posted November 16, 2016 I've been on the server for I think over 2 years now and just wanted to say thank you for the PandaWow administrators. I've brought a handful of items and toons during my tenure to support you guys. I appreciate all of the work you guys have put into the server as well. I do not mean or intend to come off sounding like I'm kissing ass in anyway. I have built and administer a few versions of WoW myself (trinitycore and skyfire) and fully understand the work you guys put in. As an American, I can say you Russians have been damn good to me during my time playing on the server. I try to promote overall goodness on the server and again, I just want to thank you all for the work that you do. -NorthStar (Guild leader of North Stars - Fun Server) aka Faithfool aka Riotsquad aka Faithfool aka Sixtea aka Sighlow aka Pityfull aka Pickalow aka Professionul aka Inthatass PS: I have a handful of scripts and cpp I wouldn't mind sharing at all if you guys are ever in need.
Softice Posted November 16, 2016 Posted November 16, 2016 PS: I have a handful of scripts and cpp I wouldn't mind sharing at all if you guys are ever in need. http://i.imgur.com/mAAQax8.png Over 200 commits available to be given. One of them.
NorthStar Posted November 16, 2016 Author Posted November 16, 2016 hope this helps: case 123986: // Chi Burst { Position chiburstStarPos; Position chiburstEndPos; float distance; m_caster->GetPosition(&chiburstStarPos); m_caster->GetNearPosition(chiburstEndPos, 24.0f, 0.0f); distance = chiburstStarPos.GetExactDist(&chiburstEndPos); areaTrigger->MovePosition(chiburstEndPos, distance, m_caster->GetOrientation()); break; } default: break;
Recommended Posts