@ -187,27 +187,7 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
@@ -187,27 +187,7 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
casePOTION://potions, tears of saedron
caseSCROLL://runes, petition, warrant, scrolls
if(uuid>3000&&uuid<3050){//Discipline Runes
if(ApplyRuneMsg.applyRune(uuid,origin,player)){
itemMan.consume(item);
}
break;
}elseif(uuid>249999&&uuid<250123){//stat and mastery runes
if(ApplyRuneMsg.applyRune(uuid,origin,player)){
itemMan.consume(item);
}
break;
}elseif(uuid>250114&&uuid<250123){//mastery runes
if(ApplyRuneMsg.applyRune(uuid,origin,player)){
itemMan.consume(item);
}
break;
}elseif(uuid>252122&&uuid<252128){//mastery runes
if(ApplyRuneMsg.applyRune(uuid,origin,player)){
itemMan.consume(item);
}
break;
}elseif(uuid>680069&&uuid<680074)//Handle Charter, Deed, Petition, Warrant here
if(uuid>680069&&uuid<680074)//Handle Charter, Deed, Petition, Warrant here
{
break;
}elseif(uuid>910010&&uuid<910019){
@ -290,6 +270,7 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
@@ -290,6 +270,7 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {