Changeset 2248

Show
Ignore:
Timestamp:
07/09/08 02:23:41 (3 months ago)
Author:
DrHouse
Message:

Teleport and other kind of interactions now allowed to transformed players.
http://www.l2jserver.com/forum/thread.php?threadid=30095
Thank you Hich and rest of people for reporting and provide retail info.

Please, report if there is an specific situation that has to be denied.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2FolkInstance.java

    r1870 r2248  
    370370        public void onBypassFeedback(L2PcInstance player, String command) 
    371371        { 
    372                 if (player.isTransformed()) 
    373                 return; 
    374                  
     372                /* 
     373                 * Commented out by DrHouse. Latest retail info shows that transformed players  
     374                 * can interact with FolkInstance as well 
     375                 */   
     376                //if (player.isTransformed()) 
     377        //      return;  
     378                         
    375379                if (command.startsWith("SkillList")) 
    376380                {