View Single Post
  #2  
Old 03-18-2010, 08:34 AM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
It will be better overall to use this function to pre-calculate the hit box's instead of calling it everytime. Like

PHP Code:
    temp.box = {2,4,1,1};
    
player.hbox null;
    for (
temp.i=0;temp.i<4;temp.i++){
      
player.hbox.add(getHitBox(temp.i,0,0,temp.box));
    } 
Later I'll redo the function for exactly that.
This way the function adds almost zero time to finding players in the box serverside.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote